| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Rollup merge of #70417 - rakshith-ravi:master, r=Centril | Mazdak Farrokhzad | -0/+57 |
| 2020-03-26 | Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb | Mazdak Farrokhzad | -13/+21 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2020-03-26 | Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkor | Mazdak Farrokhzad | -351/+869 |
| 2020-03-26 | Reorganize a bit the code and add a comment | Olivier Goffart | -4/+10 |
| 2020-03-26 | wip pacify the merciless ui tests | Niko Matsakis | -1/+1 |
| 2020-03-26 | pacify the merciless x.py fmt | Niko Matsakis | -47/+11 |
| 2020-03-26 | use slice pattern instead of calling `is_empty()` and `[0]` | Niko Matsakis | -6/+14 |
| 2020-03-26 | add test for negative specializes negative | Niko Matsakis | -0/+13 |
| 2020-03-26 | move stderr file too | Niko Matsakis | -0/+0 |
| 2020-03-26 | give the negative-impls-builtin test a more sensible name | Niko Matsakis | -0/+0 |
| 2020-03-26 | comment the `typeck-negative-impls-builtin` test | Niko Matsakis | -0/+3 |
| 2020-03-26 | move feature-gate-negative-impls test to traits/negative-impls | Niko Matsakis | -0/+0 |
| 2020-03-26 | convert to doc comments | Niko Matsakis | -4/+4 |
| 2020-03-26 | bump negative impls version to 1.44.0 | Niko Matsakis | -1/+1 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -8/+8 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -111/+330 |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -187/+271 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -101/+328 |
| 2020-03-26 | Throw error when encountering `...` instead of `..` while destructing a pattern | Rakshith Ravi | -0/+57 |
| 2020-03-26 | Auto merge of #70391 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-03-26 | update miri | Ralf Jung | -7/+7 |
| 2020-03-26 | Rollup merge of #70395 - ehuss:update-cargo, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2020-03-26 | Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m | Mazdak Farrokhzad | -135/+119 |
| 2020-03-26 | Rollup merge of #70386 - Centril:patty, r=estebank | Mazdak Farrokhzad | -12/+52 |
| 2020-03-26 | Rollup merge of #70375 - RalfJung:check-defined-err, r=oli-obk | Mazdak Farrokhzad | -5/+11 |
| 2020-03-26 | Rollup merge of #69878 - estebank:chained-ops, r=Centril | Mazdak Farrokhzad | -166/+202 |
| 2020-03-26 | Rollup merge of #69866 - estebank:guess_head_span, r=eddyb | Mazdak Farrokhzad | -71/+89 |
| 2020-03-26 | typeck/pat: address review comments | Mazdak Farrokhzad | -6/+6 |
| 2020-03-26 | borrowck diagnostics: address review comments. | Mazdak Farrokhzad | -26/+31 |
| 2020-03-25 | review comments | Esteban Küber | -26/+25 |
| 2020-03-25 | Tweak chained operators diagnostic | Esteban Küber | -160/+197 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -71/+89 |
| 2020-03-26 | Revert previous commit and make the optimisation in a nicer way | Olivier Goffart | -19/+6 |
| 2020-03-26 | avoid catching InterpError | Ralf Jung | -5/+11 |
| 2020-03-25 | Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-breakage, r... | Dylan DPC | -1/+0 |
| 2020-03-25 | Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2020-03-25 | Rollup merge of #70392 - brain0:fixxpy, r=Mark-Simulacrum | Dylan DPC | -2/+8 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -79/+73 |
| 2020-03-25 | Optimize slightly by avoiding to call Niche::reserve when not needed | Olivier Goffart | -7/+18 |
| 2020-03-25 | Fix for #62691: use the largest niche across all fields | Olivier Goffart | -14/+18 |
| 2020-03-25 | Revert "Automatically tag as nominated for T-compiler" | Santiago Pastorino | -1/+0 |
| 2020-03-25 | Clean up E0458 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-25 | Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-03-25 | Rollup merge of #70366 - cuviper:option-fuse, r=dtolnay | Dylan DPC | -255/+344 |
| 2020-03-25 | Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dy... | Dylan DPC | -1/+37 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -40/+105 |
| 2020-03-25 | Rollup merge of #70226 - RalfJung:checked, r=oli-obk | Dylan DPC | -280/+337 |
| 2020-03-25 | impl TrustedRandomAccess for Fuse without FusedIterator | Josh Stone | -2/+6 |
| 2020-03-25 | Update cargo. | Eric Huss | -0/+0 |