| Age | Commit message (Expand) | Author | Lines |
| 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 | -877/+1500 |
| 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 | Auto merge of #44060 - taleks:issue-43205, r=arielb1 | bors | -3/+37 |
| 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 |
| 2017-08-26 | Add test for wrong code generation for HashSet creation on arm cpu | Evgeniy A. Dushistov | -0/+38 |
| 2017-08-26 | Auto merge of #44028 - nrc:rls-update, r=alexcrichton | bors | -95/+140 |
| 2017-08-25 | Update RLS and Cargo | Nick Cameron | -95/+140 |
| 2017-08-25 | rustc: Make `report_cycle` and `CycleError` private | Alex Crichton | -3/+2 |
| 2017-08-25 | rustc: Skip cyclic checks in `item_path` | Alex Crichton | -6/+1 |
| 2017-08-25 | rustc: Add a FIXME for `try_get` in MIR inlining | Alex Crichton | -1/+6 |
| 2017-08-25 | rustc: Fix two instances of `try_get` | Alex Crichton | -5/+12 |
| 2017-08-25 | rustc: Change the return of a query's `try_get` | Alex Crichton | -8/+14 |
| 2017-08-25 | rustc_errors: Add the ability to delay as bugs | Alex Crichton | -12/+26 |
| 2017-08-25 | Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton | bors | -142/+9 |
| 2017-08-25 | haiku/librustc_back: Remove incorrect no_integrated_as | Alexander von Gluck IV | -1/+0 |
| 2017-08-25 | Add missing link in string doc | Guillaume Gomez | -1/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -130/+4 |
| 2017-08-25 | syntax: clarify field name | Tamir Duberstein | -10/+5 |
| 2017-08-25 | Auto merge of #44046 - alexcrichton:capture-diagnostics, r=michaelwoerister | bors | -28/+90 |
| 2017-08-25 | syntax: remove unused field | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Fix a byte/char confusion issue in the error emitter | est31 | -1/+55 |
| 2017-08-25 | Clean up YieldFinder | John Kåre Alsaker | -3/+8 |