about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-30/+145
2019-10-08Call `Expr::peel_drop_temps()` from more places for more accurate suggestionsEsteban Küber-13/+23
2019-10-08Ignore `ExprKind::DropTemps` for some ref suggestionsEsteban Küber-22/+30
2019-10-08Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwcoMazdak Farrokhzad-2/+30
2019-10-08Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoeristerMazdak Farrokhzad-33/+18
2019-10-08Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri...Mazdak Farrokhzad-31/+0
2019-10-08Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkorMazdak Farrokhzad-9/+102
2019-10-08Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebankMazdak Farrokhzad-1/+1
2019-10-08Rollup merge of #65102 - tmiasko:tsan-probe-stack, r=alexcrichtonMazdak Farrokhzad-4/+6
2019-10-08Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obkMazdak Farrokhzad-2/+20
2019-10-08Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPCMazdak Farrokhzad-9/+89
2019-10-08Update ClippyMateusz Mikuła-18/+13
2019-10-08Update ui testsGuillaume Gomez-1/+2
2019-10-08Add long error explanation for E0567Guillaume Gomez-1/+28
2019-10-08suggest to add move keyword for generatorcsmoe-5/+47
2019-10-08Add ?Sized bound to a supertrait listing in E0038 error documentationKonrad Borowski-4/+4
2019-10-08Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavisbors-12/+73
2019-10-08Optimize `TokenStreamBuilder::push`.Nicholas Nethercote-51/+43
2019-10-08Optimize `TokenStream::from_streams`.Nicholas Nethercote-10/+37
2019-10-08Remove `InferCtxt::in_snapshot()`.Nicholas Nethercote-34/+23
2019-10-08Clarify a comment in `RegionConstraintCollector::leak_check`.Nicholas Nethercote-3/+5
2019-10-08Auto merge of #65196 - Centril:rollup-q06lcxm, r=Centrilbors-309/+469
2019-10-08Rollup merge of #65187 - Wind-River:master_before_merge, r=rkruppeMazdak Farrokhzad-1/+3
2019-10-08Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkorMazdak Farrokhzad-11/+26
2019-10-08Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkorMazdak Farrokhzad-7/+72
2019-10-08Rollup merge of #65150 - XiangQingW:master, r=estebankMazdak Farrokhzad-11/+47
2019-10-08Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=CentrilMazdak Farrokhzad-3/+31
2019-10-08Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmasterMazdak Farrokhzad-46/+46
2019-10-08Rollup merge of #65040 - Centril:items-cleanup, r=estebankMazdak Farrokhzad-215/+212
2019-10-08Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppeMazdak Farrokhzad-15/+32
2019-10-08Auto merge of #65186 - mati865:cargoup, r=alexcrichtonbors-0/+0
2019-10-07Warn if include macro fails to include entire fileMark Rousskov-2/+47
2019-10-07Use structured suggestion for removal of `as_str()` callEsteban Küber-10/+23
2019-10-07Add rustc-dev to nightly default and complete profilesJosh Stone-0/+15
2019-10-07Auto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikomatsakisbors-10/+12
2019-10-07Add a regression test for #57271varkor-0/+60
2019-10-07Add a regression test for #57399varkor-0/+30
2019-10-07Add regression test for #64792varkor-0/+20
2019-10-07Move stray issue tests into src/test/ui/issuesvarkor-0/+0
2019-10-07Add a regression test for issue 62187varkor-0/+32
2019-10-07Move const generic regression tests to their old foldervarkor-0/+0
2019-10-07Only install rustc-dev by default on nightlyJosh Stone-1/+9
2019-10-07add rustc-dev to tools/build-manifestJosh Stone-0/+7
2019-10-07add dist::RustcDev for unstable compiler librariesJosh Stone-58/+46
2019-10-07Use builder.compiler_for() to find the libstd stampJosh Stone-2/+2
2019-10-07[WIP] minimize the rust-std componentJosh Stone-2/+78
2019-10-07add crossbeam-queue to the whitelistJosh Stone-0/+1
2019-10-07Name the threads in rayon's poolJosh Stone-0/+1
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-10/+10
2019-10-07use 'invalid argument' for vxWorksBaoshanPang-1/+3