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
/
test
/
ui
/
polymorphization
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+18
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-18
/
+18
2021-08-30
remove lazy_normalization_consts
Ellen
-6
/
+6
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-3
/
+0
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+3
2020-08-17
polymorphize: ∃ used param ∈ predicate → all used
David Wood
-0
/
+17
2020-08-14
polymorphize: `I` used if `T` used in `I: Foo<T>`
David Wood
-0
/
+70
2020-08-10
polymorphize: constrain unevaluated const handling
David Wood
-0
/
+14
2020-08-08
Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr
bors
-2
/
+72
2020-08-07
instance: polymorphize upvar closures/generators
David Wood
-0
/
+135
2020-08-07
polymorphize: non-promoted unevaluated constants
David Wood
-0
/
+33
2020-08-07
polymorphize: visit promoted MIR
David Wood
-2
/
+39
2020-08-01
Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited...
bors
-0
/
+16
2020-07-31
interp: needs_subst -> ensure_monomorphic_enough
David Wood
-0
/
+16
2020-07-24
Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddyb
Yuki Okushi
-0
/
+13
2020-07-22
polymorphize GlobalAlloc::Function
Bastian Kauschke
-0
/
+13
2020-07-22
sess: disable polymorphisation
David Wood
-31
/
+42
2020-07-20
index: introduce and use `FiniteBitSet`
David Wood
-2
/
+10
2020-07-20
mir: use attribute over `-Z polymorphize-errors`
David Wood
-70
/
+117
2020-07-20
ty: normalize fn sigs before subst
David Wood
-0
/
+25
2020-07-20
mir: `unused_generic_params` query
David Wood
-0
/
+891