| Age | Commit message (Expand) | Author | Lines |
| 2019-08-20 | Update books | Eric Huss | -0/+0 |
| 2019-08-20 | Allow 'default async fn' to parse. | Mazdak Farrokhzad | -0/+15 |
| 2019-08-20 | Move argfile expansion into run_compiler | Jeremy Fitzhardinge | -239/+70 |
| 2019-08-20 | Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril | bors | -1139/+801 |
| 2019-08-20 | Use dedicated type for spans in pre-expansion gating. | Mazdak Farrokhzad | -28/+34 |
| 2019-08-20 | Bump toml dependency. | Eric Huss | -2/+2 |
| 2019-08-20 | Rollup merge of #63750 - eddyb:lazy-seq, r=Zoxc | Mazdak Farrokhzad | -296/+301 |
| 2019-08-20 | Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src... | Mazdak Farrokhzad | -227/+207 |
| 2019-08-20 | Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj | Mazdak Farrokhzad | -605/+271 |
| 2019-08-20 | Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichton | Mazdak Farrokhzad | -11/+22 |
| 2019-08-20 | rustc_metadata: replace LazySeq<T> with Lazy<[T]>. | Eduard-Mihai Burtescu | -296/+301 |
| 2019-08-20 | Auto merge of #63744 - Centril:rollup-g4l3ra9, r=Centril | bors | -62/+189 |
| 2019-08-20 | Rollup merge of #63736 - SimonSapin:plugin, r=eddyb | Mazdak Farrokhzad | -1/+2 |
| 2019-08-20 | Rollup merge of #63723 - josephlr:sigemptyset, r=alexcrichton | Mazdak Farrokhzad | -40/+27 |
| 2019-08-20 | Rollup merge of #63722 - Mark-Simulacrum:bootstrap-rustflags, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-08-20 | Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcm | Mazdak Farrokhzad | -8/+62 |
| 2019-08-20 | Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexactmut, r=s... | Mazdak Farrokhzad | -0/+35 |
| 2019-08-20 | Rollup merge of #63216 - oconnor663:take_read_to_end, r=sfackler | Mazdak Farrokhzad | -8/+58 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -132/+13 |
| 2019-08-20 | Load error codes via build script instead of JSON parsing | Mark Rousskov | -31/+83 |
| 2019-08-20 | Restore the rustc_plugin crate in the sysroot | Simon Sapin | -1/+2 |
| 2019-08-20 | Auto merge of #63587 - flip1995:clippyup, r=flip1995 | bors | -8/+10 |
| 2019-08-20 | Merge branch 'master' into redox_builder | Artyom Pavlov | -1331/+2900 |
| 2019-08-20 | Auto merge of #63709 - matklad:decomposed-tokens, r=petrochenkov | bors | -209/+68 |
| 2019-08-20 | Update cargo | flip1995 | -0/+0 |
| 2019-08-20 | Update Clippy | flip1995 | -8/+10 |
| 2019-08-20 | Update rustfmt to 1.4.5 | Seiichi Uchida | -21/+6 |
| 2019-08-20 | Refined implementations of `asinh` and `acosh` | Phosphorus15 | -24/+29 |
| 2019-08-20 | Used `copysign` to avoid unnecessary branches. | Phosphorus15 | -18/+2 |
| 2019-08-20 | Auto merge of #63497 - eddyb:miri-subst, r=oli-obk | bors | -76/+159 |
| 2019-08-19 | rustc: implement argsfiles for command line | Jeremy Fitzhardinge | -4/+304 |
| 2019-08-19 | Use named arguments for formatting usage message. | Jeremy Fitzhardinge | -5/+5 |
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -250/+248 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -224/+19 |
| 2019-08-20 | Remove async_await feature gate tests. | Mazdak Farrokhzad | -103/+0 |
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -28/+4 |
| 2019-08-20 | Auto merge of #62727 - SimonSapin:plugins-tls-dylib, r=petrochenkov | bors | -39/+49 |
| 2019-08-19 | Consolidate sigemptyset workarounds | Joe Richey | -40/+27 |
| 2019-08-19 | Don't use stage naming in RUSTFLAGS environment variables | Mark Rousskov | -5/+5 |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -39/+49 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -227/+207 |
| 2019-08-19 | Rollup merge of #63704 - Wind-River:master, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-19 | Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+41 |
| 2019-08-19 | Rollup merge of #63620 - estebank:assoc-type-span, r=Centril | Mazdak Farrokhzad | -200/+376 |
| 2019-08-19 | Rollup merge of #63376 - nikomatsakis:async-await-issue-62517, r=cramertj | Mazdak Farrokhzad | -13/+429 |
| 2019-08-19 | Rollup merge of #63252 - nrc:arc-doc, r=alexcrichton | Mazdak Farrokhzad | -4/+0 |
| 2019-08-19 | remove any from cfgs | Artyom Pavlov | -2/+2 |
| 2019-08-19 | cfg fix 2 | Artyom Pavlov | -1/+2 |
| 2019-08-19 | fix cfg | Artyom Pavlov | -11/+9 |
| 2019-08-19 | review comments | Esteban Küber | -36/+47 |