| Age | Commit message (Expand) | Author | Lines |
| 2020-12-17 | Fix tests | bjorn3 | -3/+6 |
| 2020-12-17 | Move some code out of CodegenBackend::{codegen_crate,link} | bjorn3 | -0/+15 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -1/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -2/+2 |
| 2020-12-03 | Auto merge of #79586 - jyn514:crate-name, r=davidtwco | bors | -10/+5 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -10/+5 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -1/+1 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -2/+0 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -0/+2 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -2/+0 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -0/+2 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -0/+3 |
| 2020-11-26 | Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiser | Jonas Schievink | -3/+6 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -0/+1 |
| 2020-11-25 | Lazy DefPath decoding for incremental compilation | Aaron Hill | -1/+1 |
| 2020-11-24 | TRACK '-Z polonius' flag | Camelid | -1/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -3/+6 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+1 |
| 2020-11-24 | Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievink | Jonas Schievink | -0/+1 |
| 2020-11-24 | Add method to get the register_lints function from the compiler | flip1995 | -0/+3 |
| 2020-11-24 | Allow disabling TrapUnreachable via -Ztrap-unreachable=no | Dario Nieuwenhuis | -0/+1 |
| 2020-11-23 | Allow using `-Z fewer-names=no` to retain value names | Tomasz Miąsko | -1/+1 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -2/+2 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -23/+4 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -2/+2 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -2/+2 |
| 2020-11-13 | cleanup: Remove `ParseSess::injected_crate_name` | Vadim Petrochenkov | -6/+2 |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -3/+3 |
| 2020-11-10 | Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write. | Mara Bos | -6/+2 |
| 2020-11-10 | Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. | Mara Bos | -18/+3 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -0/+2 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -6/+0 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -5/+4 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -6/+0 |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -88/+2 |
| 2020-11-02 | Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa | bors | -0/+1 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -1/+5 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -88/+2 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -0/+1 |
| 2020-10-30 | Fix test | Aaron Hill | -1/+1 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -1/+5 |
| 2020-10-29 | Strip tokens from trait and impl items before printing AST JSON | Aaron Hill | -0/+11 |
| 2020-10-28 | Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 | bors | -0/+1 |
| 2020-10-28 | Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obk | Dylan DPC | -0/+7 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -0/+5 |
| 2020-10-26 | Implement -Z function-sections=yes|no | Anthony Ramine | -0/+1 |
| 2020-10-26 | Remove tokens from foreign items in `TokenStripper` | Aaron Hill | -0/+7 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -7/+128 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -7/+128 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -0/+5 |