| Age | Commit message (Expand) | Author | Lines |
| 2021-06-22 | Teach rustc to accept lowercase error codes | Aris Merchant | -2/+6 |
| 2021-06-16 | Small fixes | Tyler Mandry | -11/+11 |
| 2021-06-16 | Implement printing of stack traces on LLVM segfaults and aborts | Vikram Pal | -0/+45 |
| 2021-06-04 | Rustfmt | bjorn3 | -1/+5 |
| 2021-06-04 | Support --version and -Cpasses=list for other codegen backends | bjorn3 | -4/+16 |
| 2021-06-04 | Allow printing the version of the default codegen backend if it isn't llvm | bjorn3 | -7/+3 |
| 2021-06-04 | Turn a regular comment on Compilation into a doc comment | bjorn3 | -1/+1 |
| 2021-05-24 | Don't invoke the default panic hook from report_ice | bjorn3 | -8/+11 |
| 2021-05-19 | Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis | bors | -14/+2 |
| 2021-05-19 | Store THIR in `IndexVec`s instead of an `Arena` | LeSeulArtichaut | -14/+2 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -5/+3 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -114/+86 |
| 2021-05-03 | Run save_analysis even when analysis returned an error | bjorn3 | -2/+2 |
| 2021-05-02 | Move queries.crate_name() | bjorn3 | -3/+3 |
| 2021-05-02 | Simplify make_input | bjorn3 | -22/+21 |
| 2021-05-02 | Remove unnecessary argument | bjorn3 | -4/+1 |
| 2021-05-02 | Tiny cleanup | bjorn3 | -3/+2 |
| 2021-05-02 | Inline process_rlink into try_process_rlink | bjorn3 | -20/+17 |
| 2021-05-02 | Document a few things | bjorn3 | -2/+12 |
| 2021-05-02 | Remove dummy_config | bjorn3 | -64/+38 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -1/+2 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -1/+2 |
| 2021-04-06 | Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco | bors | -2/+2 |
| 2021-03-30 | Merge two consecutive tcx.analysis() calls | bjorn3 | -11/+7 |
| 2021-03-27 | Address review comments | Joshua Nelson | -4/+3 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -14/+7 |
| 2021-03-24 | Auto merge of #83050 - osa1:issue83048, r=matthewjasper | bors | -23/+30 |
| 2021-03-22 | Change `-W help` to display edition level. | Eric Huss | -1/+6 |
| 2021-03-15 | Add `rustc_interface::interface::Config::parse_sess_created` | hyd-dev | -0/+2 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -23/+30 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+17 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -19/+29 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -45/+27 |
| 2021-02-20 | Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomez | bors | -1/+1 |
| 2021-02-20 | Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-02-19 | A few more code cleanups | LeSeulArtichaut | -34/+18 |
| 2021-02-19 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -2/+1 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -20/+18 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -12/+18 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -12/+18 |
| 2021-02-18 | rustc: Show `@path` usage in stable | Miguel Ojeda | -1/+1 |
| 2021-02-17 | Rollup merge of #82174 - est31:master, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2021-02-16 | Replace File::create and write_all with fs::write | est31 | -11/+11 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -1/+1 |
| 2021-02-01 | Find codegen backends in more locations | bjorn3 | -2/+2 |
| 2021-01-29 | Indicate both start and end of pass RSS in time-passes output | Tyson Nottingham | -4/+9 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Rollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas-schievink | Mara Bos | -2/+2 |
| 2021-01-13 | Fix -Cpasses=list and llvm version print with -vV | bjorn3 | -2/+2 |