about summary refs log tree commit diff
path: root/src/librustc_traits/evaluate_obligation.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-32/+0
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-14Make downstream crates compile.Camille GILLOT-3/+3
2020-02-16Make librustc_traits compile.Camille GILLOT-4/+5
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-8/+2
2019-10-07add `debug!` to evaluate_obligationNiko Matsakis-0/+2
2019-06-16Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelixbors-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-11rename `evaluate_obligation_recursively`Niko Matsakis-1/+1
2019-02-07Transition librustc_traits to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-15pacify the mercilous tidy with rustfmtNiko Matsakis-11/+16
2018-10-15bundle up "canonical instantiation" with infcx creationNiko Matsakis-9/+6
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-06-27move into `provide` methodsNiko Matsakis-1/+9
2018-04-26Retry canonical trait query in standard mode if overflow occursAravind Gollakota-7/+2
2018-04-26Remove the stored obligation in OverflowError to simplify thingsAravind Gollakota-2/+2
2018-04-26Introduce trait query mode and use it to set overflow error handling policy i...Aravind Gollakota-2/+2
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-0/+40