about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-11Print lifetimes with backticksYuki Okushi-260/+260
2019-10-09Auto merge of #65208 - michaelwoerister:sp-events-review-2, r=wesleywiserbors-4/+39
2019-10-09self-profiling: Add events for everything except trait selection.Michael Woerister-4/+39
2019-10-09Auto merge of #65198 - nnethercote:fix-65080, r=Mark-Simulacrumbors-61/+80
2019-10-09Rollup merge of #65175 - andjo403:partitioning, r=zackmdavisMazdak Farrokhzad-3/+7
2019-10-09Rollup merge of #65166 - csmoe:async-move, r=estebankMazdak Farrokhzad-1/+74
2019-10-09Rollup merge of #65037 - anp:track-caller, r=oli-obkMazdak Farrokhzad-2/+395
2019-10-09Rollup merge of #64656 - passcod:map-entry-insert, r=AmanieuMazdak Farrokhzad-1/+48
2019-10-09Implement (HashMap) Entry::insert as per #60142Félix Saparelli-1/+48
2019-10-08Rollup merge of #65213 - estebank:peel-drop-temps, r=CentrilMazdak Farrokhzad-15/+29
2019-10-08Rollup merge of #65194 - estebank:remove_str, r=petrochenkovMazdak Farrokhzad-10/+23
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-36/+205
2019-10-08Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign...Mazdak Farrokhzad-181/+266
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-771/+11
2019-10-08Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkovMazdak Farrokhzad-2/+47
2019-10-08resolve: prohibit foreign statics w/ genericsDavid Wood-181/+266
2019-10-08Auto merge of #65209 - Centril:rollup-tzc0j87, r=Centrilbors-91/+266
2019-10-08review commentsEsteban Küber-9/+5
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-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-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-07Auto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikomatsakisbors-10/+12
2019-10-07add crossbeam-queue to the whitelistJosh Stone-0/+1
2019-10-07Name the threads in rayon's poolJosh Stone-0/+1