| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -3756/+0 |
| 2020-08-30 | Rollup merge of #76057 - matklad:remove-retokenize, r=petrochenkov | Dylan DPC | -59/+33 |
| 2020-08-29 | Move retokenize hack to save_analysis | Aleksey Kladov | -59/+33 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -1/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -3/+3 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+3 |
| 2020-08-16 | save_analysis: support `QPath::LangItem` | David Wood | -44/+32 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -0/+8 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -3/+3 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -1/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -1/+1 |
| 2020-08-07 | fix clippy::unneeded_wildcard_pattern: remove redundant wildcard pattern | Matthias Krüger | -1/+1 |
| 2020-08-06 | rustc_expand: Don not beautify doc comments before passing them to macros | Vadim Petrochenkov | -6/+3 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -2/+2 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -2/+2 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -1/+1 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -32/+34 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -32/+34 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -73/+34 |
| 2020-07-02 | rustc_save_analysis: avoid using TypeckTables::empty for SaveContext. | Eduard-Mihai Burtescu | -23/+31 |
| 2020-06-19 | save_analysis: improve handling of enum struct variant | marmeladema | -19/+6 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -4/+2 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+3 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -2/+2 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -2/+0 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+3 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 |
| 2020-06-09 | save_analysis: fix enum reference to point to variant rather than constructor | marmeladema | -11/+7 |
| 2020-06-09 | save_analysis: improve pretty printing of enum | marmeladema | -5/+4 |
| 2020-06-09 | save_analysis: better handle functions signature | marmeladema | -35/+36 |
| 2020-06-09 | save_analysis: better handle paths | marmeladema | -27/+74 |
| 2020-06-06 | save_analysis: fix panic in `write_sub_paths_truncated` | marmeladema | -3/+5 |
| 2020-06-06 | save_analysis: fix ice in `get_expr_data` | marmeladema | -3/+7 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -986/+874 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -2/+3 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -3/+2 |
| 2020-05-18 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -1/+5 |
| 2020-05-15 | Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddyb | Dylan DPC | -29/+41 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -11/+14 |
| 2020-05-03 | Use `LocalDefId` in `DumpVisitor::nest_tables` | marmeladema | -29/+41 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -1/+1 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -1/+1 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-04-24 | add a few more DefKinds | mark | -2/+15 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -33/+41 |