| Age | Commit message (Expand) | Author | Lines |
| 2018-03-28 | Push AllowTwoPhase down to the HAIR level | bobtwinkles | -22/+27 |
| 2018-03-27 | Use a new type to track if two-phase borrows are allowed | bobtwinkles | -16/+41 |
| 2018-03-24 | Extend two-phase borrows to apply to method receiver autorefs | bobtwinkles | -37/+100 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -126/+212 |
| 2018-03-19 | Auto merge of #49108 - SimonSapin:sip, r=TimNN | bors | -55/+23 |
| 2018-03-19 | Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri... | bors | -3/+72 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -4/+42 |
| 2018-03-19 | Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm | bors | -5/+31 |
| 2018-03-18 | Auto merge of #49134 - oli-obk:clippy, r=kennytm | bors | -16/+19 |
| 2018-03-18 | Update RLS. | kennytm | -0/+0 |
| 2018-03-18 | Update clippy | Oliver Schneider | -16/+19 |
| 2018-03-18 | Auto merge of #48986 - matklad:update-cargo, r=alexcrichton | bors | -26/+17 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -3/+526 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -260/+228 |
| 2018-03-17 | Auto merge of #48842 - petrochenkov:under, r=nikomatsakis | bors | -136/+153 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -1/+7 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -54/+23 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -31/+38 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -77/+66 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -40/+53 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -58/+42 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -19/+46 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -119/+109 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -43/+68 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -9/+10 |
| 2018-03-17 | Auto merge of #49106 - kennytm:rollup, r=kennytm | bors | -48/+919 |
| 2018-03-17 | Make the deprecated unstable SipHasher24 type private. | Simon Sapin | -46/+13 |
| 2018-03-17 | Rollup merge of #49083 - oli-obk:mopsgeschwindigkeit, r=michaelwoerister | kennytm | -1/+1 |
| 2018-03-17 | Rollup merge of #49082 - SimonSapin:mu, r=alexcrichton | kennytm | -8/+0 |
| 2018-03-17 | Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebank | kennytm | -4/+49 |
| 2018-03-17 | Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton | kennytm | -12/+50 |
| 2018-03-17 | Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -3/+728 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -4/+80 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -14/+7 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -99/+112 |
| 2018-03-17 | Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrum | bors | -3/+3 |
| 2018-03-17 | Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakis | bors | -2/+9 |
| 2018-03-17 | Update Cargo | Aleksey Kladov | -26/+17 |
| 2018-03-16 | ci: Run fewer tests on asmjs | Alex Crichton | -1/+6 |
| 2018-03-16 | ci: Disable optimized tests for asm.js | Alex Crichton | -4/+25 |
| 2018-03-16 | fix doctest | QuietMisdreavus | -1/+1 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -204/+101 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -3/+72 |
| 2018-03-16 | re-enable resting librustdoc | QuietMisdreavus | -2/+2 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -126/+212 |
| 2018-03-16 | incr.comp.: Make sanity check in try_mark_green() aware of error conditions. | Michael Woerister | -2/+9 |
| 2018-03-16 | rustbuild: Add more MinGW libraries to ship | Alex Crichton | -2/+4 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -4/+89 |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -11/+48 |