| Age | Commit message (Expand) | Author | Lines |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -0/+224 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -8/+17 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -6/+0 |
| 2020-03-10 | [Miri] Use a session variable instead of checking for an env var always | Wesley Wiser | -0/+24 |
| 2020-03-10 | When `crate_type` is `None`,check compiler options | 12101111 | -1/+1 |
| 2020-03-08 | Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehuss | Mazdak Farrokhzad | -1/+3 |
| 2020-03-08 | Simplify checking of crt_static_feature() | 12101111 | -26/+10 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -2/+2 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+4 |
| 2020-03-03 | Run format. | 12101111 | -1/+1 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -8/+33 |
| 2020-03-02 | Remove chalk integration | CAD97 | -2/+0 |
| 2020-03-01 | Print new --print option in help. | O01eg | -1/+1 |
| 2020-03-01 | Expose target libdir information via print command. | O01eg | -0/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+2 |
| 2020-02-23 | Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC | bors | -5/+5 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -0/+28 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -5/+5 |
| 2020-02-21 | clean things up | Jane Lusby | -0/+20 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -3/+10 |
| 2020-02-19 | Tune inlining | John Kåre Alsaker | -0/+1 |
| 2020-02-18 | better lint names | Ralf Jung | -11/+4 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -3/+10 |
| 2020-02-15 | Emit some additional `unused_doc_comments` lints outside of the main pass | Vadim Petrochenkov | -0/+8 |
| 2020-02-14 | const-prop: use one helper method for all lints; consistently lint overflow o... | Ralf Jung | -0/+14 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -1/+1 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+2 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -0/+3 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -0/+3 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -3/+4 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -0/+11 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+7 |
| 2020-02-06 | make lint warn by default | Niko Matsakis | -1/+1 |
| 2020-02-06 | lint impls that will become incoherent when leak-check is removed | Niko Matsakis | -0/+11 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -9/+9 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+7 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+5 |
| 2020-02-04 | Prefer system MinGW libs when available | Mateusz Mikuła | -0/+5 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -7/+0 |
| 2020-02-02 | Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwco | bors | -0/+2 |
| 2020-02-01 | Add support for enabling the LLVM time-trace feature | Wesley Wiser | -0/+2 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -44/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -44/+3 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -3/+31 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -3/+31 |