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