| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | Auto merge of #129798 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -5/+25 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -4/+4 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -10/+275 |
| 2024-08-31 | Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -5/+257 |
| 2024-08-31 | Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=Kobzol | Matthias Krüger | -1/+7 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -2/+8 |
| 2024-08-31 | Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -441/+1197 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -8/+19 |
| 2024-08-31 | Rollup merge of #129733 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2888/+9203 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -2/+22 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -3/+3 |
| 2024-08-31 | tidy: say which feature gate has a stability issue mismatch | Ralf Jung | -1/+2 |
| 2024-08-31 | Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er... | Matthias Krüger | -8/+5 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -4/+3 |
| 2024-08-31 | Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddle | Matthias Krüger | -4/+3 |
| 2024-08-31 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -5/+257 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -0/+1 |
| 2024-08-30 | Merge from rustc | The Miri Cronjob Bot | -5/+1 |
| 2024-08-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustfmt. | Nicholas Nethercote | -2/+17 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustfmt helpers. | Nicholas Nethercote | -6/+2 |
| 2024-08-29 | Update the `wasm-component-ld` binary dependency | Alex Crichton | -1/+1 |
| 2024-08-29 | interpret/visitor: make memory order iteration slightly more efficient | Ralf Jung | -8/+5 |
| 2024-08-29 | Auto merge of #17993 - ChayimFriedman2:convert-to-tuple-attrs, r=Veykril | bors | -11/+49 |
| 2024-08-29 | Auto merge of #17991 - ChayimFriedman2:extract-variable-ref, r=Veykril | bors | -10/+140 |
| 2024-08-29 | Auto merge of #17987 - ChayimFriedman2:column-macro, r=Veykril | bors | -1/+33 |
| 2024-08-29 | Auto merge of #17988 - darichey:fix-scip-def, r=Veykril | bors | -1/+3 |
| 2024-08-29 | Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykril | bors | -13/+1511 |
| 2024-08-29 | Merge from rust-lang/rust | Laurențiu Nicola | -4414/+6771 |
| 2024-08-29 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-08-29 | fix: Fix TokenStream::to_string implementation dropping quotation marks | Lukas Wirth | -3/+8 |
| 2024-08-29 | fix: Fix proc-macro server crashing when parsing a non-lexable string into a ... | Lukas Wirth | -3/+15 |
| 2024-08-29 | fix wasm test | Ralf Jung | -15/+28 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -6/+44 |
| 2024-08-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-29 | Auto merge of #17992 - Wilfred:newlines_in_logs, r=Veykril | bors | -2/+2 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -4/+3 |
| 2024-08-28 | Rollup merge of #129617 - rustbot:docs-update, r=ehuss | Jubilee | -0/+1 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -5/+0 |
| 2024-08-28 | Fix incorrect symbol definitions in SCIP output | David Richey | -1/+3 |
| 2024-08-29 | Consider field attributes when converting from tuple to named struct and the ... | Chayim Refael Friedman | -11/+49 |
| 2024-08-29 | Also handle deref expressions in "Extract variable" | Chayim Refael Friedman | -15/+59 |
| 2024-08-28 | internal: Avoid newlines in fetch workspace errors | Wilfred Hughes | -2/+2 |
| 2024-08-29 | Don't add reference when it isn't needed for the "Extract variable" assist | Chayim Refael Friedman | -1/+42 |
| 2024-08-28 | Consider all expressions that autoderef in "Extract variable", not just metho... | Chayim Refael Friedman | -3/+48 |