-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Insights: rust-lang/rust
Overview
Could not load contribution data
Please try again later
42 Pull requests merged by 29 people
-
avoid suggesting traits from private dependencies
#143038 merged
Jul 3, 2025 -
Fix rustdoc not correctly showing attributes on re-exports
#143083 merged
Jul 3, 2025 -
document optional jobs
#143283 merged
Jul 3, 2025 -
Port
#[target_feature]
to new attribute parsing infrastructure#142876 merged
Jul 3, 2025 -
minicore: use core's
diagnostic::on_unimplemented
messages#143329 merged
Jul 3, 2025 -
setup typos check in CI
#134006 merged
Jul 3, 2025 -
Rollup of 6 pull requests
#143363 merged
Jul 3, 2025 -
Lazy-ify some markdown rendering
#142910 merged
Jul 3, 2025 -
Rename
mingw-*
CI jobs topr-*
#143294 merged
Jul 3, 2025 -
miri: improve errors for type validity assertion failures
#143327 merged
Jul 3, 2025 -
Use non-global interner in
test_string_interning
in bootstrap#143325 merged
Jul 3, 2025 -
interpret: move the native call preparation logic into Miri
#143324 merged
Jul 3, 2025 -
byte-addresses memory -> byte-addressed memory
#143321 merged
Jul 3, 2025 -
Add bootstrap check snapshot tests
#143316 merged
Jul 3, 2025 -
Explicitly handle all nodes in
generics_of
when computing parent#143292 merged
Jul 3, 2025 -
Rollup of 9 pull requests
#143350 merged
Jul 3, 2025 -
Improve CSS for source code block line numbers
#143192 merged
Jul 3, 2025 -
Make the enum check work for negative discriminants
#143273 merged
Jul 3, 2025 -
bootstrap: add build.tidy-extra-checks option
#143251 merged
Jul 3, 2025 -
Derive
Copy
andHash
forIntErrorKind
#131923 merged
Jul 3, 2025 -
Remove some unsized tuple impls now that we don't support unsizing tuples anymore
#138340 merged
Jul 3, 2025 -
Assemble const bounds via normal item bounds in old solver too
#143235 merged
Jul 3, 2025 -
Rollup of 11 pull requests
#143338 merged
Jul 3, 2025 -
Change
{Box,Arc,Rc,Weak}::into_raw
to only work withA = Global
#141219 merged
Jul 3, 2025 -
Feed
explicit_predicates_of
instead ofpredicates_of
#143261 merged
Jul 3, 2025 -
loop match: handle opaque patterns
#143276 merged
Jul 3, 2025 -
Rewrite
macro_rules!
parser to not use the MBE engine itself#143070 merged
Jul 3, 2025 -
Attribute rework: a parser for single attributes without arguments
#142964 merged
Jul 3, 2025 -
bootstrap: validate
rust.codegen-backends
&target.<triple>.codegen-backends
#142212 merged
Jul 3, 2025 -
Add
track_caller
attributes to trace origin of Clippy lints#143306 merged
Jul 3, 2025 -
Detect more cases of unused_parens around types
#142237 merged
Jul 3, 2025 -
Explain
TOCTOU
on the top ofstd::fs
, and reference it in functions#141847 merged
Jul 2, 2025 -
Add
Vec::into_chunks
#142138 merged
Jul 2, 2025 -
Expose elf abi on ppc64 targets
#142321 merged
Jul 2, 2025 -
ci: aarch64-gnu: Stop skipping
panic_abort_doc_tests
#142886 merged
Jul 2, 2025 -
ci: support optional jobs
#143274 merged
Jul 2, 2025 -
fix bitcast of single-element SIMD vectors
#143194 merged
Jul 2, 2025 -
Don't recompute
DisambiguatorState
for every RPITIT in trait definition#143258 merged
Jul 2, 2025 -
Rollup of 9 pull requests
#143337 merged
Jul 2, 2025 -
[COMPILETEST-UNTANGLE 3/N] Use "directives" consistently within compiletest
#143232 merged
Jul 2, 2025 -
Suggest use another lifetime specifier instead of underscore lifetime
#143231 merged
Jul 2, 2025 -
Remove let_chains unstable feature
#143214 merged
Jul 2, 2025
36 Pull requests opened by 18 people
-
Mention that casting to *const () is a way to roundtrip with from_raw_parts
#143341 opened
Jul 2, 2025 -
Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes (rebase)
#143343 opened
Jul 2, 2025 -
Port `#[path]` to the new attribute parsing infrastructure
#143344 opened
Jul 2, 2025 -
update coherence example
#143346 opened
Jul 2, 2025 -
Bye bye as command mut
#143354 opened
Jul 3, 2025 -
wrapping shift: remove first bitmask and table
#143355 opened
Jul 3, 2025 -
use unsigned_abs instead of `abs` on signed int to silence clippy
#143356 opened
Jul 3, 2025 -
Retire hir::*ItemRef.
#143357 opened
Jul 3, 2025 -
Link to 2024 edition page for `!` fallback changes
#143359 opened
Jul 3, 2025 -
loop match: error on `#[const_continue]` outside `#[loop_match]`
#143360 opened
Jul 3, 2025 -
Stop passing resolver disambiguator state to AST lowering.
#143361 opened
Jul 3, 2025 -
don't include `.md` in title
#143364 opened
Jul 3, 2025 -
Precompute stable hash for SyntaxContext.
#143366 opened
Jul 3, 2025 -
allow clippy manual ascii check for definitions of them
#143367 opened
Jul 3, 2025 -
Various refactorings to the metadata loader
#143369 opened
Jul 3, 2025 -
remove redundant #[must_use]
#143370 opened
Jul 3, 2025 -
Prehash visibilities in resolver
#143371 opened
Jul 3, 2025 -
Remove names_imported_by_glob_use query.
#143372 opened
Jul 3, 2025 -
Unquerify maybe_unused_trait_imports.
#143373 opened
Jul 3, 2025 -
Unquerify extern_mod_stmt_cnum.
#143374 opened
Jul 3, 2025 -
add a scope for `if let` guard temporaries and bindings
#143376 opened
Jul 3, 2025 -
clippy fix: remove manual PartialEq::ne
#143377 opened
Jul 3, 2025 -
simplify receivers for some array method calls
#143378 opened
Jul 3, 2025 -
Replace kw_span by full span for generic const parameters.
#143380 opened
Jul 3, 2025 -
rustdoc: don't treat methods under const impls or traits as const
#143381 opened
Jul 3, 2025 -
stabilize `const_slice_reverse`
#143382 opened
Jul 3, 2025 -
stabilize `const_array_each_ref`
#143383 opened
Jul 3, 2025 -
Update browser-ui-test version to `0.21.1`
#143384 opened
Jul 3, 2025 -
Assign dependency bump PRs to me
#143386 opened
Jul 3, 2025 -
Make __rust_alloc_error_handler_should_panic a function
#143387 opened
Jul 3, 2025 -
Various refactors to the LTO handling code
#143388 opened
Jul 3, 2025 -
Rollup of 5 pull requests
#143390 opened
Jul 3, 2025 -
normalise host effect sub-obligations from builtin impls
#143391 opened
Jul 3, 2025 -
compiler: Document and reduce `fn provide`s in hir crates
#143394 opened
Jul 3, 2025 -
Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`
#143395 opened
Jul 3, 2025
14 Issues closed by 6 people
-
Compiler panic because of adding 2 scope.spawn to each other when running `cargo check`
#143188 closed
Jul 3, 2025 -
ICE when comparing traits returned from future
#143209 closed
Jul 3, 2025 -
rustc suggest adding an import of `compiler_builtins`
#142676 closed
Jul 3, 2025 -
Imports from private std dependency `object` shouldn't be suggested
#138191 closed
Jul 3, 2025 -
Some trait functions are now listed as "const fn" even for types without a const trait impl
#143375 closed
Jul 3, 2025 -
Erratic optimization of some complex code that may never actually panic
#142691 closed
Jul 3, 2025 -
New enum discrimintant check doesn't work for negative numbers
#143218 closed
Jul 3, 2025 -
ICE: `unsupported pattern constructor Opaque(OpaqueId(0))`
#143203 closed
Jul 3, 2025 -
Bootstrap ignores unknown values for codegen-backends
#142184 closed
Jul 3, 2025 -
`IntErrorKind` should derive `Copy` and `Hash`
#131826 closed
Jul 3, 2025 -
Borrow checker soundness hole in nested mutable reference scenarios
#143348 closed
Jul 3, 2025 -
powerpc64: allow querying ELF ABI version
#60617 closed
Jul 2, 2025 -
Partially consolidate "TOCTOU" explanations
#141837 closed
Jul 2, 2025 -
Nightly version damages custom ABI return type
#143335 closed
Jul 2, 2025
12 Issues opened by 11 people
-
Borrow suggestion on unmet obligation doesn't account for types in type-relative paths
#143393 opened
Jul 3, 2025 -
Diagnostic incorrectly identifying sealed traits
#143392 opened
Jul 3, 2025 -
Better help message for missing lifetime specifier
#143389 opened
Jul 3, 2025 -
`x check bootstrap` doesn't work
#143385 opened
Jul 3, 2025 -
Function alignment does not work on wasm
#143368 opened
Jul 3, 2025 -
ICE: `unhandled node ConstArg(ConstArg `
#143358 opened
Jul 3, 2025 -
Tracking Issue for Effective Target Features
#143352 opened
Jul 3, 2025 -
ICE `assertion failed: !self.token.kind.is_close_delim_or_eof()`
#143351 opened
Jul 3, 2025 -
Inconsistent method lookup on never type
#143349 opened
Jul 3, 2025 -
Crater runs for 1.89
#143347 opened
Jul 3, 2025 -
Suboptimal diagnostics when "&function()" in const is rejected due to interior mutability
#143345 opened
Jul 2, 2025 -
Error: A dep graph node (mir_drops_elaborated_and_const_checked) does not have an unique index.
#143342 opened
Jul 2, 2025
136 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Specialize sleep_until implementation for unix (except mac)
#141829 commented on
Jul 3, 2025 • 15 new comments -
GCI: Don't evaluate the initializer of free const items that have trivially unsatisfied predicates
#142293 commented on
Jul 3, 2025 • 13 new comments -
Respect endianness correctly in CheckEnums test suite
#143339 commented on
Jul 3, 2025 • 11 new comments -
Implement unstable trait impl
#140399 commented on
Jul 3, 2025 • 10 new comments -
Enforce in bootstrap that check must have stage at least 1
#143048 commented on
Jul 3, 2025 • 9 new comments -
Remove false label when `self` resolve failure does not relate to macro
#143177 commented on
Jul 3, 2025 • 6 new comments -
Region inference: Use outlives-static constraints in constraint search
#140737 commented on
Jul 3, 2025 • 5 new comments -
Rewrite empty attribute lint for new attribute parser
#143252 commented on
Jul 3, 2025 • 4 new comments -
Remove fewer Storage calls in CopyProp and GVN
#142531 commented on
Jul 2, 2025 • 3 new comments -
std: sys: net: uefi: tcp4: Implement write
#141532 commented on
Jul 3, 2025 • 3 new comments -
Do not suggest borrow that is already there in fully-qualified call
#132469 commented on
Jul 3, 2025 • 2 new comments -
tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)
#143002 commented on
Jul 3, 2025 • 2 new comments -
Allow custom default address spaces and parse `p-` specifications in the datalayout string
#143182 commented on
Jul 3, 2025 • 2 new comments -
Implement `int_format_into` feature
#142098 commented on
Jul 3, 2025 • 2 new comments -
Prototype `VaList` proposal
#141980 commented on
Jul 3, 2025 • 2 new comments -
Canonicalize input ty/ct infer/placeholder in the root universe
#142732 commented on
Jul 3, 2025 • 1 new comment -
sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets
#123617 commented on
Jul 2, 2025 • 1 new comment -
Stabilize `-Cmin-function-alignment`
#142824 commented on
Jul 3, 2025 • 1 new comment -
make `-Zmin-function-alignment` a target modifier
#143323 commented on
Jul 3, 2025 • 1 new comment -
Fast path nitpicks
#143307 commented on
Jul 3, 2025 • 1 new comment -
gpu offload host code generation
#142097 commented on
Jul 3, 2025 • 1 new comment -
Skip debug dep node code in non-incremental mode
#142686 commented on
Jul 3, 2025 • 0 new comments -
Fix passing/returning structs with the 64-bit SPARC ABI
#142680 commented on
Jul 3, 2025 • 0 new comments -
Fix linting false positive when block used as value
#141987 commented on
Jul 3, 2025 • 0 new comments -
Move placeholder error handling to before region inference
#142623 commented on
Jul 3, 2025 • 0 new comments -
Allow `#[must_use]` on associated types to warn on unused values in generic contexts
#142590 commented on
Jul 3, 2025 • 0 new comments -
Attempted to fix #141972 Parameter ABI inconsistency error in Rust for RISC-V
#141979 commented on
Jul 3, 2025 • 0 new comments -
Use the .drectve section for exporting symbols from dlls on Windows
#142568 commented on
Jul 3, 2025 • 0 new comments -
Draft: Make into_parts methods on Vec associated functions
#141509 commented on
Jul 3, 2025 • 0 new comments -
Detect missing `derive` on unresolved attribute even when not imported
#142487 commented on
Jul 3, 2025 • 0 new comments -
Unify `CoroutineWitness` sooner in typeck, and stall coroutine obligations based off of `TypingEnv`
#141762 commented on
Jul 3, 2025 • 0 new comments -
Perform unused assignment and unused variables lints on MIR.
#142390 commented on
Jul 3, 2025 • 0 new comments -
Include additional hashes in src/stage0
#142139 commented on
Jul 3, 2025 • 0 new comments -
Put negative implementors first and apply same ordering logic to foreign implementors
#142380 commented on
Jul 3, 2025 • 0 new comments -
Convert moves of references to copies in ReferencePropagation
#142185 commented on
Jul 3, 2025 • 0 new comments -
Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins`
#142323 commented on
Jul 3, 2025 • 0 new comments -
rustdoc: fix attrs of locally reexported foreign items
#141831 commented on
Jul 3, 2025 • 0 new comments -
`rustc_const_eval`: respect `target.min_global_align`
#142198 commented on
Jul 3, 2025 • 0 new comments -
improve `core::ffi::VaList`
#141835 commented on
Jul 3, 2025 • 0 new comments -
make rust-analyzer use a dedicated build directory
#141839 commented on
Jul 3, 2025 • 0 new comments -
Always inline InterpCx::layout_of after perf regression
#143334 commented on
Jul 3, 2025 • 0 new comments -
[TOY] Extend GVN to perform local value numbering.
#143333 commented on
Jul 3, 2025 • 0 new comments -
Avoid loading HIR for check_well_formed on type declarations
#143328 commented on
Jul 3, 2025 • 0 new comments -
remove deprecated from core::ffi::c_str
#143326 commented on
Jul 3, 2025 • 0 new comments -
[perf] Consider param-env for fast path
#143309 commented on
Jul 3, 2025 • 0 new comments -
pub async fn impl is monomorphized when func itself is monomorphized
#143290 commented on
Jul 3, 2025 • 0 new comments -
Remove `[T]::array_chunks(_mut)`
#143289 commented on
Jul 2, 2025 • 0 new comments -
Make -Ztrack-diagnostics emit like a note
#143286 commented on
Jul 3, 2025 • 0 new comments -
Create `AttrTarget` for attribute parsing
#143284 commented on
Jul 3, 2025 • 0 new comments -
Beta backport: null terminate UNICODE_STRINGs
#143275 commented on
Jul 3, 2025 • 0 new comments -
Store the type of each GVN value
#143271 commented on
Jul 3, 2025 • 0 new comments -
RDR: avoid rebuilding dependent crates after comment changes
#143249 commented on
Jul 3, 2025 • 0 new comments -
Avoid depending on forever-red DepNode when encoding metadata.
#143247 commented on
Jul 3, 2025 • 0 new comments -
Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure
#143237 commented on
Jul 3, 2025 • 0 new comments -
Apply RemoveNoopLandingPads post-monomorphization
#143208 commented on
Jul 3, 2025 • 0 new comments -
Align attr fixes
#143206 commented on
Jul 3, 2025 • 0 new comments -
work around linux not honoring write_at for O_APPEND files
#143166 commented on
Jul 3, 2025 • 0 new comments -
Replace JSONPath with `jq` in `jsondocck`
#143089 commented on
Jul 3, 2025 • 0 new comments -
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
#143085 commented on
Jul 3, 2025 • 0 new comments -
Add `const Rem`
#143040 commented on
Jul 3, 2025 • 0 new comments -
replace dead reference code-index.md
#142958 commented on
Jul 3, 2025 • 0 new comments -
tidy: move rustdoc js stuff into a tidy extra check
#142924 commented on
Jul 3, 2025 • 0 new comments -
Enable DestinationPropagation by default
#142915 commented on
Jul 3, 2025 • 0 new comments -
Weekly `cargo update`
#142857 commented on
Jul 3, 2025 • 0 new comments -
Add `Write` implementation for `[MaybeUninit<u8>]`
#142849 commented on
Jul 2, 2025 • 0 new comments -
Compute jump threading opportunities in a single pass
#142821 commented on
Jul 3, 2025 • 0 new comments -
Make TypeId const comparable
#142789 commented on
Jul 3, 2025 • 0 new comments -
Introduce debuginfo to statements in MIR
#142771 commented on
Jul 3, 2025 • 0 new comments -
hir_analysis: add missing sizedness bounds
#142712 commented on
Jul 3, 2025 • 0 new comments -
Offload device1
#142696 commented on
Jul 2, 2025 • 0 new comments -
Tracking Issue for `super let`
#139076 commented on
Jul 2, 2025 • 0 new comments -
`doc_auto_cfg` assigns wrong feature to cyclically reexported impl
#143318 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue for release notes of #142590: Allow `#[must_use]` on associated types to warn on unused values in generic contexts
#143151 commented on
Jul 3, 2025 • 0 new comments -
release builds using rustc 1.86.0 on macOS Ventura (intel) SDK exhibit incorrect behaviour
#140686 commented on
Jul 3, 2025 • 0 new comments -
riscv64gc-unknown-linux-gnu target fails some UI tests in CI
#143319 commented on
Jul 3, 2025 • 0 new comments -
Poor interaction between int fallback and other flow of type information
#23545 commented on
Jul 3, 2025 • 0 new comments -
Warn or error on duplicate attributes
#142836 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue for `const fn` `type_name`
#63084 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue: Attribute refactor
#131229 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for AVX512_FP16 intrinsics
#127213 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for slice::array_chunks
#74985 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for `const_array_each_ref`
#133289 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for `const_slice_reverse`
#135120 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for `#[align(...)]` on function items (fn_align)
#82232 commented on
Jul 3, 2025 • 0 new comments -
CheckEnums tests fail on s390x (big-endian)
#143332 commented on
Jul 3, 2025 • 0 new comments -
should_panic in doctests accepts crashes, aborts, std::process::exit
#143009 commented on
Jul 3, 2025 • 0 new comments -
std docs incorrectly renders trait methods as const
#143071 commented on
Jul 3, 2025 • 0 new comments -
Should a `[..]` slice pattern constitute a discriminant read
#141825 commented on
Jul 2, 2025 • 0 new comments -
Tracking issue for `-Z randomize-layout`
#106764 commented on
Jul 2, 2025 • 0 new comments -
`fn_cast!` macro
#140803 commented on
Jul 2, 2025 • 0 new comments -
code coverage reporting for `let-else` interacts poorly with rustfmt
#143149 commented on
Jul 2, 2025 • 0 new comments -
Misleading span in trait bound error with generic parameters
#143336 commented on
Jul 2, 2025 • 0 new comments -
ICE: `type variables should not be hashed: ?0t`
#143112 commented on
Jul 2, 2025 • 0 new comments -
Permit attributes on `use` items
#141704 commented on
Jul 2, 2025 • 0 new comments -
`std::sync::poison` documentation typo
#143049 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue for `vec_into_raw_parts`
#65816 commented on
Jul 3, 2025 • 0 new comments -
Tracking Issue for pointer metadata APIs
#81513 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue for release notes of #138340: Remove some unsized tuple impls now that we don't support unsizing tuples anymore
#140589 commented on
Jul 3, 2025 • 0 new comments -
Tracking issue for release notes of #131923: Derive `Copy` and `Hash` for `IntErrorKind`
#136623 commented on
Jul 3, 2025 • 0 new comments -
never `!` type primitive docs mention 2024 edition changes as upcoming
#143207 commented on
Jul 3, 2025 • 0 new comments -
A dep graph node (mir_drops_elaborated_and_const_checked) does not have an unique index
#141540 commented on
Jul 3, 2025 • 0 new comments -
Cross-compilation default settings do not work, only show obscure error messages
#143184 commented on
Jul 3, 2025 • 0 new comments -
iter::zip changes vectorization behaviour even if value is unused
#143016 commented on
Jul 3, 2025 • 0 new comments -
Slow indirect function calls with 16-byte by-pointer enum argument
#143050 commented on
Jul 3, 2025 • 0 new comments -
Fix `PostBorrowckAnalysis` for old solver
#135899 commented on
Jul 3, 2025 • 0 new comments -
Add support for macro expansion in rustdoc source code pages
#137229 commented on
Jul 3, 2025 • 0 new comments -
Fix host code appearing in Wasm binaries
#137457 commented on
Jul 3, 2025 • 0 new comments -
Move coercion hack from `coerce_unsized` to `check_cast`
#138542 commented on
Jul 3, 2025 • 0 new comments -
Implement RFC 3631: add rustdoc doc_cfg features
#138907 commented on
Jul 3, 2025 • 0 new comments -
Add Duration from nanos u128
#139243 commented on
Jul 3, 2025 • 0 new comments -
Add `target_env = "macabi"` and `target_env = "sim"`
#139451 commented on
Jul 3, 2025 • 0 new comments -
Implement pin-project in pattern matching for `&pin mut|const T`
#139751 commented on
Jul 3, 2025 • 0 new comments -
std: sys: pal: uefi: Overhaul Time
#139806 commented on
Jul 3, 2025 • 0 new comments -
Stabilize `fn_align`: `#[align(N)]` on functions
#140261 commented on
Jul 3, 2025 • 0 new comments -
rustdoc: Allow multiple references to a single footnote
#140434 commented on
Jul 3, 2025 • 0 new comments -
Refactor StableMIR
#140643 commented on
Jul 3, 2025 • 0 new comments -
Permit duplicate imports
#141043 commented on
Jul 3, 2025 • 0 new comments -
Stabilize `if let` guards (`feature(if_let_guard)`)
#141295 commented on
Jul 3, 2025 • 0 new comments -
rustc_const_eval: Expose APIs for signalling foreign accesses to memory
#141391 commented on
Jul 3, 2025 • 0 new comments -
Add new `function_casts_as_integer` lint
#141470 commented on
Jul 2, 2025 • 0 new comments -
Cannot check `rustc` from master branch on Windows 10: build failure in rustc_codegen_gcc
#142754 commented on
Jul 3, 2025 • 0 new comments -
presence of `compiler_builtins` in the std doc crate sidebar on beta
#143215 commented on
Jul 3, 2025 • 0 new comments -
rustdoc: Show whether generic type params actually are `?Sized`, not whether definition site syntactically includes `?Sized`
#143197 commented on
Jul 3, 2025 • 0 new comments -
Suggest powershell syntax for setting RUST_BACKTRACE in the panic result on Windows
#98379 commented on
Jul 3, 2025 • 0 new comments -
Move `backtrace` option to the target-specific configuration
#54187 commented on
Jul 3, 2025 • 0 new comments -
wrong backtrace line for .unwrap() if it is on the next line
#61645 commented on
Jul 3, 2025 • 0 new comments -
Consider folkertdev's `c_variadic` proposal
#141524 commented on
Jul 3, 2025 • 0 new comments -
[do not merge] CI experiments
#112049 commented on
Jul 3, 2025 • 0 new comments -
Make metadata a workproduct and reuse it
#114669 commented on
Jul 3, 2025 • 0 new comments -
rustdoc: use the next solver for blanket impl synthesis
#125907 commented on
Jul 3, 2025 • 0 new comments -
Rebuild on changes to the deployment target when compiling Apple targets
#129342 commented on
Jul 3, 2025 • 0 new comments -
Beautify doctest path
#130643 commented on
Jul 3, 2025 • 0 new comments -
[WIP] Elaborate drops to calls
#130691 commented on
Jul 3, 2025 • 0 new comments -
Stabilize `derive(CoercePointee)`
#133820 commented on
Jul 3, 2025 • 0 new comments -
Make `Default` const and add some `const Default` impls
#134628 commented on
Jul 3, 2025 • 0 new comments -
Detect struct construction with private field in field with default
#135846 commented on
Jul 3, 2025 • 0 new comments