| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -180/+0 | 
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 | 
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -19/+20 | 
| 2020-08-07 | Change the type of `AssertModuleSource::available_cgus`. | Nicholas Nethercote | -6/+5 | 
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 | 
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 | 
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -5/+5 | 
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 | 
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 | 
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 | 
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 | 
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -1/+1 | 
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 | 
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+1 | 
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+1 | 
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 | 
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 | 
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 | 
| 2019-12-22 | Format the world | Mark Rousskov | -27/+35 | 
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -1/+1 | 
| 2019-12-18 | Remove some unnecessary `ATTR_*` constants. | Nicholas Nethercote | -5/+3 | 
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+1 | 
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 | 
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -3/+3 | 
| 2019-11-02 | Remove some unnecessary renamings of constants. | Nicholas Nethercote | -8/+4 | 
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -4/+4 | 
| 2019-09-11 | Store `InternedString`s in `AssertModuleSource::available_cgus`. | Nicholas Nethercote | -6/+6 | 
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 | 
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -2/+2 | 
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 | 
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 | 
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 | 
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+5 | 
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -1/+1 | 
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | 
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -1/+1 | 
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -3/+3 | 
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -44/+59 | 
| 2018-08-22 | use char pattern for single-character splits: a.split("x") -> a.split('x') | Matthias Krüger | -1/+1 | 
| 2018-08-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -5/+5 | 
| 2018-08-15 | Clean up CodegenUnit name generation. | Michael Woerister | -8/+45 | 
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -45/+8 | 
| 2018-07-11 | Clean up CodegenUnit name generation. | Michael Woerister | -8/+45 | 
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -9/+9 | 
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 | 
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -0/+138 |