| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -2/+2 | |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -10/+10 | |
| Rename DefKind::Method and TraitItemKind::Method r? @eddyb, @Centril, or @matthewjasper cc #69498 #60163 | ||||
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false ↵ | Matthias Krüger | -1/+1 | |
| negatives fixed recently) | ||||
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 | |
| fix various typos | ||||
| 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 | -1/+1 | |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -9/+9 | |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -2/+2 | |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -3/+2 | |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -7/+1 | |
| Use a query to get parent modules Split out from https://github.com/rust-lang/rust/pull/69015 / https://github.com/rust-lang/rust/pull/68944. r? @michaelwoerister | ||||
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -5/+5 | |
| 2020-02-29 | Reduce visibility of `get_module_parent_node` and remove `get_module_parent` | John Kåre Alsaker | -7/+1 | |
| 2020-02-25 | improve ParentHirIterator discoverability | Mazdak Farrokhzad | -12/+14 | |
| 2020-02-16 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -3/+3 | |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -0/+1 | |
| Fixes #68690 When we generate the proc macro harness, we now explicitly recorder the order in which we generate entries. We then use this ordering data to deserialize the correct proc-macro-data from the crate metadata. | ||||
| 2020-02-06 | Make `krate` private | John Kåre Alsaker | -1/+1 | |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -59/+32 | |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -16/+4 | |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 | |
| 2. invert rustc_session & syntax deps 3. drop rustc_session dep in rustc_hir | ||||
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -3/+3 | |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -1/+1 | |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -1/+1 | |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -4/+4 | |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -3/+25 | |
| 2020-01-08 | intravisit: .expect_item -> .item | Mazdak Farrokhzad | -0/+8 | |
| 2020-01-08 | hir::map: elide & simplify | Mazdak Farrokhzad | -3/+3 | |
| 2020-01-08 | collector: clarify dependencies | Mazdak Farrokhzad | -12/+15 | |
| 2020-01-08 | collector: use impl Trait | Mazdak Farrokhzad | -12/+6 | |
| 2020-01-08 | collector: extract upstream_crates | Mazdak Farrokhzad | -13/+17 | |
| 2020-01-08 | canonicalize imports in map::block | Mazdak Farrokhzad | -53/+53 | |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -20/+23 | |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -3/+1 | |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -39/+0 | |
| Also fix fallout wrt. HashStable. | ||||
| 2020-01-04 | split hir/mod.rs -> hir.rs & hir/hir.rs | Mazdak Farrokhzad | -3/+4 | |
| 2020-01-04 | canonicalize rustc_session imports | Mazdak Farrokhzad | -3/+2 | |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -7/+7 | |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -19/+25 | |
| 2019-12-27 | Use Arena inside hir::FnSig. | Camille GILLOT | -8/+8 | |
| 2019-12-26 | Visit for hir::Expr. | Camille GILLOT | -7/+7 | |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -11/+11 | |
| 2019-12-22 | Format the world | Mark Rousskov | -780/+655 | |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -1/+1 | |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -1/+1 | |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -2/+2 | |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -6/+6 | |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -6/+6 | |
