| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -7/+13 |
| 2015-03-18 | Work around invalid spans in imported FileMaps | Michael Woerister | -0/+15 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -1/+10 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -1/+11 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -6/+7 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -50/+13 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -4/+4 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -4/+49 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+3 |
| 2015-03-03 | Auto merge of #22971 - lifthrasiir:metadata-reform, r=huonw | bors | -74/+44 |
| 2015-03-03 | metadata: Flatten `tag_table_id` and `tag_table_val` tags. | Kang Seonghoon | -63/+34 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -11/+10 |