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
/
normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-5
/
+6
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-09
Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk
bors
-2
/
+2
2019-02-06
Make `intern_lazy_const` actually intern its argument.
Nicholas Nethercote
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-9
/
+9
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-6
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-24
Rename some occurences of `skol` to `placeholder`
scalexm
-1
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-2
/
+2
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-2
/
+2
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-1
/
+1
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-23
/
+17
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-23
Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behi...
bors
-30
/
+8
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
2018-08-22
52985: formatting PR files
Tristan Burgess
-9
/
+14
2018-08-22
52985: better cycle error for existential types
Tristan Burgess
-36
/
+9
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-2
/
+2
2018-08-13
52985: cause cycle err on inf trait normalization
Tristan Burgess
-9
/
+36
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