| Age | Commit message (Expand) | Author | Lines |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -51/+20 |
| 2015-10-01 | improve the tyencode abbrev format | Ariel Ben-Yehuda | -18/+8 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -45/+19 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -6/+2 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -3/+2 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -5/+5 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -3/+2 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -3/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -6/+8 |
| 2015-08-24 | address nits | Ariel Ben-Yehuda | -4/+10 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -6/+1 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -6/+37 |
| 2015-08-24 | Use a u32 instead of a usize in CodeExtent | Ariel Ben-Yehuda | -2/+1 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -4/+5 |
| 2015-08-15 | remove the last remnants of old interface | Niko Matsakis | -115/+2 |
| 2015-08-15 | astencode: convert code to use TyDecoder directly | Niko Matsakis | -7/+16 |
| 2015-08-15 | s/PState/TyDecoder/ | Niko Matsakis | -21/+21 |
| 2015-08-15 | tydecode: tighten privacy | Niko Matsakis | -3/+3 |
| 2015-08-15 | convert tydecode to use an impl, eliminating a lot of boilerplate | Niko Matsakis | -621/+618 |
| 2015-08-14 | convert tydecode to use a closure for def-id conversion and | Niko Matsakis | -259/+142 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -0/+6 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -2/+4 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -0/+2 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -1/+6 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -8/+1 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -2/+2 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -3/+3 |
| 2015-07-03 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -1/+8 |
| 2015-07-03 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -4/+4 |
| 2015-06-26 | rustc: make ty::mk_* constructors into methods on ty::ctxt. | Eduard Burtescu | -17/+17 |
| 2015-06-26 | rustc: combine type-flag-checking traits and fns and into one trait. | Eduard Burtescu | -2/+2 |
| 2015-06-25 | Rename AsPredicate to ToPredicate in order to match naming conventions | Jared Roesch | -6/+6 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -71/+17 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -1/+1 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -5/+9 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -5/+4 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -1/+6 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -0/+13 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -0/+13 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -4/+0 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -25/+25 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -3/+1 |
| 2015-02-24 | Rework trait-bound-conversion so be based on the AST and rework collect | Niko Matsakis | -0/+16 |
| 2015-02-24 | Remove bounds struct from TypeParameterDef. Bounds information is now | Niko Matsakis | -23/+20 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -3/+3 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-16 | Detect and store object-lifetime-defaults. | Niko Matsakis | -1/+19 |