| Age | Commit message (Expand) | Author | Lines |
| 2018-05-04 | Rollup merge of #50416 - rleungx:non-lifetime, r=estebank | kennytm | -2/+28 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -4/+32 |
| 2018-05-04 | Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive... | kennytm | -13/+34 |
| 2018-05-04 | Rollup merge of #50417 - matklad:pr-50379, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-04 | Rollup merge of #50407 - nnethercote:inline-BytePos, r=michaelwoerister | kennytm | -0/+10 |
| 2018-05-04 | Rollup merge of #50401 - alexcrichton:remove-path-from-str, r=sfackler | kennytm | -27/+0 |
| 2018-05-04 | Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddyb | kennytm | -4/+30 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-04 | Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r... | kennytm | -3/+3 |
| 2018-05-04 | Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este... | kennytm | -1/+1 |
| 2018-05-03 | Fix issue #50415. | kennytm | -2/+29 |
| 2018-05-03 | Update Cargo | Aleksey Kladov | -0/+0 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -2/+28 |
| 2018-05-03 | update concat_idents doc stubs | Michael Lamparski | -4/+4 |
| 2018-05-03 | Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet... | kennytm | -7/+15 |
| 2018-05-03 | Auto merge of #50391 - nnethercote:escape_unicode, r=eddyb | bors | -11/+5 |
| 2018-05-03 | Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb | bors | -9/+23 |
| 2018-05-03 | add missing output for ui test | Michael Lamparski | -0/+8 |
| 2018-05-03 | Always inline simple BytePos and CharPos methods. | Nicholas Nethercote | -0/+10 |
| 2018-05-02 | forbid empty identifiers from concat_idents | Michael Lamparski | -0/+20 |
| 2018-05-03 | Auto merge of #50369 - pftbest:unicode, r=SimonSapin | bors | -8/+8 |
| 2018-05-03 | Remove parse::escape_default(). | Nicholas Nethercote | -7/+3 |
| 2018-05-03 | Use escape_default() for strings in LitKind::token(). | Nicholas Nethercote | -4/+2 |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -36/+122 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -2/+108 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -4/+30 |
| 2018-05-02 | Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakis | bors | -40/+106 |
| 2018-05-02 | Auto merge of #50339 - nnethercote:lazy-Printer-buf, r=michaelwoerister | bors | -7/+23 |
| 2018-05-02 | Auto merge of #50329 - Zoxc:opt-3, r=alexcrichton | bors | -8/+0 |
| 2018-05-02 | Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis | bors | -48/+2 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -89/+85 |
| 2018-05-01 | Auto merge of #50379 - nrc:update, r=alexcrichton | bors | -32/+49 |
| 2018-05-02 | Update RLS and Rustfmt | Nick Cameron | -32/+49 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -712/+290 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -8/+11 |
| 2018-05-01 | Add E0589 to the error index | varkor | -1/+12 |
| 2018-05-01 | Update ui/generator tests to reflect changes from new generator drop rules. | Felix S. Klock II | -32/+74 |
| 2018-05-01 | Conservatively assume dropping a generator touches its upvars, via locals' dt... | Felix S. Klock II | -8/+32 |
| 2018-05-01 | Add a print_types_sizes regression test | varkor | -0/+47 |
| 2018-05-01 | Auto merge of #50374 - petrochenkov:pypath, r=Mark-Simulacrum | bors | -2/+10 |
| 2018-05-01 | rustbuild: Normalize paths coming from Python slightly | Vadim Petrochenkov | -2/+10 |
| 2018-05-01 | Add repr(u8) to the test | varkor | -0/+16 |
| 2018-05-01 | Correct initial field alignment for repr(C)/repr(int) | varkor | -2/+45 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -8/+204 |
| 2018-05-01 | Fix a warning in libcore on 16bit targets. | Vadzim Dambrouski | -8/+8 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -82/+75 |
| 2018-05-01 | Give removal reasons to removed features | Vadim Petrochenkov | -36/+46 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -677/+252 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -727/+270 |