| Age | Commit message (Expand) | Author | Lines |
| 2017-12-23 | Auto merge of #46905 - pnkfelix:backport-46112-fix-to-beta, r=michaelwoerister | bors | -0/+47 |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -107/+43 |
| 2017-12-21 | reverted tests to cope with "regression" back to printing leading `core::` | Felix S. Klock II | -2/+2 |
| 2017-12-20 | Regression test for issue #46112. | Felix S. Klock II | -0/+47 |
| 2017-12-20 | Followup for #46112. | Felix S. Klock II | -2/+2 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -43/+107 |
| 2017-11-19 | rustc: extend the niche-filling enum optimization past 2 variants. | Eduard-Mihai Burtescu | -0/+37 |
| 2017-11-19 | rustc: optimize out uninhabited types and variants. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-19 | rustc: generalize layout::Variants::NicheFilling to niches other than 0. | Eduard-Mihai Burtescu | -2/+32 |
| 2017-11-19 | rustc: make Layout::NullablePointer a lot more like Layout::General. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-11-19 | rustc: collapse Layout::{Raw,StructWrapped}NullablePointer into one variant. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -29/+0 |
| 2017-11-19 | rustc: use an offset instead of a field path in Layout::StructWrappedNullable... | Eduard-Mihai Burtescu | -1/+0 |
| 2017-11-18 | Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkov | bors | -30/+0 |
| 2017-11-17 | issue better error message when LUB/GLB diverge under new behavior | Niko Matsakis | -0/+118 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -10/+102 |
| 2017-11-16 | Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+1 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -30/+0 |
| 2017-11-16 | integrate NLL with MIR type-checker | Niko Matsakis | -0/+100 |
| 2017-11-16 | fix error messages relating to removing lint for E0276 | Niko Matsakis | -10/+2 |
| 2017-11-16 | Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrc | Guillaume Gomez | -1/+1 |
| 2017-11-16 | Auto merge of #45985 - arielb1:unsafe-dedup, r=eddyb | bors | -8/+9 |
| 2017-11-15 | add a new test featuring two impl traits to show what it looks like | Niko Matsakis | -0/+32 |
| 2017-11-15 | Add/Fix stderr references for impl Trait ui tests | Christopher Vittal | -1/+31 |
| 2017-11-15 | some tests featuring multiple bounds, other errors | Niko Matsakis | -0/+26 |
| 2017-11-15 | add a UI test showing the current output from an impl trait type | Niko Matsakis | -0/+32 |
| 2017-11-15 | Add new error comparision to hide desugaring | Christopher Vittal | -13/+1 |
| 2017-11-15 | Set short-message feature unstable | Guillaume Gomez | -1/+1 |
| 2017-11-14 | check_unsafety: fix unused unsafe block duplication | Ariel Ben-Yehuda | -8/+9 |
| 2017-11-13 | Rollup merge of #45952 - zackmdavis:singular_projection, r=estebank | kennytm | -0/+36 |
| 2017-11-13 | Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebank | kennytm | -0/+208 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -0/+36 |
| 2017-11-13 | Fix comments | Shotaro Yamada | -1/+1 |
| 2017-11-12 | Improve SubSupConflict case with one named, one anonymous lifetime parameter ... | Cengiz Can | -91/+48 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -6/+11 |
| 2017-11-12 | Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=... | bors | -0/+42 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -0/+208 |
| 2017-11-11 | Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1 | Guillaume Gomez | -0/+39 |
| 2017-11-11 | Auto merge of #45807 - tommyip:format_err, r=estebank | bors | -2/+2 |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -0/+70 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -8/+114 |
| 2017-11-10 | Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnay | kennytm | -42/+0 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -0/+55 |
| 2017-11-09 | Don't emit the feature error if it's an invalid self type | Michael Hewson | -10/+1 |
| 2017-11-09 | add reinit test | Mikhail Modin | -0/+39 |
| 2017-11-09 | update test/ui/static-lifetime.stderr with new error message | Michael Hewson | -2/+7 |
| 2017-11-09 | Allow a trailing comma in assert_eq/ne macro | Konrad Borowski | -42/+0 |
| 2017-11-08 | update ui test to new error message | Michael Hewson | -5/+14 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -29/+32 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -0/+55 |