| Age | Commit message (Expand) | Author | Lines |
| 2017-12-31 | Use memchr for [i8]::contains as well | Manish Goregaokar | -0/+8 |
| 2017-12-13 | Support 16 bit platforms | Manish Goregaokar | -0/+6 |
| 2017-12-13 | Use memchr in [u8]::contains | Manish Goregaokar | -1/+17 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -232/+234 |
| 2017-12-12 | Auto merge of #46647 - varkor:contrib-1, r=sfackler | bors | -0/+8 |
| 2017-12-12 | Auto merge of #46250 - canndrew:rename-never-type-impl-gate, r=petrochenkov | bors | -8/+8 |
| 2017-12-12 | Auto merge of #46674 - malbarbo:undist-armv5te, r=alexcrichton | bors | -6/+1 |
| 2017-12-12 | Auto merge of #46598 - davidtwco:issue-46471, r=arielb1 | bors | -51/+297 |
| 2017-12-12 | Rename never_type_impls gate to never_type | Andrew Cann | -8/+8 |
| 2017-12-12 | Auto merge of #46411 - rillian:str_ascii, r=kennytm | bors | -24/+24 |
| 2017-12-12 | Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1 | bors | -647/+937 |
| 2017-12-11 | Remove armv5te target from dist-various-1 | Marco A L Barbosa | -6/+1 |
| 2017-12-11 | Updated existing tests with new error messages. | David Wood | -46/+57 |
| 2017-12-11 | Refactored and tidied up report function | David Wood | -53/+92 |
| 2017-12-11 | Auto merge of #46608 - estebank:resolve-return, r=nikomatsakis | bors | -7/+51 |
| 2017-12-11 | make `krate` infallible | Niko Matsakis | -4/+3 |
| 2017-12-11 | Fixed case where borrowed value lives until after scope | David Wood | -8/+69 |
| 2017-12-11 | Fix error does not know about free/named lifetimes | David Wood | -11/+26 |
| 2017-12-11 | Added test for #46472 | David Wood | -1/+65 |
| 2017-12-11 | Fix error message confuses locals and temporaries | David Wood | -10/+22 |
| 2017-12-11 | Added test for #46471 | David Wood | -0/+44 |
| 2017-12-11 | Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakis | bors | -1336/+1358 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -237/+283 |
| 2017-12-11 | resolve_lifetime: rustfmt | Niko Matsakis | -476/+721 |
| 2017-12-11 | Auto merge of #46640 - tommyip:ui_tests, r=estebank | bors | -203/+253 |
| 2017-12-11 | Auto merge of #46625 - emilio:moar-nits, r=kennytm | bors | -1/+1 |
| 2017-12-11 | Auto merge of #46624 - emilio:nit, r=kennytm | bors | -4/+4 |
| 2017-12-10 | Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro... | bors | -24/+148 |
| 2017-12-10 | Add `std::fmt::Pointer` implementation for `AtomicPtr` | varkor | -0/+8 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -192/+192 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+44 |
| 2017-12-10 | Imply must-compile-successfully in ui-tests when the run-pass flag is present. | Tommy Ip | -4/+6 |
| 2017-12-10 | Enforce successful ui tests to have must-compile-successfully flag. | Tommy Ip | -7/+11 |
| 2017-12-10 | Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavus | bors | -1/+135 |
| 2017-12-10 | rustc_trans: Fix indentation in trans_set_discr. | Emilio Cobos Álvarez | -4/+4 |
| 2017-12-10 | infer: Fix typo in README. | Emilio Cobos Álvarez | -1/+1 |
| 2017-12-10 | Auto merge of #46620 - bjorn3:remove-test-metric, r=kennytm | bors | -62/+13 |
| 2017-12-10 | centralize `does_not_live_long_enough` error reporting | Ariel Ben-Yehuda | -83/+89 |
| 2017-12-10 | remove is_unique | Ariel Ben-Yehuda | -74/+15 |
| 2017-12-10 | use `places_conflict` to handle reassignment | Ariel Ben-Yehuda | -52/+56 |
| 2017-12-10 | avoid passing the gen/kill bits to `start_block_effects` | Ariel Ben-Yehuda | -23/+23 |
| 2017-12-10 | clean up reassignment duplicate error prevention | Ariel Ben-Yehuda | -16/+40 |
| 2017-12-10 | move FlowAtLocation to be a dataflow abstraction | Ariel Ben-Yehuda | -415/+378 |
| 2017-12-10 | start extracting things into modules | Ariel Ben-Yehuda | -1048/+1132 |
| 2017-12-10 | Remove *MetricFn | bjorn3 | -62/+13 |
| 2017-12-10 | Update never_type docs based on feedback | Andrew Cann | -1/+2 |
| 2017-12-10 | Auto merge of #46611 - GuillaumeGomez:type-mismatch, r=petrochenkov | bors | -1/+26 |
| 2017-12-10 | Auto merge of #46602 - mbrubeck:try, r=kennytm | bors | -230/+92 |
| 2017-12-09 | one-time diagnostic and suggestion for reëxporting private variant error | Zack M. Davis | -10/+109 |
| 2017-12-09 | one-time diagnostics: span_suggestion, generalize methods for non-lints | Zack M. Davis | -14/+39 |