about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-03-26Generalise try_get_cached.Camille GILLOT-11/+17
2020-03-26Move HashStable bound to the trait definition.Camille GILLOT-10/+4
2020-03-26Parametrise by try_collect_active_jobs.Camille GILLOT-69/+78
2020-03-26Generalise QueryLatch.Camille GILLOT-10/+20
2020-03-26Decouple from DepKind.Camille GILLOT-12/+22
2020-03-26Generalise QueryJobId.Camille GILLOT-30/+30
2020-03-26Make QueryContext a subtrait of DepContext.Camille GILLOT-7/+9
2020-03-26Make QueryCache generic on the context.Camille GILLOT-46/+50
2020-03-26Make QueryDescription parameter a type.Camille GILLOT-27/+40
2020-03-26Make QueryAccessor argument a type.Camille GILLOT-89/+127
2020-03-26Make QueryConfig argument a type.Camille GILLOT-8/+6
2020-03-26Auto merge of #70415 - Centril:rollup-1zttfvl, r=Centrilbors-389/+473
2020-03-26Rollup merge of #70395 - ehuss:update-cargo, r=ehussMazdak Farrokhzad-0/+0
2020-03-26Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-mMazdak Farrokhzad-135/+119
2020-03-26Rollup merge of #70386 - Centril:patty, r=estebankMazdak Farrokhzad-12/+52
2020-03-26Rollup merge of #70375 - RalfJung:check-defined-err, r=oli-obkMazdak Farrokhzad-5/+11
2020-03-26Rollup merge of #69878 - estebank:chained-ops, r=CentrilMazdak Farrokhzad-166/+202
2020-03-26Rollup merge of #69866 - estebank:guess_head_span, r=eddybMazdak Farrokhzad-71/+89
2020-03-26typeck/pat: address review commentsMazdak Farrokhzad-6/+6
2020-03-26borrowck diagnostics: address review comments.Mazdak Farrokhzad-26/+31
2020-03-25review commentsEsteban Küber-26/+25
2020-03-25Tweak chained operators diagnosticEsteban Küber-160/+197
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-71/+89
2020-03-26avoid catching InterpErrorRalf Jung-5/+11
2020-03-25Auto merge of #70412 - Dylan-DPC:rollup-yuq2mfy, r=Dylan-DPCbors-84/+85
2020-03-25Rollup merge of #70409 - mathstuf:gitignore-target-symlink, r=Mark-SimulacrumDylan DPC-1/+1
2020-03-25Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-breakage, r...Dylan DPC-1/+0
2020-03-25Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPCDylan DPC-1/+3
2020-03-25Rollup merge of #70392 - brain0:fixxpy, r=Mark-SimulacrumDylan DPC-2/+8
2020-03-25Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obkDylan DPC-79/+73
2020-03-25gitignore: allow target to be a symlinkBen Boeckel-1/+1
2020-03-25Revert "Automatically tag as nominated for T-compiler"Santiago Pastorino-1/+0
2020-03-25Clean up E0458 explanationGuillaume Gomez-1/+3
2020-03-25Auto merge of #70404 - Dylan-DPC:rollup-iikcm6r, r=Dylan-DPCbors-578/+825
2020-03-25Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkovDylan DPC-2/+2
2020-03-25Rollup merge of #70366 - cuviper:option-fuse, r=dtolnayDylan DPC-255/+344
2020-03-25Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dy...Dylan DPC-1/+37
2020-03-25Rollup merge of #70319 - lcnr:issue63695, r=eddybDylan DPC-40/+105
2020-03-25Rollup merge of #70226 - RalfJung:checked, r=oli-obkDylan DPC-280/+337
2020-03-25impl TrustedRandomAccess for Fuse without FusedIteratorJosh Stone-2/+6
2020-03-25Update cargo.Eric Huss-0/+0
2020-03-25Make x.py compatible with python 3.8.Thomas Bächler-2/+8
2020-03-25run test only on 64bitBastian Kauschke-0/+1
2020-03-25Rename LayoutDetails to just Layout.Ana-Maria Mihalache-79/+73
2020-03-25add usize methods for Size gettersRalf Jung-11/+20
2020-03-25go back to infix ops for SizeRalf Jung-33/+30
2020-03-25add helper method for ptr ops on Scalar; reduce unnecessary large operand of ...Ralf Jung-49/+35
2020-03-25use Size addition instead of checked int additionRalf Jung-1/+1
2020-03-25make Size::from* methods generic in the integer type they acceptRalf Jung-26/+22
2020-03-25remove unnecessary castRalf Jung-1/+1