| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -3/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-01 | Auto merge of #68943 - ecstatic-morse:no-useless-drop-on-enum-variants, r=mat... | bors | -15/+30 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+0 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -1/+1 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+1 |
| 2020-02-07 | Skip `Drop` terminators for enum variants without drop glue | Dylan MacKenzie | -15/+30 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -2/+3 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -1/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -23/+13 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -1/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -3/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -591/+421 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-18 | Make slice drop shims use AddressOf | Matthew Jasper | -38/+23 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -0/+2 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -8/+10 |
| 2019-12-05 | rustc_mir: Fix tidy line lengths | Paul Daniel Faria | -1/+3 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -8/+8 |
| 2019-12-03 | Fix angle bracket formatting when dumping MIR debug vars | Ömer Sinan Ağacan | -1/+1 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -23/+23 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -7/+7 |
| 2019-12-02 | Fix remaining Body -> (ReadOnly)BodyCache type errors in librustc_mir outside... | Paul Daniel Faria | -10/+9 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -19/+19 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -1/+1 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -17/+67 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -6/+8 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-01 | Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank | bors | -13/+41 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -27/+41 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -28/+43 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -2/+2 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -3/+3 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -16/+10 |