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
/
query
/
evaluate_obligation.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-75
/
+0
2019-12-22
Format the world
Mark Rousskov
-19
/
+14
2019-10-09
Obligation must apply modulo regions
Esteban Küber
-1
/
+1
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-1
/
+1
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-2
/
+3
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-11
rename `evaluate_obligation_recursively`
Niko Matsakis
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-2
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-2
/
+2
2018-09-13
expose `evaluate_obligation` that captures overflow, use in rustdoc
Niko Matsakis
-7
/
+16
2018-09-13
give a more informative failure in this case
Niko Matsakis
-1
/
+8
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-2
/
+4
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-14
/
+0
2018-04-26
Retry canonical trait query in standard mode if overflow occurs
Aravind Gollakota
-8
/
+24
2018-04-26
Create a canonical trait query for `evaluate_obligation`
Aravind Gollakota
-0
/
+54