| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -24824/+0 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -33/+43 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -1/+1 |
| 2020-03-28 | Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril | bors | -3/+3 |
| 2020-03-27 | Auto merge of #70162 - cjgillot:split_query, r=Zoxc | bors | -1476/+75 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -33/+43 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -3/+3 |
| 2020-03-27 | Cleanups. | Camille GILLOT | -5/+5 |
| 2020-03-27 | Remove the QueryGetter trait. | Camille GILLOT | -2/+2 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-26 | Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb | Mazdak Farrokhzad | -13/+14 |
| 2020-03-26 | Reorganize a bit the code and add a comment | Olivier Goffart | -4/+10 |
| 2020-03-26 | Don't allow access to the Session. | Camille GILLOT | -3/+5 |
| 2020-03-26 | Rename read_query_job -> current_query_job and simplify it. | Camille GILLOT | -2/+2 |
| 2020-03-26 | Move generics on QueryCache. | Camille GILLOT | -3/+3 |
| 2020-03-26 | Rustfmt. | Camille GILLOT | -1/+2 |
| 2020-03-26 | Make librustc compile. | Camille GILLOT | -7/+773 |
| 2020-03-26 | Move query system to librustc_query_system. | Camille GILLOT | -2304/+0 |
| 2020-03-26 | Make get_query into an extension trait. | Camille GILLOT | -29/+55 |
| 2020-03-26 | Generalise Query starting. | Camille GILLOT | -75/+114 |
| 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/+12 |
| 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 | -25/+38 |
| 2020-03-26 | Make QueryAccessor argument a type. | Camille GILLOT | -89/+127 |
| 2020-03-26 | Make QueryConfig argument a type. | Camille GILLOT | -7/+5 |
| 2020-03-26 | Rollup merge of #69866 - estebank:guess_head_span, r=eddyb | Mazdak Farrokhzad | -2/+3 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -2/+3 |
| 2020-03-26 | Revert previous commit and make the optimisation in a nicer way | Olivier Goffart | -19/+6 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -51/+44 |
| 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/+11 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -10/+45 |
| 2020-03-25 | Rollup merge of #70226 - RalfJung:checked, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -51/+44 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -2/+2 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -3/+1 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -23/+20 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -23/+20 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -1/+1 |
| 2020-03-24 | improve normalize cycle error | Bastian Kauschke | -6/+4 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -0/+1 |
| 2020-03-24 | Remove `-Z incremental-queries`. | Nicholas Nethercote | -3/+1 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -19/+1 |