| Age | Commit message (Expand) | Author | Lines |
| 2019-10-09 | Gate use of raw and function pointers in const generics behind | ben | -7/+131 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -15/+27 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -30/+145 |
| 2019-10-08 | Call `Expr::peel_drop_temps()` from more places for more accurate suggestions | Esteban Küber | -13/+23 |
| 2019-10-08 | Ignore `ExprKind::DropTemps` for some ref suggestions | Esteban Küber | -22/+30 |
| 2019-10-08 | Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwco | Mazdak Farrokhzad | -2/+30 |
| 2019-10-08 | Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister | Mazdak Farrokhzad | -33/+18 |
| 2019-10-08 | Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri... | Mazdak Farrokhzad | -31/+0 |
| 2019-10-08 | Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkor | Mazdak Farrokhzad | -9/+102 |
| 2019-10-08 | Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-08 | Rollup merge of #65102 - tmiasko:tsan-probe-stack, r=alexcrichton | Mazdak Farrokhzad | -4/+6 |
| 2019-10-08 | Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obk | Mazdak Farrokhzad | -2/+20 |
| 2019-10-08 | Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPC | Mazdak Farrokhzad | -9/+89 |
| 2019-10-08 | Update Clippy | Mateusz Mikuła | -18/+13 |
| 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 | 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 |