| Age | Commit message (Expand) | Author | Lines |
| 2017-08-29 | rustc: Make the `trait_map` of TyCtxt private | Alex Crichton | -8/+43 |
| 2017-08-29 | Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakis | bors | -36/+107 |
| 2017-08-29 | Auto merge of #44059 - oli-obk:ok_suggestion, r=nikomatsakis | bors | -18/+101 |
| 2017-08-29 | Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushi | bors | -0/+68 |
| 2017-08-28 | Auto merge of #43999 - arielb1:immediate-project, r=nikomatsakis | bors | -19/+112 |
| 2017-08-28 | Auto merge of #43076 - Zoxc:gen, r=arielb1 | bors | -470/+5052 |
| 2017-08-28 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+68 |
| 2017-08-28 | Tweak rls submodule again | Alex Crichton | -7/+2 |
| 2017-08-28 | Suggest `Ok(())` when encountering `Ok()` | Oliver Schneider | -18/+101 |
| 2017-08-28 | Auto merge of #44114 - daboross:patch-1, r=dtolnay | bors | -2/+4 |
| 2017-08-28 | feature error span on attr. for fn_must_use, SIMD/align, macro reëxport | Zack M. Davis | -36/+107 |
| 2017-08-27 | Ignore a threaded test on emscripten | Alex Crichton | -0/+1 |
| 2017-08-28 | Auto merge of #44107 - alexcrichton:no-shell-configure, r=Mark-Simulacrum | bors | -1217/+653 |
| 2017-08-27 | Update the rls submodule again | Alex Crichton | -0/+0 |
| 2017-08-27 | rustbuild: Rewrite the configure script in Python | Alex Crichton | -1217/+653 |
| 2017-08-27 | Update lock file | Alex Crichton | -5/+10 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -878/+1502 |
| 2017-08-28 | Update rls | John Kåre Alsaker | -0/+0 |
| 2017-08-27 | Auto merge of #44110 - alexcrichton:docker-init, r=Mark-Simulacrum | bors | -230/+2 |
| 2017-08-27 | clear out projection subobligations after they are processed | Ariel Ben-Yehuda | -19/+112 |
| 2017-08-27 | Auto merge of #44060 - taleks:issue-43205, r=arielb1 | bors | -3/+37 |
| 2017-08-27 | Clarify that VecDeque::swap can panic | David Ross | -2/+4 |
| 2017-08-27 | Auto merge of #42588 - ishitatsuyuki:patch-1, r=petrochenkov | bors | -37/+95 |
| 2017-08-27 | Update Cargo submodule | Tatsuyuki Ishi | -0/+0 |
| 2017-08-27 | Whitelist for dummy_jemalloc | Tatsuyuki Ishi | -1/+1 |
| 2017-08-27 | Additional libc cleanup | Tatsuyuki Ishi | -2/+5 |
| 2017-08-27 | Platform gate libc in libtest | Tatsuyuki Ishi | -1/+2 |
| 2017-08-27 | Whitelist unwind import in std | Tatsuyuki Ishi | -2/+2 |
| 2017-08-27 | Add missing dependency for Windows | Tatsuyuki Ishi | -1/+7 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -18/+29 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -39/+76 |
| 2017-08-27 | Make unused-extern-crate warn-by-default | Tatsuyuki Ishi | -1/+1 |
| 2017-08-27 | Auto merge of #44112 - alexcrichton:thread-join, r=sfackler | bors | -2/+13 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -2/+13 |
| 2017-08-27 | Auto merge of #44102 - Mark-Simulacrum:update-cargo, r=alexcrichton | bors | -6/+0 |
| 2017-08-26 | ci: Remove the need for `dumb-init` | Alex Crichton | -230/+2 |
| 2017-08-26 | Auto merge of #44096 - Dushistov:master, r=japaric | bors | -0/+38 |
| 2017-08-26 | Auto merge of #44084 - alexcrichton:msvc-ninja, r=Mark-Simulacrum | bors | -4/+21 |
| 2017-08-26 | Update cargo | Mark Simulacrum | -6/+0 |
| 2017-08-26 | Auto merge of #44082 - pnkfelix:issue-43457, r=eddyb | bors | -8/+57 |
| 2017-08-26 | Auto merge of #44098 - frewsxcv:rollup, r=frewsxcv | bors | -88/+264 |
| 2017-08-26 | Rollup merge of #44091 - kallisti5:haiku-fix, r=eddyb | Corey Farwell | -1/+0 |
| 2017-08-26 | Rollup merge of #44090 - GuillaumeGomez:str-doc, r=steveklabnik | Corey Farwell | -1/+2 |
| 2017-08-26 | Rollup merge of #44086 - kennytm:htmldocck-python3, r=Mark-Simulacrum | Corey Farwell | -13/+20 |
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -38/+38 |
| 2017-08-26 | Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomez | Corey Farwell | -1/+17 |
| 2017-08-26 | Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavus | Corey Farwell | -0/+59 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -34/+128 |
| 2017-08-26 | Auto merge of #44081 - est31:master, r=eddyb | bors | -1/+55 |
| 2017-08-26 | Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis | bors | -33/+59 |