| Age | Commit message (Expand) | Author | Lines |
| 2017-10-10 | Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al... | bors | -1/+1 |
| 2017-10-10 | Band-aid fix to stop race conditions in llvm errors | Aidan Hobson Sayers | -1/+1 |
| 2017-10-10 | Auto merge of #44877 - nvzqz:box-conversions, r=alexcrichton | bors | -4/+40 |
| 2017-10-10 | Auto merge of #45141 - kennytm:rollup, r=kennytm | bors | -225/+437 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -64/+30 |
| 2017-10-09 | Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichton | bors | -6/+10 |
| 2017-10-10 | Rollup merge of #45125 - bleibig:grammar-update, r=alexcrichton | kennytm | -186/+271 |
| 2017-10-10 | Rollup merge of #45120 - johnthagen:none-identity-test, r=sfackler | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45117 - johnthagen:fix-str-raise, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45106 - Pirh:process_stdio_docs, r=dtolnay | kennytm | -1/+108 |
| 2017-10-10 | Rollup merge of #45091 - kennytm:fix-45086, r=michaelwoerister | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45051 - k0pernicus:master, r=michaelwoerister | kennytm | -29/+47 |
| 2017-10-10 | Rollup merge of #44962 - shepmaster:no-ignore-result, r=steveklabnik | kennytm | -5/+7 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -83/+202 |
| 2017-10-09 | New rebase for the issue #45022 | k0pernicus | -29/+47 |
| 2017-10-09 | Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoerister | bors | -2/+16 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -295/+8 |
| 2017-10-09 | Auto merge of #45035 - alexcrichton:no-empty, r=michaelwoerister | bors | -12/+0 |
| 2017-10-08 | Update grammar to parse current rust syntax | Brian Leibig | -186/+271 |
| 2017-10-09 | Auto merge of #45033 - eddyb:capture-me-not, r=nikomatsakis | bors | -10/+1 |
| 2017-10-08 | Use identity operator `is` when comparing to None | johnthagen | -1/+1 |
| 2017-10-08 | Fix variable name reference | johnthagen | -1/+1 |
| 2017-10-08 | Fix trying to raise a bare str as an exception. This has been deprecated sinc... | johnthagen | -1/+1 |
| 2017-10-08 | Don't panic in the coordinator thread, bubble up the failure | Aidan Hobson Sayers | -6/+10 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -379/+557 |
| 2017-10-08 | Remove ./ prefix from relative URLs | Pirh | -10/+10 |
| 2017-10-08 | Add links and examples for std::process::Stdio | Pirh | -1/+108 |
| 2017-10-08 | Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichton | bors | -0/+119 |
| 2017-10-08 | Don't encourage people to ignore threading errors in the docs | Jake Goulding | -5/+7 |
| 2017-10-08 | Auto merge of #45012 - Gankro:noalias, r=arielb1 | bors | -1/+14 |
| 2017-10-08 | Auto merge of #45001 - bgermann:master, r=alexcrichton | bors | -41/+157 |
| 2017-10-08 | Auto merge of #45100 - kennytm:rollup, r=kennytm | bors | -68/+90 |
| 2017-10-08 | Rollup merge of #45094 - japaric:strict-align, r=alexcrichton | kennytm | -5/+5 |
| 2017-10-08 | Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichton | kennytm | -1/+2 |
| 2017-10-08 | Rollup merge of #45083 - fhartwig:slice-read-to-end, r=bluss | kennytm | -0/+8 |
| 2017-10-08 | Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichton | kennytm | -7/+6 |
| 2017-10-08 | Rollup merge of #45060 - topecongiro:semi-in-local-span, r=petrochenkov | kennytm | -1/+6 |
| 2017-10-08 | Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmaster | kennytm | -1/+1 |
| 2017-10-08 | Rollup merge of #45053 - GuillaumeGomez:atomicbool-doc, r=QuietMisdreavus | kennytm | -5/+12 |
| 2017-10-08 | Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnay | kennytm | -3/+5 |
| 2017-10-08 | Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnik | kennytm | -8/+8 |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -37/+37 |
| 2017-10-08 | Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister | bors | -12/+64 |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -83/+202 |
| 2017-10-08 | Auto merge of #44978 - jamesmunns:armv5te-os-atomics, r=alexcrichton | bors | -2/+6 |
| 2017-10-07 | Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoerister | bors | -183/+1289 |
| 2017-10-07 | Add read_to_end implementation to &[u8]'s Read impl | Florian Hartwig | -0/+8 |
| 2017-10-07 | Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddyb | bors | -5/+25 |