| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -1/+1 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -4/+4 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-02 | Make PlaceRef lifetimes of Place::as_ref be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | Simplify conditions like x + 1 <= y to x < y | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -0/+9 |
| 2020-02-16 | suspend -> yield | Jonas Schievink | -3/+1 |
| 2020-02-16 | Fix printing of `Yield` terminator | Jonas Schievink | -8/+10 |
| 2020-02-13 | Add `Place` getter to `Operand` | Dylan MacKenzie | -0/+9 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -9/+9 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -2/+55 |
| 2020-02-13 | remove PanicInfo::Panic variant that MIR does not use or need | Ralf Jung | -4/+2 |
| 2020-02-02 | Add resume arg place to `Yield` MIR terminator | Jonas Schievink | -3/+8 |
| 2020-01-28 | Remove unneeded & on match pattern | Santiago Pastorino | -2/+2 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -7/+7 |
| 2020-01-27 | make matches exhaustive | Matthias Krüger | -6/+14 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -5/+5 |
| 2020-01-14 | Add test for `ResultsCursor` | Dylan MacKenzie | -0/+25 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -221/+4 |
| 2020-01-10 | Make Place Copy | Santiago Pastorino | -1/+1 |
| 2020-01-10 | No need to use local.into here | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -51/+13 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -48/+6 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -39/+4 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -20/+5 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -0/+11 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+4 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -119/+119 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -17/+2 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -0/+18 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -7/+17 |
| 2019-12-09 | Rollup merge of #67125 - hashedone:master, r=petrochenkov | Tyler Mandry | -5/+9 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -7/+17 |
| 2019-12-09 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-12-07 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -5/+9 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Remove unchecked inline attribute, remove unused functions, make chache mod p... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove inline attributes that hadn't been profiled, unexport Cache since it n... | Paul Daniel Faria | -2/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+1 |