| Age | Commit message (Expand) | Author | Lines |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -1752/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -5/+6 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -1/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -5/+6 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-03 | Run format. | 12101111 | -1/+3 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -1/+1 |
| 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-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-04 | Remove unused feature gates from cg_ssa and cg_utils | bjorn3 | -4/+0 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -1/+12 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -1/+1 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -22/+3 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -36/+76 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -7/+8 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -74/+52 |
| 2019-12-22 | Format the world | Mark Rousskov | -153/+123 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-20 | Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddyb | Mazdak Farrokhzad | -4/+24 |
| 2019-12-16 | Fix handling of wasm import modules and names | Alex Crichton | -4/+24 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -3/+35 |
| 2019-11-12 | Rename in librustc_codegen_utils. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -4/+4 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -2/+3 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -2/+8 |
| 2019-11-05 | rustc: remove "GlobalMetaData" dead code from hir::map::definitions. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -3/+29 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+3 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -2/+2 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -13/+10 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-13 | Add top level provide/provide_extern to cg_ssa and cg_utils | bjorn3 | -0/+5 |
| 2019-10-13 | Remove unused method CodegenBackend::diagnostics | bjorn3 | -1/+0 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -2/+2 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -2/+2 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -2/+2 |
| 2019-09-26 | Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril | bors | -2/+0 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -2/+0 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -13/+13 |