| Age | Commit message (Expand) | Author | Lines |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -5/+5 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -3/+3 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -6/+8 |
| 2015-08-18 | kill the old funky `can_reach` fn | Niko Matsakis | -43/+0 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -4/+4 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -0/+5 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -0/+5 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -27/+15 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -2/+2 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -6/+14 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -1/+2 |
| 2015-07-24 | Unify the upvar variables found in closures with the actual types of the | Niko Matsakis | -14/+24 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -2/+5 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -1/+1 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -4/+0 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -2/+2 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -2/+2 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -2/+2 |
| 2015-07-08 | Report memory use in time-passes on Windows | Peter Atashian | -5/+40 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -29/+0 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -3/+0 |
| 2015-07-03 | Fix some merge conflicts | Niko Matsakis | -9/+10 |
| 2015-07-03 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -0/+4 |
| 2015-07-02 | Auto merge of #26722 - arielb1:log-deadlock, r=eddyb | bors | -2/+9 |
| 2015-07-02 | Report memory use in time-passes | Nick Cameron | -2/+38 |
| 2015-07-01 | Fix deadlocks with RUST_LOG=rustc::middle::ty | Ariel Ben-Yehuda | -2/+9 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -6/+6 |
| 2015-06-26 | rustc: move some functions in middle::ty working on Ty to methods. | Eduard Burtescu | -1/+1 |
| 2015-06-26 | rustc: combine type-flag-checking traits and fns and into one trait. | Eduard Burtescu | -3/+2 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -33/+0 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -26/+4 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -982/+476 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -42/+12 |
| 2015-06-19 | rustc: remove some unused UserString and Repr impls. | Eduard Burtescu | -26/+1 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -513/+571 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -352/+193 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -13/+19 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -103/+67 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -6/+5 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -26/+26 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -5/+5 |
| 2015-06-10 | Auto merge of #26141 - eddyb:ast_map, r=nikomatsakis | bors | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-08 | Skip useless recursion in freshening and late-bound-region substitutio | Ariel Ben-Yehuda | -2/+2 |
| 2015-06-08 | review changes - only show closure ids in verbose mode | Nick Cameron | -3/+14 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -5/+8 |
| 2015-06-02 | Auto merge of #25868 - alexcrichton:issue-25505, r=brson | bors | -12/+29 |
| 2015-05-28 | rustc: Fixup verbatim UNC paths as well on Windows | Alex Crichton | -12/+29 |