about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-08Disable Go and OCaml bindings when building LLVMTomasz Miąsko-9/+1
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
2019-10-07Update CargoMateusz Mikuła-0/+0
2019-10-07Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obkbors-286/+621
2019-10-07update ui testsGuillaume Gomez-7/+48
2019-10-07Add long error explanation for E0495Guillaume Gomez-2/+41
2019-10-07Fix syntax typo in error message.Adam Perry-1/+1
2019-10-07Clarify variable names when checking track_caller methods.Adam Perry-5/+4
2019-10-07Prohibit #[track_caller] within trait impls as well as decls.Adam Perry-2/+27
2019-10-07Update expected error output.Adam Perry-2/+2
2019-10-07Expand E0738 to cover different cases.Adam Perry-12/+93
2019-10-07E073[6-8] include failing code examples.Adam Perry-4/+43
2019-10-07E0735 -> E0739Adam Perry-3/+3