| Age | Commit message (Expand) | Author | Lines |
| 2020-03-21 | Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -39/+2 |
| 2020-03-21 | Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasper | Mazdak Farrokhzad | -32/+135 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -6/+6 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -39/+2 |
| 2020-03-19 | Use `assert_ignored` when encoding metadata | John Kåre Alsaker | -38/+37 |
| 2020-03-19 | Add some comments | John Kåre Alsaker | -1/+15 |
| 2020-03-19 | Make metadata prefetching more accurate | John Kåre Alsaker | -7/+75 |
| 2020-03-19 | Prefetch exported symbols | John Kåre Alsaker | -4/+9 |
| 2020-03-19 | Encode exported symbols last | John Kåre Alsaker | -7/+8 |
| 2020-03-19 | Prefetch queries used by the metadata encoder | John Kåre Alsaker | -1/+17 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -21/+136 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -40/+37 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -2/+4 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -6/+11 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -40/+37 |
| 2020-03-15 | MethodData -> AssocFnData | Mark Mansi | -4/+4 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -12/+12 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -7/+8 |
| 2020-03-15 | Avoid ICEs when we emit errors constructing the specialization graph | Matthew Jasper | -6/+7 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+4 |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -2/+3 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -24/+6 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -34/+19 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -34/+19 |
| 2020-03-10 | Rollup merge of #69677 - petrochenkov:spancode, r=eddyb | Mazdak Farrokhzad | -107/+126 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet... | Vadim Petrochenkov | -89/+87 |
| 2020-03-05 | rustc_metadata: Give decoder access to whole crate store | Vadim Petrochenkov | -22/+43 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -1/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -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 | -2/+2 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -15/+4 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -13/+13 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+1 |