| Age | Commit message (Expand) | Author | Lines |
| 2019-10-08 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-08 | Add long error explanation for E0567 | Guillaume Gomez | -1/+28 |
| 2019-10-08 | suggest to add move keyword for generator | csmoe | -5/+47 |
| 2019-10-08 | Disable Go and OCaml bindings when building LLVM | Tomasz Miąsko | -9/+1 |
| 2019-10-08 | Add ?Sized bound to a supertrait listing in E0038 error documentation | Konrad Borowski | -4/+4 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -12/+73 |
| 2019-10-08 | Optimize `TokenStreamBuilder::push`. | Nicholas Nethercote | -51/+43 |
| 2019-10-08 | Optimize `TokenStream::from_streams`. | Nicholas Nethercote | -10/+37 |
| 2019-10-08 | Remove `InferCtxt::in_snapshot()`. | Nicholas Nethercote | -34/+23 |
| 2019-10-08 | Clarify a comment in `RegionConstraintCollector::leak_check`. | Nicholas Nethercote | -3/+5 |
| 2019-10-08 | Auto merge of #65196 - Centril:rollup-q06lcxm, r=Centril | bors | -309/+469 |
| 2019-10-08 | Rollup merge of #65187 - Wind-River:master_before_merge, r=rkruppe | Mazdak Farrokhzad | -1/+3 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -11/+26 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -7/+72 |
| 2019-10-08 | Rollup merge of #65150 - XiangQingW:master, r=estebank | Mazdak Farrokhzad | -11/+47 |
| 2019-10-08 | Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=Centril | Mazdak Farrokhzad | -3/+31 |
| 2019-10-08 | Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster | Mazdak Farrokhzad | -46/+46 |
| 2019-10-08 | Rollup merge of #65040 - Centril:items-cleanup, r=estebank | Mazdak Farrokhzad | -215/+212 |
| 2019-10-08 | Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppe | Mazdak Farrokhzad | -15/+32 |
| 2019-10-08 | Auto merge of #65186 - mati865:cargoup, r=alexcrichton | bors | -0/+0 |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -2/+47 |
| 2019-10-07 | Use structured suggestion for removal of `as_str()` call | Esteban Küber | -10/+23 |
| 2019-10-07 | Add rustc-dev to nightly default and complete profiles | Josh Stone | -0/+15 |
| 2019-10-07 | Auto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikomatsakis | bors | -10/+12 |
| 2019-10-07 | Add a regression test for #57271 | varkor | -0/+60 |
| 2019-10-07 | Add a regression test for #57399 | varkor | -0/+30 |
| 2019-10-07 | Add regression test for #64792 | varkor | -0/+20 |
| 2019-10-07 | Move stray issue tests into src/test/ui/issues | varkor | -0/+0 |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 |
| 2019-10-07 | Move const generic regression tests to their old folder | varkor | -0/+0 |
| 2019-10-07 | Only install rustc-dev by default on nightly | Josh Stone | -1/+9 |
| 2019-10-07 | add rustc-dev to tools/build-manifest | Josh Stone | -0/+7 |
| 2019-10-07 | add dist::RustcDev for unstable compiler libraries | Josh Stone | -58/+46 |
| 2019-10-07 | Use builder.compiler_for() to find the libstd stamp | Josh Stone | -2/+2 |
| 2019-10-07 | [WIP] minimize the rust-std component | Josh Stone | -2/+78 |
| 2019-10-07 | add crossbeam-queue to the whitelist | Josh Stone | -0/+1 |
| 2019-10-07 | Name the threads in rayon's pool | Josh Stone | -0/+1 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -10/+10 |
| 2019-10-07 | use 'invalid argument' for vxWorks | BaoshanPang | -1/+3 |
| 2019-10-07 | Update Cargo | Mateusz Mikuła | -0/+0 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -286/+621 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -7/+48 |
| 2019-10-07 | Add long error explanation for E0495 | Guillaume Gomez | -2/+41 |
| 2019-10-07 | Fix syntax typo in error message. | Adam Perry | -1/+1 |
| 2019-10-07 | Clarify variable names when checking track_caller methods. | Adam Perry | -5/+4 |
| 2019-10-07 | Prohibit #[track_caller] within trait impls as well as decls. | Adam Perry | -2/+27 |
| 2019-10-07 | Update expected error output. | Adam Perry | -2/+2 |
| 2019-10-07 | Expand E0738 to cover different cases. | Adam Perry | -12/+93 |
| 2019-10-07 | E073[6-8] include failing code examples. | Adam Perry | -4/+43 |
| 2019-10-07 | E0735 -> E0739 | Adam Perry | -3/+3 |