about summary refs log tree commit diff
path: root/src/librustc_middle/dep_graph
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-597/+0
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-2/+1
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-07-14Edit docs for rustc_middle::dep_graph::dep_nodepierwill-6/+8
2020-06-10Use min_specialization in the remaining rustc cratesMatthew Jasper-6/+21
2020-05-24Removed all instances of const_field.Rakshith Ravi-1/+0
2020-05-11Fix clippy warningsMatthias Krüger-2/+2
2020-05-07Reintegrate chalk using chalk-solveJack Huey-0/+1
2020-05-04Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercotebors-1/+1
2020-05-02Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPCbors-1/+0
2020-05-01Remove leftover chalk typesJack Huey-1/+0
2020-05-01Don't copy bytecode files into the incr. comp. cache.Nicholas Nethercote-1/+1
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-23/+6
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-4/+4
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+599