about summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-0/+1
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-11/+0
2018-12-27Integrate chalk enginescalexm-0/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-0/+1
2018-12-17Remove *_inlined variantsJohn Kåre Alsaker-11/+3
2018-12-17Turn some asserts into debug_assertsJohn Kåre Alsaker-2/+2
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-11/+22
2018-12-15make autoderef steps a queryAriel Ben-Yehuda-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-3/+3
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-1/+1
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-3/+3
2018-10-25Report const eval error inside the queryOliver Schneider-0/+1
2018-10-24introduce (but do not use) `ascribe_user_type` goalNiko Matsakis-2/+4
2018-10-17Use `Environment` instead of `ty::ParamEnv` in chalk contextscalexm-1/+3
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+1
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-8/+8
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+1
2018-08-31trip const_to_alloc querycsmoe-2/+1
2018-08-22miri/CTFE refactorRalf Jung-1/+1
2018-08-05Improve query efficiencyvarkor-1/+1
2018-08-05Fix outdated handling of GetLangItemsvarkor-1/+1
2018-08-05Add lint for unknown feature attributesvarkor-0/+2
2018-07-27Better Option handlingShotaro Yamada-5/+2
2018-07-21Convert implied_outlives_bounds to a queryTyler Mandry-0/+1
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-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-3/+3
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-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-1/+3
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