| Age | Commit message (Expand) | Author | Lines |
| 2024-09-01 | Auto merge of #129854 - Kobzol:revert-127537, r=lqd | bors | -308/+27 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -309/+162 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -308/+27 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -32/+44 |
| 2024-09-01 | Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -86/+80 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -20/+154 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -17/+7 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -86/+80 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -4/+3 |
| 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 | -12/+3 |
| 2024-08-31 | Simplify lint source computation. | Camille GILLOT | -105/+83 |
| 2024-08-31 | Remove attr_id from stable lint ids. | Camille GILLOT | -42/+14 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -149/+58 |
| 2024-08-31 | Use AttrId key for unstable<->stable expectation map. | Camille GILLOT | -22/+16 |
| 2024-08-31 | don't take reachability into account when warning about missing-const-stability | Ralf Jung | -2/+1 |
| 2024-08-31 | make the const-unstable-in-stable error more clear | Ralf Jung | -2/+2 |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -6/+15 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -18/+211 |
| 2024-08-31 | Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic | Matthias Krüger | -3/+7 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -64/+204 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -7/+2 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -20/+154 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -7/+2 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -6/+15 |
| 2024-08-31 | Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er... | Matthias Krüger | -9/+10 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -82/+96 |
| 2024-08-31 | Rollup merge of #129724 - nnethercote:rm-Option-bang, r=fee1-dead | Matthias Krüger | -66/+68 |
| 2024-08-31 | Rollup merge of #129723 - compiler-errors:extern-providers, r=lcnr | Matthias Krüger | -43/+21 |
| 2024-08-31 | Rollup merge of #129534 - workingjubilee:ratchet-wasm-c-abi-fcw-to-deny, r=da... | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129527 - compiler-errors:lint-nit, r=Nadrieril | Matthias Krüger | -20/+14 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -61/+111 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -42/+46 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -12/+3 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_typeck`. | Nicholas Nethercote | -3/+29 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`. | Nicholas Nethercote | -3/+48 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -3/+31 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -3/+38 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -1/+14 |
| 2024-08-30 | refactor NLL MIR dump entry point | Rémy Rakic | -15/+23 |
| 2024-08-30 | enable extra comments in NLL MIR dumps | Rémy Rakic | -21/+40 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -7/+44 |
| 2024-08-30 | introduce `PrettyPrintMirOptions` for cosmetic MIR dump options | Rémy Rakic | -29/+92 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -32/+44 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_infer`. | Nicholas Nethercote | -3/+26 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`. | Nicholas Nethercote | -3/+39 |
| 2024-08-30 | Remove `Option<!>` return types. | Nicholas Nethercote | -66/+68 |
| 2024-08-29 | Update the `wasm-component-ld` binary dependency | Alex Crichton | -1/+1 |
| 2024-08-29 | Auto merge of #129750 - GuillaumeGomez:rollup-gphsb7y, r=GuillaumeGomez | bors | -360/+508 |