| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -26/+72 |
| 2016-05-16 | change on_unimplented logic | Ariel Ben-Yehuda | -5/+12 |
| 2016-05-13 | rewrite fuzzy `on_unimplemented` matching to avoid ICEs | Ariel Ben-Yehuda | -181/+33 |
| 2016-05-13 | add cycle-reporting logic | Ariel Ben-Yehuda | -0/+1 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -103/+2 |
| 2016-05-11 | Update to eddyb's PR | ggomez | -199/+129 |
| 2016-05-11 | Create Weight enum | Guillaume Gomez | -34/+64 |
| 2016-05-11 | Improve weight algorithm and tests | ggomez | -52/+107 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -28/+79 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -4/+179 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -733/+737 |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -12/+11 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -6/+6 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -227/+198 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -47/+114 |
| 2016-05-03 | improve error message for WF Tuples | Ariel Ben-Yehuda | -0/+4 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -0/+5 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -109/+56 |
| 2016-04-25 | Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1 | bors | -0/+6 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+15 |
| 2016-04-13 | Fix obscure compilation error | Masood Malekghassemi | -3/+4 |
| 2016-04-12 | Suppress fallback and ambiguity errors | Niko Matsakis | -0/+6 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -56/+134 |
| 2016-04-07 | test the substs ppaux code both with and without -Z verbose | Ariel Ben-Yehuda | -1/+2 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+14 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-05 | clean the note-reporting code in report_selection_error | Ariel Ben-Yehuda | -39/+62 |
| 2016-04-05 | improve error message | Ariel Ben-Yehuda | -1/+1 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -12/+71 |
| 2016-04-05 | remove workaround that prints error messages with TyErr | Ariel Ben-Yehuda | -6/+1 |
| 2016-03-31 | librustc: replace unreachable! with bug!() | Benjamin Herr | -2/+2 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -5/+6 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -0/+807 |