| Age | Commit message (Expand) | Author | Lines |
| 2018-03-04 | Auto merge of #48600 - Mark-Simulacrum:rustbuild-updates-2, r=alexcrichton | bors | -52/+27 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -148/+1 |
| 2018-03-03 | Refactor away `inferred_obligations` from the trait selector | Aravind Gollakota | -85/+40 |
| 2018-03-04 | Avoid unnecessary calculation | Shotaro Yamada | -3/+3 |
| 2018-03-04 | Add comments | Shotaro Yamada | -20/+40 |
| 2018-03-03 | Improve getting literal representation | flip1995 | -1/+1 |
| 2018-03-03 | Auto merge of #48694 - kennytm:rollup, r=kennytm | bors | -44/+280 |
| 2018-03-04 | Rollup merge of #48664 - Keruspe:codegen, r=alexcrichton | kennytm | -4/+13 |
| 2018-03-04 | Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplett | kennytm | -4/+60 |
| 2018-03-04 | Rollup merge of #48680 - steveklabnik:no-toc, r=nikomatsakis | kennytm | -0/+1 |
| 2018-03-03 | Auto merge of #48583 - dotdash:jt_assume, r=alexcrichton | bors | -15/+9 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -111/+108 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -114/+110 |
| 2018-03-03 | Rollup merge of #48637 - segevfiner:restore-rust-mingw-download, r=alexcrichton | kennytm | -0/+8 |
| 2018-03-03 | Rollup merge of #48629 - strake:char, r=alexcrichton | kennytm | -3/+3 |
| 2018-03-03 | Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkov | kennytm | -25/+15 |
| 2018-03-03 | Rollup merge of #48466 - sanxiyn:no-neon, r=alexcrichton | kennytm | -8/+8 |
| 2018-03-03 | Rollup merge of #48283 - QuietMisdreavus:rustdoc-readme, r=@GuillaumeGomez | kennytm | -0/+172 |
| 2018-03-03 | Auto merge of #48689 - Manishearth:rollup, r=Manishearth | bors | -354/+621 |
| 2018-03-02 | Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoerister | Manish Goregaokar | -130/+71 |
| 2018-03-02 | Rollup merge of #48635 - scottmcm:faster-zip-nth, r=kennytm | Manish Goregaokar | -0/+102 |
| 2018-03-02 | Rollup merge of #48628 - strake:reverse, r=sfackler | Manish Goregaokar | -1/+1 |
| 2018-03-02 | Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkov | Manish Goregaokar | -37/+189 |
| 2018-03-02 | Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa... | Manish Goregaokar | -14/+134 |
| 2018-03-02 | Rollup merge of #48259 - tinaun:patch-1, r=alexcrichton | Manish Goregaokar | -78/+30 |
| 2018-03-02 | Remove allow(bare_trait_object) from librustc_mir | Manish Goregaokar | -1/+0 |
| 2018-03-02 | Perform manual fixups | Manish Goregaokar | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -36/+36 |
| 2018-03-02 | Remove allow(bare_trait_object) from librustc | Manish Goregaokar | -2/+0 |
| 2018-03-02 | Perform manual fixups | Manish Goregaokar | -2/+5 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -55/+55 |
| 2018-03-03 | Auto merge of #48666 - sgrif:sg-revert-perf-regression, r=nikomatsakis | bors | -60/+107 |
| 2018-03-02 | Don't have Vec<T> delegate to [T]'s bounds for indexing | Jonathan Behrens | -8/+12 |
| 2018-03-02 | Update compile fail test error messages | Jonathan Behrens | -4/+4 |
| 2018-03-02 | Update comments | Jonathan Behrens | -2/+2 |
| 2018-03-02 | Update UI test | Jonathan Behrens | -3/+4 |
| 2018-03-02 | Have Vec use slice's implementations of Index<I> and IndexMut<I> | Jonathan Behrens | -125/+5 |
| 2018-03-02 | Stabilize Unsafe Pointer Methods | tinaun | -78/+30 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -4/+60 |
| 2018-03-02 | Support posix_spawn() for Linux glibc 2.24+. | Bryan Drewery | -2/+16 |
| 2018-03-02 | Move glibc version lookup handling to sys::os and add a simpler glibc_version() | Bryan Drewery | -28/+37 |
| 2018-03-02 | Don't produce TOCs for doc markdown files | steveklabnik | -0/+1 |
| 2018-03-02 | Remove --host and --target arguments to configure | Mark Simulacrum | -52/+27 |
| 2018-03-02 | Use _ | Bryan Drewery | -1/+1 |
| 2018-03-02 | Reupdate rust-installer | Bastien Orivel | -25/+3 |
| 2018-03-02 | Update rust-installer | Bastien Orivel | -11/+1 |
| 2018-03-02 | Revert "correct subtle bug in the type variable code" | Sean Griffin | -60/+107 |
| 2018-03-02 | make codegen-backends directory name configurable | Marc-Antoine Perennou | -4/+13 |
| 2018-03-02 | Remove isize test | flip1995 | -11/+1 |
| 2018-03-02 | Impl !Send and !Sync for SourceFile | John Kåre Alsaker | -0/+6 |