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
/
test
/
ui
/
consts
/
const-eval
Age
Commit message (
Expand
)
Author
Lines
2022-09-02
CTFE: more informative error message on ReadPointerAsBytes trouble
Ralf Jung
-0
/
+216
2022-07-26
bless tests, remove nonexistent E0395
Deadbeef
-10
/
+41
2022-07-22
Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...
Dylan DPC
-2
/
+2
2022-07-20
bless some tests
Ralf Jung
-52
/
+39
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-160
/
+175
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-38
/
+38
2022-07-19
feat: omit suffixes in const generics (e.g. `1_i32`)
Artur Sinila
-2
/
+2
2022-07-09
Partially stabilize const_slice_from_raw_parts
Konrad Borowski
-1
/
+0
2022-07-06
bless
Ralf Jung
-4
/
+4
2022-07-05
Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwco
Matthias Krüger
-6
/
+6
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-6
/
+6
2022-07-05
Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors
Dylan DPC
-2
/
+2
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-1041
/
+614
2022-06-30
lint: port non-fmt-panic diagnostics
David Wood
-2
/
+2
2022-06-29
interpret: adjust error from constructing an invalid value
Ralf Jung
-132
/
+132
2022-06-28
Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula...
Matthias Krüger
-0
/
+17
2022-06-27
add regression test for #85907
Takayuki Maeda
-0
/
+17
2022-06-25
bless after rebase
Ralf Jung
-22
/
+598
2022-06-25
make const_err show up in future breakage reports
Ralf Jung
-0
/
+1246
2022-06-19
Mention formatting macros when encountering ArgumentV1::new in const
Michael Goulet
-0
/
+99
2022-06-19
Bless 32bit ui tests.
Camille GILLOT
-12
/
+12
2022-06-19
Make some lints incremental.
Camille GILLOT
-12
/
+12
2022-06-14
rebase
b-naber
-32
/
+104
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-8
/
+19
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-355
/
+388
2022-05-19
bless 32bit
Ralf Jung
-10
/
+10
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-23
/
+23
2022-05-17
bless 32bit
Ralf Jung
-1
/
+1
2022-05-17
interpret/validity: reject references to uninhabited types
Ralf Jung
-1
/
+1
2022-04-30
Also report the call site of PME errors locally.
Oli Scherer
-0
/
+12
2022-04-21
Update `validate_uninhabited_zsts.rs` test after MIR building changes
Tomasz Miąsko
-34
/
+55
2022-04-20
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Dylan DPC
-47
/
+21
2022-04-11
Add const eval tests ensuring padding gets correctly marked as deinit on deag...
Jakob Degen
-0
/
+37
2022-04-11
Bless tests that broke in a trivial way due to change in deaggregation
Jakob Degen
-8
/
+8
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-2
/
+2
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-10
/
+10
2022-04-04
Fix list length
Esteban Kuber
-0
/
+8
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+12
2022-04-02
diagnostics: add test case for bogus T:Sized suggestion
Michael Howell
-0
/
+24
2022-04-02
Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr
Dylan DPC
-1
/
+1
2022-03-31
Adjust feature names that disagree on const stabilization version
David Tolnay
-1
/
+1
2022-03-31
catch overflow in slice size computation
Ralf Jung
-42
/
+67
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-47
/
+21
2022-03-24
Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk
bors
-16
/
+162
2022-03-23
separate const prop lint from optimizations
Carl Scherer
-16
/
+162
2022-03-22
bless 32bit
Ralf Jung
-1
/
+1
2022-03-22
interpret/memory: simplify check_and_deref_ptr
Ralf Jung
-3
/
+3
2022-03-09
keep ERROR in message
b-naber
-3
/
+3
2022-03-09
manually bless 32-bit stderr
b-naber
-1
/
+0
2022-03-09
normalization change and rebase
b-naber
-18
/
+8
[next]