| Age | Commit message (Expand) | Author | Lines |
| 2018-04-27 | fixed tests | Christian Poveda | -3/+0 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -3/+3 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -5/+5 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -0/+11 |
| 2018-04-27 | Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebank | kennytm | -0/+11 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -1/+1 |
| 2018-04-26 | Update a compile-fail test | Aravind Gollakota | -1/+2 |
| 2018-04-26 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -0/+11 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -26/+4 |
| 2018-04-25 | Use UFCS | varkor | -10/+0 |
| 2018-04-25 | Ensure derive(PartialOrd) is no longer accidentally exponential | varkor | -26/+6 |
| 2018-04-24 | Disable two-phase-reservation-sharing-interference[nll_beyond] | Josh Stone | -1/+1 |
| 2018-04-24 | Warn on all erroneous constants | Oliver Schneider | -60/+64 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -34/+0 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -1/+0 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -1/+1 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -0/+20 |
| 2018-04-21 | Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov | bors | -1/+9 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -1/+1 |
| 2018-04-21 | Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth | bors | -2/+2 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -1/+9 |
| 2018-04-20 | fix two compile-fail tests that were still using -Zedition | Kurtis Nusbaum | -2/+2 |
| 2018-04-20 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+4 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+16 |
| 2018-04-20 | Rollup merge of #50031 - krk:issue-46336, r=estebank | kennytm | -4/+7 |
| 2018-04-18 | Clarified E0015 message, r=estebank | krk | -4/+7 |
| 2018-04-18 | Auto merge of #49950 - Zoxc:default-span, r=estebank | bors | -23/+22 |
| 2018-04-16 | Update tests | John Kåre Alsaker | -23/+22 |
| 2018-04-15 | Only warn on erroneous promoted constants | Oliver Schneider | -34/+0 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -132/+165 |
| 2018-04-15 | determine whether a borrow is active based solely on the location | Niko Matsakis | -0/+34 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -4/+14 |
| 2018-04-15 | Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebank | bors | -16/+0 |
| 2018-04-14 | Add tests and longer error explanation | Guillaume Gomez | -16/+0 |
| 2018-04-14 | Rollup merge of #49958 - glandium:cleanup, r=SimonSapin | kennytm | -4/+4 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -4/+4 |
| 2018-04-13 | Auto merge of #49585 - GuillaumeGomez:rename-to-compile-pass, r=Mark-Simulacrum | bors | -7/+7 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -7/+7 |
| 2018-04-13 | Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertj | bors | -0/+38 |
| 2018-04-13 | Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichton | bors | -10/+5 |
| 2018-04-13 | Auto merge of #49718 - petrochenkov:fieldcmp, r=eddyb | bors | -447/+5 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+1 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -10/+4 |
| 2018-04-12 | Move hygiene tests to UI | Vadim Petrochenkov | -442/+0 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -1/+1 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -4/+4 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -1/+3 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -9/+11 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -0/+11 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -4/+4 |