| Age | Commit message (Expand) | Author | Lines |
| 2015-10-16 | check upvars in closures that are in statics | Ariel Ben-Yehuda | -0/+37 |
| 2015-10-16 | Warn on `pub extern crate`. | Nick Cameron | -0/+18 |
| 2015-10-16 | don't crash when there are multiple conflicting implementations of Drop | Ariel Ben-Yehuda | -0/+23 |
| 2015-10-16 | show each object-safety violation once | Ariel Ben-Yehuda | -0/+23 |
| 2015-10-16 | deduplicate trait errors before they are displayed | Ariel Ben-Yehuda | -39/+36 |
| 2015-10-16 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -28/+8 |
| 2015-09-15 | Auto merge of #28406 - petrochenkov:primitive, r=eddyb | bors | -0/+2 |
| 2015-09-15 | Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1 | bors | -0/+51 |
| 2015-09-15 | Auto merge of #28351 - jonas-schievink:macro-bt, r=nrc | bors | -16/+19 |
| 2015-09-15 | Prohibit renaming to primitive types' names in import lists | Vadim Petrochenkov | -0/+2 |
| 2015-09-14 | Auto merge of #28396 - arielb1:misplaced-binding, r=eddyb | bors | -0/+31 |
| 2015-09-13 | Added test for partially supplied type params in which remaining reference no... | Sean Bowe | -0/+2 |
| 2015-09-14 | Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichton | bors | -0/+2 |
| 2015-09-13 | Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakis | bors | -0/+18 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -0/+31 |
| 2015-09-13 | Fixed regression in associated item resolution with default type parameters t... | Sean Bowe | -0/+49 |
| 2015-09-12 | disable jemalloc tests for openbsd | Sébastien Marie | -0/+2 |
| 2015-09-11 | Fixed test | christopherdumas | -1/+3 |
| 2015-09-10 | Added test | christopherdumas | -0/+16 |
| 2015-09-10 | Don't print the macro definition site in backtraces | Jonas Schievink | -16/+19 |
| 2015-09-10 | Add test for #17994 | Andrew Paseltiner | -0/+13 |
| 2015-09-10 | Add tests for #22638, #22872, #23024, #23046 | Andrew Paseltiner | -0/+156 |
| 2015-09-09 | Auto merge of #28299 - apasel422:tests, r=alexcrichton | bors | -0/+30 |
| 2015-09-09 | Auto merge of #28300 - Manishearth:crate_err, r=eddyb | bors | -0/+33 |
| 2015-09-08 | Add tests for #17001, #21449, #22992, #23208, #23442 | Andrew Paseltiner | -0/+30 |
| 2015-09-09 | Print correct crate name | Manish Goregaokar | -2/+2 |
| 2015-09-09 | Add test | Manish Goregaokar | -0/+33 |
| 2015-09-08 | Auto merge of #28291 - nrc:shr_span_fix, r=sfackler | bors | -0/+20 |
| 2015-09-08 | Fix span bug with >> and type bindings | Nick Cameron | -0/+20 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -1/+1 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -1/+1 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -1/+1 |
| 2015-09-06 | generalize graphviz library to handle HTML tags and other such things | Niko Matsakis | -2/+2 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -14/+29 |
| 2015-09-03 | Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakis | Steve Klabnik | -2/+2 |
| 2015-09-03 | Fixes #27886 -- bitrig does not use jemalloc (yet) | Dave Huseby | -0/+2 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -2/+2 |
| 2015-09-03 | Fix hygienic-label-x tests | Simonas Kazlauskas | -4/+4 |
| 2015-09-03 | Fix #28105 test and add a test for #28109 | Simonas Kazlauskas | -10/+25 |
| 2015-09-01 | Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakis | bors | -14/+0 |
| 2015-08-31 | Auto merge of #28079 - huonw:simd, r=alexcrichton | bors | -7/+18 |
| 2015-08-31 | remove the is_instantiable check | Ariel Ben-Yehuda | -14/+0 |
| 2015-08-31 | Auto merge of #28103 - GuillaumeGomez:fix-intrinsic, r=huonw | bors | -0/+24 |
| 2015-08-30 | Assign correct span to continue expression | Marcus Klaas | -0/+23 |
| 2015-08-30 | Add compile-fail test for E0444 | Guillaume Gomez | -0/+24 |
| 2015-08-29 | Separate integers into signed and unsigned. | Huon Wilson | -7/+18 |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -0/+17 |
| 2015-08-27 | Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelix | bors | -3/+5 |
| 2015-08-25 | use the parameter environment when checking dtors | Ariel Ben-Yehuda | -3/+5 |
| 2015-08-24 | Mark main-like functions allow(dead_code) in tests | William Throwe | -0/+17 |