index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_traits
/
evaluate_obligation.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-32
/
+0
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-14
Make downstream crates compile.
Camille GILLOT
-3
/
+3
2020-02-16
Make librustc_traits compile.
Camille GILLOT
-4
/
+5
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-8
/
+2
2019-10-07
add `debug!` to evaluate_obligation
Niko Matsakis
-0
/
+2
2019-06-16
Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix
bors
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-11
rename `evaluate_obligation_recursively`
Niko Matsakis
-1
/
+1
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-15
pacify the mercilous tidy with rustfmt
Niko Matsakis
-11
/
+16
2018-10-15
bundle up "canonical instantiation" with infcx creation
Niko Matsakis
-9
/
+6
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-06-27
move into `provide` methods
Niko Matsakis
-1
/
+9
2018-04-26
Retry canonical trait query in standard mode if overflow occurs
Aravind Gollakota
-7
/
+2
2018-04-26
Remove the stored obligation in OverflowError to simplify things
Aravind Gollakota
-2
/
+2
2018-04-26
Introduce trait query mode and use it to set overflow error handling policy i...
Aravind Gollakota
-2
/
+2
2018-04-26
Create a canonical trait query for `evaluate_obligation`
Aravind Gollakota
-0
/
+40