about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-26Rollup merge of #70417 - rakshith-ravi:master, r=CentrilMazdak Farrokhzad-0/+57
2020-03-26Rollup merge of #70411 - ogoffart:fix-62691, r=eddybMazdak Farrokhzad-13/+21
2020-03-26Rollup merge of #70385 - RalfJung:miri-nits, r=eddybMazdak Farrokhzad-8/+8
2020-03-26Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkorMazdak Farrokhzad-351/+869
2020-03-26Reorganize a bit the code and add a commentOlivier Goffart-4/+10
2020-03-26wip pacify the merciless ui testsNiko Matsakis-1/+1
2020-03-26pacify the merciless x.py fmtNiko Matsakis-47/+11
2020-03-26use slice pattern instead of calling `is_empty()` and `[0]`Niko Matsakis-6/+14
2020-03-26add test for negative specializes negativeNiko Matsakis-0/+13
2020-03-26move stderr file tooNiko Matsakis-0/+0
2020-03-26give the negative-impls-builtin test a more sensible nameNiko Matsakis-0/+0
2020-03-26comment the `typeck-negative-impls-builtin` testNiko Matsakis-0/+3
2020-03-26move feature-gate-negative-impls test to traits/negative-implsNiko Matsakis-0/+0
2020-03-26convert to doc commentsNiko Matsakis-4/+4
2020-03-26bump negative impls version to 1.44.0Niko Matsakis-1/+1
2020-03-26create a tracking issue and link to itNiko Matsakis-8/+8
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-111/+330
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-187/+271
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-101/+328
2020-03-26Throw error when encountering `...` instead of `..` while destructing a patternRakshith Ravi-0/+57
2020-03-26Auto merge of #70391 - RalfJung:miri, r=RalfJungbors-7/+7
2020-03-26update miriRalf Jung-7/+7
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-26Revert previous commit and make the optimisation in a nicer wayOlivier Goffart-19/+6
2020-03-26avoid catching InterpErrorRalf Jung-5/+11
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-25Optimize slightly by avoiding to call Niche::reserve when not neededOlivier Goffart-7/+18
2020-03-25Fix for #62691: use the largest niche across all fieldsOlivier Goffart-14/+18
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-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