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
/
const-generics
/
const_evaluatable_checked
Age
Commit message (
Expand
)
Author
Lines
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1292
/
+0
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-31
/
+42
2021-08-04
dropck
Ellen
-0
/
+16
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-4
/
+4
2021-07-20
Support HIR wf checking for function signatures
Aaron Hill
-2
/
+2
2021-07-08
only check cg defaults wf once instantiated
lcnr
-0
/
+6
2021-06-10
support `as _` and add tests
Ellen
-2
/
+217
2021-06-09
Add more tests + visit_ty in some places
Ellen
-5
/
+37
2021-06-08
Support as casts in abstract consts
Ellen
-0
/
+32
2021-05-28
const eval errors: display the current item instance if there are generics in...
Rémy Rakic
-8
/
+9
2021-05-19
deal with `const_evaluatable_checked` in `ConstEquate`
lcnr
-1
/
+34
2021-03-02
errooaaar~
Ellen
-21
/
+38
2021-02-03
Miscellaneous small diagnostics cleanup
Camelid
-5
/
+5
2021-02-02
Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr
Jack Huey
-5
/
+5
2021-02-02
Add better diagnostic for missing where clause
kadmin
-5
/
+5
2021-02-01
more things are const evaluatable *sparkles*
Ellen
-1
/
+17
2021-02-01
Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov
Jonas Schievink
-0
/
+74
2021-01-31
Add error message for private fn
kadmin
-0
/
+74
2021-01-28
Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk
Yuki Okushi
-4
/
+35
2021-01-28
Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk
Yuki Okushi
-0
/
+24
2021-01-27
fix tidy errors
Ellen
-3
/
+6
2021-01-27
comments
Ellen
-0
/
+8
2021-01-27
const_evaluatable: stop looking into type aliases
Bastian Kauschke
-4
/
+35
2021-01-27
add const_evaluatable_checked test
Bastian Kauschke
-0
/
+24
2021-01-27
boop, ur abstract consts are now expanded
Ellen
-0
/
+112
2020-12-26
update tests
Bastian Kauschke
-9
/
+6
2020-11-29
Update tests to remove old numeric constants
bstrie
-1
/
+1
2020-11-24
Swap note for help
mendess
-4
/
+4
2020-11-24
Requested changes
mendess
-4
/
+4
2020-11-24
Add note to use nightly when using expr in const generics
mendess
-0
/
+4
2020-11-07
look at assoc ct, check the type of nodes
Bastian Kauschke
-0
/
+61
2020-10-26
add fixme
Bastian Kauschke
-1
/
+2
2020-10-25
check for object safety violations in constants
Bastian Kauschke
-0
/
+139
2020-10-23
review
Bastian Kauschke
-3
/
+9
2020-10-23
const_eval_checked: deal with unused nodes + div
Bastian Kauschke
-0
/
+62
2020-10-12
Bless expected errors
Ethan Brierley
-10
/
+10
2020-10-11
`min_const_generics` diagnostics improvements
Ethan Brierley
-14
/
+14
2020-10-03
Replace "non trivial" with "non-trivial"
varkor
-6
/
+6
2020-10-01
Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor
Dylan DPC
-28
/
+48
2020-09-28
const evaluatable: improve `TooGeneric` handling
Bastian Kauschke
-28
/
+48
2020-09-26
Fix UI test fallout
varkor
-1
/
+1
2020-09-26
Make invalid integer operation messages consistent
varkor
-1
/
+1
2020-09-24
update tests
Bastian Kauschke
-2
/
+4
2020-09-24
visit impl self ty + trait
Bastian Kauschke
-0
/
+25
2020-09-24
assign the correct `DefId` in `nominal_obligations`
Bastian Kauschke
-3
/
+3
2020-09-24
walk hir to get const evaluatable predicates
Bastian Kauschke
-14
/
+12
2020-09-24
const_evaluatable_checked: collect predicates from fn_sig
Bastian Kauschke
-1
/
+54
2020-09-21
review
Bastian Kauschke
-18
/
+9
2020-09-21
add test for closures in abstract consts
Bastian Kauschke
-0
/
+21
2020-09-21
bless tests
Bastian Kauschke
-10
/
+20
[next]