| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -6/+53 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+8 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+8 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -9/+0 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -6/+0 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -6/+0 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -18/+13 |
| 2023-09-02 | Rename `Freeze` to `FreezeLock` | John Kåre Alsaker | -2/+2 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -2/+2 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -5/+5 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -0/+2 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -0/+47 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-24 | Move extra_compiler_flags() to rustc_session | Martin Nordholts | -0/+47 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -5/+18 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -1/+11 |
| 2023-08-18 | Add an (perma-)unstable option to disable vtable vptr | Gary Guo | -0/+2 |
| 2023-08-13 | Remove reached_eof from ParseSess | bjorn3 | -4/+1 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -19/+1 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -12/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -42/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -3/+13 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -3/+13 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -24/+10 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -24/+10 |
| 2023-07-31 | Fix a comment. | Nicholas Nethercote | -0/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -7/+4 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -0/+6 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+6 |
| 2023-07-27 | Rollup merge of #114098 - klensy:drop-atty, r=fee1-dead | Matthias Krüger | -1/+2 |
| 2023-07-26 | Rollup merge of #114073 - ehuss:remove-z-diagnostic-width, r=fee1-dead | Matthias Krüger | -2/+0 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -1/+2 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -32/+12 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -0/+2 |
| 2023-07-25 | Remove -Z diagnostic-width | Eric Huss | -2/+0 |
| 2023-07-25 | Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol... | Matthias Krüger | -2/+19 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -2/+19 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -15/+11 |
| 2023-07-25 | Remove some arguments that are always the same | Oli Scherer | -19/+3 |
| 2023-07-24 | Add missing documentation for `Session::time` | Guillaume Gomez | -0/+1 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -0/+2 |
| 2023-07-23 | Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead | bors | -4/+2 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -4/+2 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -3/+3 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -32/+0 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -0/+32 |
| 2023-07-21 | Auto merge of #113707 - sivadeilra:user/ardavis/sha256, r=eholk | bors | -1/+1 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -37/+85 |