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-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
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-0
/
+73
2020-09-18
add test for let-bindings
Bastian Kauschke
-0
/
+33
2020-09-18
add function calls
Bastian Kauschke
-0
/
+30
2020-09-18
allow unary operations and ignore StorageLive/Dead stmts
Bastian Kauschke
-0
/
+14
2020-09-18
use abstract consts when unifying ConstKind::Unevaluated
Bastian Kauschke
-8
/
+15
2020-09-18
initial working state
Bastian Kauschke
-0
/
+14
2020-09-11
Add revisions to const generic const_evaluatable_checked tests.
Hameer Abbasi
-9
/
+50
2020-09-10
fix tidy, small cleanup
Bastian Kauschke
-0
/
+24
2020-09-10
implement `const_evaluatable_checked` feature MVP
Bastian Kauschke
-0
/
+35