about summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2018-07-13Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelixbors-1/+3
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-1/+1
2018-07-12rename `graph` to `control_flow_graph::implementation`Niko Matsakis-1/+3
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-2/+0
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-0/+1
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-3/+3
2018-06-26introduce `Normalizable` trait for things directly normalizableNiko Matsakis-2/+7
2018-06-26convert `prove_predicate` into a queryNiko Matsakis-1/+2
2018-06-26make `Subtype` a true queryNiko Matsakis-1/+3
2018-06-26make `Eq` a true queryNiko Matsakis-2/+4
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-3/+3
2018-06-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-5/+5
2018-05-12Rollup merge of #50558 - whitfin:issue-50500, r=michaelwoeristerMark Simulacrum-24/+1
2018-05-11Remove shared access to DepGraph::work_productsIsaac Whitfield-24/+1
2018-05-11Add a query to convert from ConstValue to AllocationJohn Kåre Alsaker-5/+6
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-1/+1
2018-05-10Rollup merge of #50598 - whitfin:unnecessary-mut-borrow, r=michaelwoeristerAlex Crichton-7/+1
2018-05-10Rollup merge of #50565 - nnethercote:try_mark_green, r=michaelwoeristerAlex Crichton-10/+11
2018-05-09Remove unnecessary mutable borrow and resizingIsaac Whitfield-7/+1
2018-05-09Use SmallVec for DepNodeIndex within dep_graph.Nicholas Nethercote-10/+11
2018-05-07Make DepGraph::previous_work_products immutableWesley Wiser-19/+7
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-1/+3
2018-04-25Move the Lock into OpenTaskJohn Kåre Alsaker-54/+49
2018-04-25Address commentsJohn Kåre Alsaker-16/+18
2018-04-25Make DepGraph thread-safeJohn Kåre Alsaker-167/+189
2018-04-23first draft of `program_clauses_for_env`Niko Matsakis-0/+1
2018-04-19Remove HIR inliningWesley Wiser-2/+1
2018-04-12Auto merge of #45298 - toidiu:ak-44493-infer-predicate, r=nikomatsakisbors-0/+1
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-0/+1
2018-04-10Querify all_traitsJohn Kåre Alsaker-0/+1
2018-04-06Allow for internalizing monomorphizations that cannot be shared.Michael Woerister-0/+1
2018-04-06Remove the (inaccurate) symbol_export_level query.Michael Woerister-2/+0
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-0/+3
2018-03-28Take the original extra-filename passed to a crate into account whenChris Manchester-0/+1
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-2/+0
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-2/+0
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-0/+3
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+2
2018-03-22Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoeristerkennytm-9/+12
2018-03-22Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoeristerkennytm-0/+3
2018-03-19Convert SerializedDepGraph to be a struct-of-arraysWesley Wiser-9/+12
2018-03-20Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakiskennytm-294/+3
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+2
2018-03-16Replace many of the last references to readmesMark Mansi-294/+3
2018-03-16incr.comp.: Make sanity check in try_mark_green() aware of error conditions.Michael Woerister-2/+9
2018-03-15Queryify check_impl_item_well_formedWesley Wiser-0/+1
2018-03-15Queryify check_trait_item_well_formedWesley Wiser-0/+1
2018-03-15Queryify check_item_well_formedWesley Wiser-0/+1
2018-03-14Add MVP for chalkificationscalexm-0/+2