summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2019-02-24Use ? in some macrosTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-05move librustc to 2018Mark Mansi-11/+11
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+1
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+1
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-0/+2
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-0/+1
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-0/+1
2019-01-15Querify entry_fnIgor Matuszewski-0/+1
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+3
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+6
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