about summary refs log tree commit diff
path: root/src/librustc/ty/query
AgeCommit message (Expand)AuthorLines
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-19hygiene: Tweak naming some moreVadim Petrochenkov-3/+3
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-1/+1
2019-07-19libsyntax: Remove `Mark` into `ExpnId`Vadim Petrochenkov-3/+3
2019-07-11Fix failing testsVadim Petrochenkov-2/+3
2019-07-11hygiene: Introduce a helper method for creating new expansionsVadim Petrochenkov-23/+22
2019-07-05Rollup merge of #62169 - Zoxc:store-query-results, r=eddybMazdak Farrokhzad-19/+13
2019-07-03Remove needless lifetimesJeremy Stucki-5/+5
2019-07-02Derive which queries to save using the proc macroJohn Kåre Alsaker-19/+13
2019-06-30Clean up query cache codeJohn Kåre Alsaker-116/+5
2019-06-25Inform the query system about properties of queries at compile timeJohn Kåre Alsaker-14/+52
2019-06-22Deny explicit_outlives_requirements in the compilerMatthew Jasper-2/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+5
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-1/+0
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-3/+3
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-31/+9
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-91/+91
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-77/+88
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-71/+71
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-8/+8
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-101/+97
2019-06-11rustc: deny(unused_lifetimes).Eduard-Mihai Burtescu-0/+2
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-11/+11
2019-06-05Add and use `SyntaxContext::outer_and_expn_info`.Nicholas Nethercote-3/+2
2019-06-02query-ify const_fieldMark Mansi-0/+9
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-1/+1
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-1/+1
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-6/+0
2019-05-20Accumulation of various drive-by cosmetic changes.Alexander Regueiro-2/+1
2019-05-20Introduce `InternedString::intern`.Nicholas Nethercote-2/+2
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-1/+1
2019-04-28Fix lint findings in librustcflip1995-6/+6
2019-04-12Use measureme in self-profilerWesley Wiser-30/+42
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-1806/+17
2019-04-01Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoeristerMazdak Farrokhzad-15/+14
2019-03-30Remove redundant importsFabian Drinck-1/+0
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-1806/+17
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-7/+2
2019-03-28Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoeristerMazdak Farrokhzad-3/+7
2019-03-27Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoeristerJosh Stone-0/+3
2019-03-26Combine input and eval_always query typesJohn Kåre Alsaker-3/+7
2019-03-26Rollup merge of #59315 - Zoxc:move-query, r=oli-obkMazdak Farrokhzad-139/+4
2019-03-25Make some lints incrementalJohn Kåre Alsaker-0/+3
2019-03-22address review commentsEsteban Küber-3/+2
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-12/+0
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-16/+0
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-49/+2
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-62/+2
2019-03-20Add a -Z time option which prints only passes which runs onceJohn Kåre Alsaker-15/+14