| Age | Commit message (Expand) | Author | Lines |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Fix rebase 2 | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -6/+32 |
| 2015-10-09 | review comments | Nick Cameron | -1/+1 |
| 2015-10-09 | Misc fixups | Nick Cameron | -6/+31 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -0/+1 |
| 2015-10-07 | use the struct's ctor-id as its variant def-id | Ariel Ben-Yehuda | -2/+5 |
| 2015-10-02 | unify the 2 impl indexes | Ariel Ben-Yehuda | -1/+1 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -123/+41 |
| 2015-10-01 | remove the code that encodes type parameter defs | Ariel Ben-Yehuda | -29/+0 |
| 2015-10-01 | don't duplicate item types between encoder <-> astencode | Ariel Ben-Yehuda | -118/+51 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -103/+11 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -16/+22 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -3/+10 |
| 2015-10-01 | Remove DefRegion, which is not used | Niko Matsakis | -1/+0 |
| 2015-10-01 | Rename `node_id` to `var_id` and limit to the cases that are actually used | Niko Matsakis | -1/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -3/+3 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -7/+9 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -7/+7 |
| 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 |