| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakis | bors | -0/+170 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -0/+170 |
| 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-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 | 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 |
| 2017-12-16 | in which `..` is suggested for erroneous `...` in struct field patterns | Zack M. Davis | -0/+35 |
| 2017-12-15 | in which suggestions to borrow casts or binary expressions are rectified | Zack M. Davis | -0/+50 |
| 2017-12-16 | Auto merge of #46719 - estebank:issue-39268, r=pnkfelix | bors | -520/+571 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -61/+64 |
| 2017-12-15 | Auto merge of #46623 - eddyb:issue-46449, r=nagisa | bors | -0/+20 |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -33/+88 |
| 2017-12-15 | rustc_trans: approximate ABI alignment for padding/union fillers. | Eduard-Mihai Burtescu | -0/+20 |
| 2017-12-15 | Auto merge of #46653 - estebank:str-as-ch, r=petrochenkov | bors | -2/+28 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -2/+28 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -459/+507 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -0/+294 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -1975/+6701 |
| 2017-12-14 | Review feedback: Added test with control flow merge of two borrows "before ac... | Felix S. Klock II | -0/+27 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+108 |
| 2017-12-14 | Fix rebase | Vadim Petrochenkov | -67/+103 |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -34/+42 |