| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -7/+5 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -3/+11 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | Don't ICE when a float can't be parsed | mcarton | -8/+8 |
| 2016-09-11 | Use question_mark feature in librustc_const_eval. | Ahmed Charles | -22/+19 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -8/+7 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -3/+3 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -2/+5 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -1/+2 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -8/+8 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -4/+4 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -6/+2 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -2/+2 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -6/+2 |
| 2016-08-05 | Updated E0306 to new format. | Federico Ravasio | -4/+7 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -2/+2 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -6/+6 |
| 2016-07-27 | Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakis | bors | -67/+165 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -27/+1 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -67/+191 |
| 2016-07-22 | improve const eval error reporting on "" and b"" casts | Oliver Schneider | -2/+16 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-06-29 | Rollup merge of #34497 - oli-obk:double_negation, r=eddyb | Manish Goregaokar | -48/+41 |
| 2016-06-27 | Revert "skip double negation in const eval" | Oliver Schneider | -48/+41 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -2/+2 |
| 2016-06-21 | don't warn on casting byte strs to slices | Oliver Schneider | -0/+1 |
| 2016-06-10 | Auto merge of #34174 - shepmaster:16-bit-mir, r=Aatch | bors | -20/+5 |
| 2016-06-10 | Allow truncating constants to 16-bit u/isize | Jake Goulding | -20/+5 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -25/+14 |
| 2016-06-05 | rustc_const_eval: work around double rounding. | Eduard Burtescu | -38/+71 |
| 2016-06-05 | rustc_const_eval: track the length and index in IndexOutOfBounds. | Eduard Burtescu | -5/+14 |
| 2016-06-05 | rustc_const_eval: strings are not indexable in Rust 1.x. | Eduard Burtescu | -3/+0 |
| 2016-06-05 | rustc_const_eval: remove unused arithmetic ErrKind variants. | Eduard Burtescu | -12/+0 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+3 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -5/+4 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+3 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -2/+1 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -3/+3 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -38/+37 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -17/+23 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -32/+31 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -7/+6 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -2/+3 |
| 2016-05-09 | Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddyb | bors | -0/+6 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+1 |
| 2016-05-08 | casting `b"text"` to `* const u8` doesn't work in const_eval | Oliver 'ker' Schneider | -0/+6 |
| 2016-05-03 | Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric | Manish Goregaokar | -48/+37 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+1 |
| 2016-05-02 | refactor infer function | Oliver Schneider | -20/+20 |