| Age | Commit message (Expand) | Author | Lines |
| 2020-03-05 | Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC | bors | -1/+1 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -1/+1 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -23/+22 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -4/+4 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-19 | Split query stats into its own file | John Kåre Alsaker | -3/+3 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -2/+2 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+2 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -1/+1 |
| 2020-02-13 | Move resolve_instance to rustc_ty. | Camille GILLOT | -0/+1 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -1/+1 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -2/+15 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -2/+15 |
| 2020-02-07 | Remove unused feature gates from librustc_interface | bjorn3 | -2/+0 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -15/+15 |
| 2020-02-04 | Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton | Dylan DPC | -5/+0 |
| 2020-02-04 | Auto merge of #68601 - 0dvictor:split, r=tmandry | bors | -10/+13 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -10/+13 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -5/+0 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -5/+5 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -3/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -4/+5 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | {syntax -> rustc_ast_passes}::node_count | Mazdak Farrokhzad | -2/+1 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -2/+2 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -2/+2 |
| 2020-01-22 | Privatize private fields of OutputFilenames | Mark Rousskov | -19/+14 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -7/+2 |
| 2020-01-16 | Rollup merge of #67780 - cjgillot:passes-ty, r=Zoxc | Dylan DPC | -0/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -8/+9 |
| 2020-01-13 | Do not forget to provide queries. | Camille GILLOT | -0/+1 |
| 2020-01-13 | Move to new crate rustc_ty. | Camille GILLOT | -0/+1 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -0/+3 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+3 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -8/+9 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -7/+2 |
| 2020-01-11 | fix ui-fulldeps & tests fallout | Mazdak Farrokhzad | -21/+21 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -11/+12 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -20/+40 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::show_span | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::feature_gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | ast_validation -> new crate rustc_ast_passes | Mazdak Farrokhzad | -2/+3 |