Skip to content
Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort
Yet more parse_tt improvements S-waiting-on-perf S-waiting-on-review T-compiler
#95425 opened Mar 29, 2022 by nnethercote
⬆️ rust-analyzer S-waiting-on-bors
#95424 opened Mar 29, 2022 by lnicola
Refactor: Use format-args-capture and remove an unnecessary nested block S-waiting-on-review T-compiler
#95422 opened Mar 29, 2022 by TaKO8Ki
Cache more queries on disk S-waiting-on-perf T-compiler T-rustdoc
#95418 opened Mar 28, 2022 by cjgillot
diagnostics: regression test for HashMap iter_mut suggestion S-waiting-on-review T-compiler
#95415 opened Mar 28, 2022 by notriddle
Move name resolution logic to a dedicated file S-waiting-on-review T-compiler
#95405 opened Mar 28, 2022 by cjgillot
Faster parsing for lower numbers for radix up to 16 (cont.) S-waiting-on-review
#95399 opened Mar 28, 2022 by gilescope
Add query to check for impossible predicates, use it to skip NoopMethodCall and Inline S-waiting-on-review T-compiler
#95398 opened Mar 28, 2022 by compiler-errors
Better error message for _ in function signature in impl Trait for Ty S-waiting-on-review T-compiler
#95395 opened Mar 28, 2022 by compiler-errors
std: Add capacity guarantees notes for OsString needs-fcp S-waiting-on-review T-libs-api
#95394 opened Mar 28, 2022 by Xuanwo
std: Stabilize feature try_reserve_2 S-blocked T-libs-api
#95392 opened Mar 28, 2022 by Xuanwo Changes requested
interpret: make isize::MAX the limit for dynamic value sizes S-waiting-on-review T-compiler
#95388 opened Mar 27, 2022 by RalfJung
Define a dedicated error type for HandleOrNull and HandleOrInvalid. S-waiting-on-review
#95387 opened Mar 27, 2022 by sunfishcode Approved
Suggest wrapping patterns in enum variants A-diagnostics A-suggestion-diagnostics S-waiting-on-review T-compiler
#95386 opened Mar 27, 2022 by compiler-errors
Add mem::conjure_zst for creating ZSTs out of nothing S-waiting-on-review T-compiler
#95385 opened Mar 27, 2022 by scottmcm
Update target_has_atomic documentation for stabilization S-waiting-on-review
#95384 opened Mar 27, 2022 by ehuss
Fix unit struct/enum variant in destructuring assignment S-waiting-on-author T-compiler T-lang
#95380 opened Mar 27, 2022 by compiler-errors
show suggestion to replace generic bounds with associated types in more cases S-waiting-on-review T-compiler
#95379 opened Mar 27, 2022 by icewind1991
Try turning on validation in CTFE perf-regression S-waiting-on-review T-compiler
#95377 opened Mar 27, 2022 by saethlin Draft
Add vec::Drain{,Filter}::keep_rest S-waiting-on-review
#95376 opened Mar 27, 2022 by WaffleLapkin
Fix build on i686-apple-darwin systems S-waiting-on-review
#95375 opened Mar 27, 2022 by MarcusCalhoun-Lopez
assert_uninit_valid: ensure we detect at least arrays of uninhabited types S-waiting-on-review T-compiler
#95374 opened Mar 27, 2022 by RalfJung
invalud_value lint: detect invalid initialization of arrays S-waiting-on-review T-compiler
#95373 opened Mar 27, 2022 by RalfJung
make unaligned_references lint deny-by-default I-lang-nominated S-waiting-on-review T-compiler
#95372 opened Mar 27, 2022 by RalfJung
Suggest implementing #[derive(PartialEq)] for types in vectors and arrays S-waiting-on-review T-compiler
#95371 opened Mar 27, 2022 by TaKO8Ki
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.