| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -2/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -19/+17 |
| 2016-03-31 | librustc_borrowck: use bug!(), span_bug!() | Benjamin Herr | -35/+28 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -21/+21 |
| 2016-03-23 | Update borrowck to use `repr::*` instead of a mix | Niko Matsakis | -13/+12 |
| 2016-03-23 | extend Terminator into a struct so it can have additional fields | Niko Matsakis | -51/+48 |
| 2016-03-22 | enable question_mark feature in rustc_borrowck | Jorge Aparicio | -0/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -21/+21 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -22/+22 |
| 2016-03-22 | Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate. | Felix S. Klock II | -0/+1 |
| 2016-03-21 | assigning a (MIR) box into an lvalue allocates heap storage that will | Felix S. Klock II | -1/+5 |
| 2016-03-21 | remove uses of `RefCell` from move data builder. | Felix S. Klock II | -37/+26 |
| 2016-03-21 | Make `fn move_path_for` take `&mut self` instead of `&self`. This is a | Felix S. Klock II | -36/+37 |
| 2016-03-21 | dont create MovePathIndex's for individual statics. | Felix S. Klock II | -29/+63 |
| 2016-03-21 | Switch newtype Index wrappers to use NonZero instead of INVALID constants. | Felix S. Klock II | -78/+88 |
| 2016-03-21 | factor the wrapped Index newtype definitions into a macro. | Felix S. Klock II | -28/+22 |
| 2016-03-21 | Add `fn clear_bit` method on BitSlice trait for setting a bit to zero. | Felix S. Klock II | -82/+111 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -10/+1723 |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -1/+1 |
| 2016-03-21 | Switch libgraphviz from type params to associated types for Node/Edge. | Felix S. Klock II | -2/+6 |
| 2016-03-14 | Move projection_mode to InferContext rather than SelectionContext to reduce c... | Aaron Turon | -3/+14 |
| 2016-03-07 | Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb | bors | -1/+1 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -25/+25 |
| 2016-02-17 | Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth | Steve Klabnik | -6/+14 |
| 2016-02-15 | Global error explanations improvements | ggomez | -6/+14 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -2/+2 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -53/+53 |
| 2016-02-12 | Autoderef in librustc_borrowck | Jonas Schievink | -53/+53 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -12/+25 |
| 2016-02-12 | Rename ClosureKind variants and stop re-exporting them. | Ms2ger | -1/+1 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+16 |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -12/+25 |
| 2016-02-02 | Rollup merge of #31270 - ruud-v-a:improve-e0507, r=steveklabnik | Steve Klabnik | -0/+27 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -1/+1 |
| 2016-01-28 | Improve message for rustc --explain E0507 | Ruud van Asseldonk | -0/+27 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -1/+1 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-23 | Rollup merge of #31050 - apasel422:issue-31048, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-01-20 | Correct code in E0382 explanation | Andrew Paseltiner | -1/+1 |
| 2016-01-17 | Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearth | bors | -1/+88 |
| 2016-01-17 | Add E0507 error explanation | Guillaume Gomez | -1/+88 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+1 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -3/+3 |
| 2016-01-11 | Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn | Simonas Kazlauskas | -4/+6 |
| 2016-01-06 | Stop re-exporting MutateMode's variants. | Ms2ger | -4/+6 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+2 |
| 2015-12-30 | use structured errors | Nick Cameron | -144/+159 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |