| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+121 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -0/+252 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -0/+21 |
| 2017-12-20 | Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 | kennytm | -56/+24 |
| 2017-12-20 | Rollup merge of #46851 - petrochenkov:tospace, r=estebank | kennytm | -9/+9 |
| 2017-12-20 | Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r... | kennytm | -3/+2 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -2/+2 |
| 2017-12-20 | Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus | kennytm | -0/+23 |
| 2017-12-20 | Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavus | kennytm | -0/+32 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -67/+2436 |
| 2017-12-20 | Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakis | bors | -0/+170 |
| 2017-12-19 | Point at def span in "missing in impl" error | Esteban Küber | -56/+24 |
| 2017-12-20 | Fix whitespacing issues in pretty-printing of bounds | Vadim Petrochenkov | -9/+9 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -0/+170 |
| 2017-12-20 | Fix up an ui test | Seiichi Uchida | -3/+2 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -9/+182 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -415/+224 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -2/+2 |
| 2017-12-19 | Add a test for `--sort-modules-by-appearance` | varkor | -0/+23 |
| 2017-12-18 | Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkov | Guillaume Gomez | -0/+16 |
| 2017-12-18 | Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1 | Guillaume Gomez | -117/+37 |
| 2017-12-18 | Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1 | Guillaume Gomez | -213/+98 |
| 2017-12-18 | Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoerister | Guillaume Gomez | -27/+22 |
| 2017-12-18 | Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1 | Guillaume Gomez | -25/+19 |
| 2017-12-18 | Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1 | Guillaume Gomez | -33/+16 |
| 2017-12-18 | Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavus | Guillaume Gomez | -0/+16 |
| 2017-12-18 | Add tests for hidden types | Guillaume Gomez | -0/+32 |
| 2017-12-18 | Auto merge of #46808 - eddyb:issue-46769-quick, r=arielb1 | bors | -3/+10 |
| 2017-12-18 | rustc: ensure optimized enums have a properly aligned size. | Eduard-Mihai Burtescu | -3/+10 |
| 2017-12-18 | Tweak "unecessary unsafe block" error spans | Esteban Küber | -117/+37 |
| 2017-12-18 | Rework expected closure error | Esteban Küber | -33/+16 |
| 2017-12-18 | Point at def span in "impl has stricter requirements" diagnostic | Esteban Küber | -25/+19 |
| 2017-12-18 | Fix the wrong subtraction in align_offset intrinsic. | kennytm | -0/+16 |
| 2017-12-18 | incr.comp.: Mark DepKind node as input. | Michael Woerister | -0/+24 |
| 2017-12-18 | Fix ?Sized where bound not being displayed at the correct place | Guillaume Gomez | -0/+16 |
| 2017-12-17 | Use def span for conflicting impls and recursive fn | Esteban Küber | -213/+98 |
| 2017-12-17 | Point at def span on redefined name diagnostic | Esteban Küber | -27/+22 |
| 2017-12-17 | syntax: recovery for incorrect associated item paths like `[T; N]::clone` | Vadim Petrochenkov | -0/+212 |
| 2017-12-17 | update ui/arbitrary-self-types-not-object-safe with shorter error message | Michael Hewson | -2/+2 |
| 2017-12-17 | fix ui test | Michael Hewson | -2/+6 |
| 2017-12-17 | add a ui test for the inference variable warning | Michael Hewson | -0/+23 |
| 2017-12-17 | better variable names in tests | Michael Hewson | -16/+16 |
| 2017-12-17 | Add tests with *const Rc<Self> and similar self types | Michael Hewson | -4/+28 |
| 2017-12-17 | remove test for issue #26194 because it is now redundant | Michael Hewson | -18/+0 |
| 2017-12-17 | update error message in test/compile-fail/issue-26194.rs | Michael Hewson | -1/+1 |
| 2017-12-17 | Add a feature_gate test for raw pointer self | Michael Hewson | -0/+57 |
| 2017-12-17 | implement raw-pointer `self`. Works for traits, including trait objects, but ... | Michael Hewson | -0/+83 |
| 2017-12-17 | Auto merge of #46761 - zackmdavis:concerning_incorrect_suggestions_for_refere... | bors | -0/+50 |
| 2017-12-16 | Auto merge of #46763 - zackmdavis:and_the_case_of_the_erroneous_field_pattern... | bors | -0/+35 |
| 2017-12-16 | Auto merge of #46722 - arielb1:single-self, r=eddyb | bors | -22/+49 |