| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | Fix some merge conflicts | Niko Matsakis | -9/+10 |
| 2015-07-06 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -0/+4 |
| 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 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-15 | Don't use <Duration as Display>::display() in time passes | Nick Cameron | -4/+9 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -2/+2 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -2/+2 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -1/+2 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -0/+38 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -1/+1 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -1/+32 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -0/+98 |
| 2015-04-18 | Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrc | bors | -186/+0 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -9/+9 |
| 2015-04-17 | Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelix | bors | -4/+7 |
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -186/+0 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -9/+9 |
| 2015-04-15 | make Repr of TraitRef more useful | Ariel Ben-Yehuda | -4/+7 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -0/+5 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+6 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -7/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+3 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -0/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -11/+11 |
| 2015-03-18 | Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-cl... | bors | -1/+2 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -3/+3 |