| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+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 | -2/+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/+20 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -2/+20 |
| 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/+87 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+7 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+32 |
| 2023-07-20 | Move OutFileName writing into rustc_session | David Tolnay | -0/+22 |
| 2023-07-20 | Disallow overlapping prints to the same location | David Tolnay | -0/+15 |
| 2023-07-20 | Parse --print KIND=PATH command line syntax | David Tolnay | -8/+14 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -31/+38 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -1/+1 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -4/+15 |
| 2023-07-19 | Rollup merge of #113765 - compiler-errors:at-least, r=oli-obk | Dylan DPC | -6/+6 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -0/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -6/+6 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -4/+15 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+9 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -0/+2 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -4/+4 |
| 2023-07-16 | Don't enable by default :) | Patrick Walton | -1/+1 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+7 |
| 2023-07-14 | Use SHA256 by default when targeting MSVC | Arlie Davis | -1/+1 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -3/+0 |
| 2023-07-10 | Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwco | bors | -0/+2 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -3/+0 |
| 2023-07-05 | Auto merge of #112697 - tgross35:explain-markdown, r=oli-obk | bors | -0/+4 |
| 2023-07-04 | Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr | Matthias Krüger | -2/+27 |
| 2023-07-04 | reviews | Boxy | -12/+11 |
| 2023-07-04 | change flag name | Boxy | -1/+1 |