summary refs log tree commit diff
path: root/src/librustc/ty/query/values.rs
AgeCommit message (Expand)AuthorLines
2019-10-21Change `SymbolName::name` from `InternedString` to `Symbol`.Nicholas Nethercote-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-6/+6
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-6/+6
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-6/+6
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-6/+0
2019-05-20Introduce `InternedString::intern`.Nicholas Nethercote-2/+2
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-1/+13
2019-02-05move librustc to 2018Mark Mansi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-0/+43