| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -0/+1 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -2/+2 |
| 2023-08-07 | Bump compiler_builtins to 0.1.100 | Andrew Kane | -2/+2 |
| 2023-08-07 | Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obk | bors | -0/+1 |
| 2023-08-06 | bump schannel, miow to drop windows-sys 0.42 | klensy | -83/+26 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -2/+2 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -0/+55 |
| 2023-08-03 | bump parking_lot 0.11 to 0.12 | klensy | -2/+2 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -42/+7 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -0/+1 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -0/+54 |
| 2023-07-31 | Implement BOLT optimization in the `opt-dist` tool | Jakub Beránek | -0/+1 |
| 2023-07-29 | Update lexer emoji diagnostics to Unicode 15.0 | Charles Lew | -42/+7 |
| 2023-07-27 | Rollup merge of #114088 - oli-obk:syn, r=davidtwco | Guillaume Gomez | -19/+19 |
| 2023-07-27 | Rollup merge of #114098 - klensy:drop-atty, r=fee1-dead | Matthias Krüger | -2/+0 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -2/+0 |
| 2023-07-26 | Replace in-tree `rustc_apfloat` with the new version of the crate | Wesley Wiser | -3/+5 |
| 2023-07-26 | Bump syn now that it doesn't affect diagnostics anymore | Oli Scherer | -19/+19 |
| 2023-07-22 | Make `unconditional_recursion` warning detect recursive drops | Martin Nordholts | -0/+1 |
| 2023-07-21 | Bump compiler_builtins to 0.1.98 | Nicholas Bishop | -2/+2 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -1/+0 |
| 2023-07-19 | Don't compress dylib metadata | bjorn3 | -1/+0 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+28 |
| 2023-07-17 | Update Cargo.lock/toml | Philipp Krones | -22/+13 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2023-07-12 | use latest version of hermit-abi | Stefan Lankes | -6/+6 |
| 2023-07-11 | Rollup merge of #112717 - celinval:stable-mir-rvalue-1, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-07-10 | Don't use serde-derive in the rls shim | Josh Stone | -1/+0 |
| 2023-07-10 | Implement a few more rvalue translation to smir | Celina G. Val | -1/+1 |
| 2023-07-10 | Fix standalone build | Celina G. Val | -0/+1 |
| 2023-07-09 | Auto merge of #113488 - RalfJung:miri, r=RalfJung | bors | -2/+2 |
| 2023-07-09 | Auto merge of #112235 - Kobzol:opt-dist, r=Mark-Simulacrum | bors | -1/+439 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -1/+439 |
| 2023-07-09 | Auto merge of #113276 - Nilstrieb:rustix, r=Mark-Simulacrum | bors | -8/+7 |
| 2023-07-08 | update lockfile | Ralf Jung | -2/+2 |
| 2023-07-06 | Auto merge of #113269 - jyn514:update-compiler-builtins, r=Amanieu | bors | -2/+2 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -0/+11 |
| 2023-07-05 | Update compiler-builtins to 0.1.95 | jyn | -2/+2 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -0/+11 |
| 2023-07-04 | Rollup merge of #113251 - chenyukang:yukang-fix-112940-smir, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -75/+0 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -75/+0 |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -6/+6 |
| 2023-07-03 | Update rustix | Nilstrieb | -8/+7 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -0/+1 |
| 2023-07-02 | Update std to backtrace 0.3.68 | Jubilee Young | -46/+19 |
| 2023-07-02 | downgrade compiler_builtins | Nilstrieb | -2/+2 |
| 2023-07-02 | Downgrade rustix | Nilstrieb | -4/+5 |
| 2023-07-02 | Downgrade tracing and syn | Nilstrieb | -21/+21 |
| 2023-07-02 | cargo update | Nilstrieb | -515/+535 |