| Age | Commit message (Expand) | Author | Lines |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -2/+4 |
| 2021-03-08 | Rollup merge of #82047 - the8472:fast-rename, r=davidtwco | Dylan DPC | -1/+19 |
| 2021-03-08 | Emit the lint level of the unused-crate-dependencies | est31 | -0/+7 |
| 2021-03-05 | Fix rustc_driver self text and bump the mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | rustc_interface: Hide some hacky details of early linting from expand | Vadim Petrochenkov | -2/+4 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -0/+1 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -1/+1 |
| 2021-02-23 | Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwco | Dylan DPC | -1/+2 |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -8/+8 |
| 2021-02-19 | Move handle_deadlock where it is used. | Camille GILLOT | -4/+28 |
| 2021-02-19 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -1/+22 |
| 2021-02-19 | Make alloc_self_profile_query_strings a standalone function. | Camille GILLOT | -1/+1 |
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -10/+22 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -1/+1 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -3/+3 |
| 2021-02-18 | nhwn: make treat_err_as_bug Option<NonZeroUsize> | Nathan Nguyen | -1/+2 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -11/+8 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -1/+1 |
| 2021-02-13 | bypass auto_da_alloc for metadata files | The8472 | -1/+19 |
| 2021-02-01 | Find codegen backends in more locations | bjorn3 | -8/+17 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -2/+3 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -3/+4 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -0/+1 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -2/+2 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -5/+12 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -5/+12 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -10/+13 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -6/+0 |
| 2021-01-12 | Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -1/+2 |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -1/+1 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -1/+2 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -3/+3 |
| 2020-12-28 | Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk | Dylan DPC | -0/+18 |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -1/+18 |
| 2020-12-22 | Add some intra-doc links to compiler docs | Joshua Nelson | -3/+8 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -1/+18 |
| 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 |