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
/
query
/
normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-2
/
+4
2018-06-28
Rebase fallout
Oliver Schneider
-1
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-1
/
+1
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+1
2018-06-28
Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddyb
bors
-27
/
+1
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-13
/
+0
2018-06-26
rename `instantiate_query_result`
Niko Matsakis
-1
/
+1
2018-06-26
make one `Canonicalize` impl for `QueryResult`
Niko Matsakis
-14
/
+1
2018-06-26
Use proper debugging statements for infinite recursion assertion
Oliver Schneider
-3
/
+3
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+5
2018-06-02
Fix typos of 'ambiguous'
Jon Purdy
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-04-30
make needs_infer specific to inference variables
Niko Matsakis
-1
/
+1
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-3
/
+3
2018-03-13
add some debug output
Niko Matsakis
-0
/
+6
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+268