summary refs log tree commit diff
path: root/src/librustc/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2019-11-19More HashStable.Camille GILLOT-5/+1
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-2/+2
2019-10-02Remove inline annotations from dep_nodeMark Rousskov-22/+18
2019-06-25Inform the query system about properties of queries at compile timeJohn Kåre Alsaker-4/+0
2019-06-18rustc: remove unused lifetimes.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove leftover lifetimes with no bounds from where clauses.Eduard-Mihai Burtescu-2/+0
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-29/+29
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-20/+20
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-21/+21
2019-06-02query-ify const_fieldMark Mansi-0/+1
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-202/+9
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-2/+1
2019-03-28Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoeristerMazdak Farrokhzad-48/+30
2019-03-27Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoeristerJosh Stone-0/+1
2019-03-26Make crate_variances a regular queryJohn Kåre Alsaker-1/+1
2019-03-26Combine input and eval_always query typesJohn Kåre Alsaker-47/+29
2019-03-25Make some lints incrementalJohn Kåre Alsaker-0/+1
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-1/+0
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-8/+0
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-4/+0
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-6/+0
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-2/+0
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-5/+18
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-2/+2
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-1/+1
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-0/+1
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+1
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
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