| Age | Commit message (Expand) | Author | Lines |
| 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 | Warn about inference variables behind raw pointers in method lookup | Michael Hewson | -3/+10 |
| 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 | Fix ICE in probe::confirm::extract_existential_trait_ref with raw pointer self | Michael Hewson | -0/+1 |
| 2017-12-17 | Add a feature_gate test for raw pointer self | Michael Hewson | -0/+57 |
| 2017-12-17 | shorten lines for tidy | Michael Hewson | -4/+11 |
| 2017-12-17 | don't emit a type error if autoderef ends in an inference variable, as long a... | Michael Hewson | -3/+7 |
| 2017-12-17 | changed some stuff in probe.rs and it broke libstd | Michael Hewson | -3/+22 |
| 2017-12-17 | implement raw-pointer `self`. Works for traits, including trait objects, but ... | Michael Hewson | -18/+130 |
| 2017-12-17 | Auto merge of #46778 - petrochenkov:nounwrap, r=arielb1 | bors | -17/+17 |
| 2017-12-17 | Auto merge of #46761 - zackmdavis:concerning_incorrect_suggestions_for_refere... | bors | -2/+56 |
| 2017-12-16 | Auto merge of #46750 - varkor:imp-llmod, r=estebank | bors | -1/+4 |
| 2017-12-17 | syntax: Rename `P::unwrap` into `P::into_inner` | Vadim Petrochenkov | -17/+17 |
| 2017-12-16 | Auto merge of #46763 - zackmdavis:and_the_case_of_the_erroneous_field_pattern... | bors | -1/+48 |
| 2017-12-16 | Auto merge of #46743 - oli-obk:miri, r=eddyb | bors | -75/+84 |
| 2017-12-16 | Auto merge of #46722 - arielb1:single-self, r=eddyb | bors | -28/+71 |
| 2017-12-16 | in which `..` is suggested for erroneous `...` in struct field patterns | Zack M. Davis | -1/+48 |
| 2017-12-15 | in which suggestions to borrow casts or binary expressions are rectified | Zack M. Davis | -2/+56 |
| 2017-12-16 | Auto merge of #46719 - estebank:issue-39268, r=pnkfelix | bors | -538/+585 |
| 2017-12-16 | Auto merge of #46560 - Yoric:incr, r=michaelwoerister | bors | -62/+136 |
| 2017-12-16 | Auto merge of #46757 - michaelwoerister:revert-46562, r=eddyb | bors | -43/+24 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -43/+24 |
| 2017-12-15 | save-analysis: dump extern crate imports | Andy Russell | -1/+4 |
| 2017-12-15 | save-analysis: document `process_use_tree` | Andy Russell | -0/+10 |
| 2017-12-15 | save-analysis: add parents to imports | Andy Russell | -5/+21 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -68/+71 |
| 2017-12-15 | Improve error messages on LLVM bitcode parsing failure | varkor | -1/+4 |
| 2017-12-15 | Auto merge of #46623 - eddyb:issue-46449, r=nagisa | bors | -13/+58 |
| 2017-12-15 | Resolves #46555 - Moving loading and decoding of dependency graph to backgrou... | David Teller | -62/+132 |
| 2017-12-15 | Auto merge of #46745 - steveklabnik:rollup, r=steveklabnik | bors | -25/+32 |
| 2017-12-15 | Allow easily creating cheap eval context instances | Oliver Schneider | -75/+84 |
| 2017-12-15 | Rollup merge of #46737 - tshepang:better, r=steveklabnik | Steve Klabnik | -10/+7 |
| 2017-12-15 | Rollup merge of #46728 - varkor:contrib-4, r=michaelwoerister | Steve Klabnik | -3/+7 |
| 2017-12-15 | Rollup merge of #46710 - xfix:patch-5, r=alexcrichton | Steve Klabnik | -3/+0 |
| 2017-12-15 | Rollup merge of #46705 - pornel:cargo-output, r=alexcrichton | Steve Klabnik | -3/+2 |
| 2017-12-15 | Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried | Steve Klabnik | -2/+4 |
| 2017-12-15 | Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichton | Steve Klabnik | -0/+8 |
| 2017-12-15 | Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2017-12-15 | Auto merge of #46740 - oli-obk:rls, r=nrc | bors | -31/+44 |
| 2017-12-15 | Update the rls and rustfmt submodules | Oliver Schneider | -31/+44 |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -53/+155 |
| 2017-12-15 | rustc_trans: approximate ABI alignment for padding/union fillers. | Eduard-Mihai Burtescu | -13/+58 |
| 2017-12-15 | Auto merge of #46653 - estebank:str-as-ch, r=petrochenkov | bors | -4/+63 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -4/+63 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -470/+514 |