| Age | Commit message (Expand) | Author | Lines |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -28/+30 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -1/+1 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -32/+34 |
| 2015-08-24 | address nits | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -98/+89 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -30/+31 |
| 2015-08-15 | remove the last remnants of old interface | Niko Matsakis | -5/+3 |
| 2015-08-15 | astencode: convert code to use TyDecoder directly | Niko Matsakis | -74/+38 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -30/+31 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+1 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -6/+2 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -3/+2 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -11/+6 |
| 2015-07-04 | rustc_lint: use traits::select for methods in unconditional_recursion. | Eduard Burtescu | -64/+5 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -133/+54 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -16/+4 |
| 2015-07-02 | Auto merge of #26722 - arielb1:log-deadlock, r=eddyb | bors | -1/+1 |
| 2015-07-01 | Fix deadlocks with RUST_LOG=rustc::middle::ty | Ariel Ben-Yehuda | -1/+1 |
| 2015-06-30 | Remove Typer and ClosureTyper | Jared Roesch | -1/+0 |
| 2015-06-27 | Address nits | Jared Roesch | -1/+6 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -13/+13 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -3/+2 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+2 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -42/+6 |
| 2015-05-26 | Remove ObjectCastMap | Ariel Ben-Yehuda | -12/+0 |
| 2015-05-26 | Clean-up some junk | Ariel Ben-Yehuda | -92/+0 |
| 2015-05-22 | Lazy-load filemaps from external crates. | Eduard Burtescu | -13/+13 |
| 2015-05-20 | Auto merge of #25596 - Ms2ger:rbml-docs, r=alexcrichton | bors | -3/+2 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -3/+2 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -0/+25 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -6/+5 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+3 |
| 2015-04-25 | Re-enable test | Tamir Duberstein | -13/+14 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -0/+3 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -2/+2 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -2/+7 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -215/+59 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -1/+5 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -18/+18 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -7/+13 |