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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_traits
/
chalk_context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-19
Write an initial version of the `program_clauses` callback
scalexm
-21
/
+207
2018-10-17
Implement `InferenceTable::add_clauses`
scalexm
-8
/
+12
2018-10-17
Use `Environment` instead of `ty::ParamEnv` in chalk context
scalexm
-33
/
+38
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-3
/
+4
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-3
/
+3
2018-10-08
Pass around interned refs to goals and not goals
scalexm
-20
/
+21
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-5
/
+5
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-14
/
+1
2018-06-07
Add rules for type well-formedness
scalexm
-1
/
+1
2018-06-04
Refactor the chalkify lowering process
scalexm
-17
/
+25
2018-05-24
pacify the mercilous tidy
Niko Matsakis
-0
/
+10
2018-05-24
implement the chalk traits, albeit with many placeholders
Niko Matsakis
-0
/
+514