| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Move generics on QueryCache. | Camille GILLOT | -23/+23 |
| 2020-03-26 | Prune dependencies. | Camille GILLOT | -5/+1 |
| 2020-03-26 | Retire DepGraphSafe and HashStableContext. | Camille GILLOT | -151/+29 |
| 2020-03-26 | Access QueryStateShard directly. | Camille GILLOT | -19/+5 |
| 2020-03-26 | Unify key types in get_lookup. | Camille GILLOT | -4/+4 |
| 2020-03-26 | Rustfmt. | Camille GILLOT | -251/+246 |
| 2020-03-26 | Make librustc compile. | Camille GILLOT | -7/+773 |
| 2020-03-26 | Make librustc_query_system compile. | Camille GILLOT | -785/+57 |
| 2020-03-26 | Move query system to librustc_query_system. | Camille GILLOT | -0/+0 |
| 2020-03-26 | Make get_query into an extension trait. | Camille GILLOT | -29/+55 |
| 2020-03-26 | Generalise Query starting. | Camille GILLOT | -76/+122 |
| 2020-03-26 | Generalise JobOwner::try_start. | Camille GILLOT | -18/+13 |
| 2020-03-26 | Generalise try_get_cached. | Camille GILLOT | -11/+17 |
| 2020-03-26 | Move HashStable bound to the trait definition. | Camille GILLOT | -10/+4 |
| 2020-03-26 | Parametrise by try_collect_active_jobs. | Camille GILLOT | -69/+78 |
| 2020-03-26 | Generalise QueryLatch. | Camille GILLOT | -10/+20 |
| 2020-03-26 | Decouple from DepKind. | Camille GILLOT | -12/+22 |
| 2020-03-26 | Generalise QueryJobId. | Camille GILLOT | -30/+30 |
| 2020-03-26 | Make QueryContext a subtrait of DepContext. | Camille GILLOT | -7/+9 |
| 2020-03-26 | Make QueryCache generic on the context. | Camille GILLOT | -46/+50 |
| 2020-03-26 | Make QueryDescription parameter a type. | Camille GILLOT | -27/+40 |
| 2020-03-26 | Make QueryAccessor argument a type. | Camille GILLOT | -89/+127 |
| 2020-03-26 | Make QueryConfig argument a type. | Camille GILLOT | -8/+6 |
| 2020-03-26 | Auto merge of #70415 - Centril:rollup-1zttfvl, r=Centril | bors | -389/+473 |
| 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 | avoid catching InterpError | Ralf Jung | -5/+11 |
| 2020-03-25 | Auto merge of #70412 - Dylan-DPC:rollup-yuq2mfy, r=Dylan-DPC | bors | -84/+85 |
| 2020-03-25 | Rollup merge of #70409 - mathstuf:gitignore-target-symlink, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 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 | gitignore: allow target to be a symlink | Ben Boeckel | -1/+1 |
| 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 | Auto merge of #70404 - Dylan-DPC:rollup-iikcm6r, r=Dylan-DPC | bors | -578/+825 |
| 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 |