| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Streamline `collect_crate_types`. | Nicholas Nethercote | -15/+7 |
| 2023-10-30 | deduce_param_attrs: explain a read-only case | Ralf Jung | -0/+1 |
| 2023-10-30 | Fail typeck for illegal break-with-value | Gurinder Singh | -4/+9 |
| 2023-10-29 | Delete unused InvalidDeprecationVersion diagnostic | David Tolnay | -15/+0 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -84/+72 |
| 2023-10-30 | Remove `check_output`. | Nicholas Nethercote | -21/+3 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -10/+10 |
| 2023-10-30 | Wrap some overlong comments. | Nicholas Nethercote | -10/+12 |
| 2023-10-30 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2023-10-30 | Improve readability of `parse_check_cfg`. | Nicholas Nethercote | -26/+13 |
| 2023-10-30 | Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu | bors | -20/+20 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -40/+20 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -54/+16 |
| 2023-10-30 | Reduce exposure of cfg parsers. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -257/+246 |
| 2023-10-30 | coverage: Use a tracing span to group the parts of a sum-up expression | Zalathar | -1/+4 |
| 2023-10-30 | coverage: Inline the "recursive" worker methods for assigning counters | Zalathar | -21/+5 |
| 2023-10-30 | coverage: Replace manual debug indents with nested tracing spans | Zalathar | -65/+19 |
| 2023-10-30 | When encountering unclosed delimiters during parsing, check for diff markers | Esteban Küber | -27/+63 |
| 2023-10-30 | Account for `ref` and `mut` in the wrong place for pattern ident renaming | Esteban Küber | -1/+33 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -1/+63 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -299/+400 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -2/+9 |
| 2023-10-30 | Remove `memoffset` dependency from `rustc_query_impl`. | Nicholas Nethercote | -3/+0 |
| 2023-10-29 | Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202... | bjorn3 | -334/+100 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -20/+147 |
| 2023-10-29 | Enable cross-crate-inlining when MIR inlining is enabled | Ben Kimock | -2/+7 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+2 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -136/+752 |
| 2023-10-29 | mipsel_unknown_netbsd.rs: fix indentation. | Havard Eidnes | -10/+10 |
| 2023-10-29 | Add support for mipsel-unknown-netbsd, 32-bit LE mips. | Havard Eidnes | -0/+22 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -50/+63 |
| 2023-10-29 | Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee | bors | -0/+39 |
| 2023-10-28 | Rollup merge of #117325 - Nilstrieb:pretty-macros, r=compiler-errors | Jubilee | -49/+37 |
| 2023-10-28 | Rollup merge of #117259 - dtolnay:macho, r=Nilstrieb | Jubilee | -1/+1 |
| 2023-10-28 | Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3 | Jubilee | -0/+25 |
| 2023-10-28 | Rollup merge of #117319 - RalfJung:target-feature-inline-comment, r=tmiasko | Jubilee | -0/+5 |
| 2023-10-28 | Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkov | Jubilee | -0/+1 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -0/+33 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -122/+637 |
| 2023-10-29 | Rename a few remaining references to abort terminator | Tomasz Miąsko | -2/+2 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-28 | Auto merge of #117123 - Zalathar:bad-counter-ids, r=petrochenkov | bors | -31/+41 |
| 2023-10-28 | Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrum | bors | -34/+34 |
| 2023-10-28 | explain why we don't inline when target features differ | Ralf Jung | -0/+5 |
| 2023-10-28 | share the track_caller handling within a mir::Body | Ralf Jung | -93/+54 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -176/+173 |
| 2023-10-28 | i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc. | Havard Eidnes | -2/+1 |