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_trait_selection
/
traits
/
query
/
normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-20
allow escaping bound vars when normalizing `ty::Opaque`
Bastian Kauschke
-4
/
+2
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-1
/
+1
2020-06-20
int -> i32
Bastian Kauschke
-1
/
+1
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-2
/
+2
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-1
/
+1
2020-05-02
Move ensure_sufficient_stack to data_structures
Simonas Kazlauskas
-1
/
+1
2020-05-02
Prevent stack overflow for deeply recursive code
Oliver Scherer
-1
/
+2
2020-04-14
traits/query/normalize: add some `debug!` logging for the result.
Eduard-Mihai Burtescu
-2
/
+13
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-23
add missing const super folds
Bastian Kauschke
-0
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-2
/
+2
2020-03-14
Split librustc_infer.
Camille GILLOT
-3
/
+10
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+189