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
/
miri_unleashed
Age
Commit message (
Expand
)
Author
Lines
2020-03-08
fix some cases of unexpected exceptions leaving validation
Ralf Jung
-2
/
+2
2020-02-07
Fix test
bjorn3
-1
/
+1
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-3
/
+3
2020-01-27
Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJung
Pietro Albini
-0
/
+44
2020-01-26
Ensure that we error when calling "const extern fn" with wrong convention
Aaron Hill
-0
/
+44
2020-01-24
Do not ICE on multipart suggestions touching multiple files
Esteban Küber
-1
/
+1
2020-01-24
Normalise notes with the/is
varkor
-3
/
+3
2020-01-18
adjust ui tests
Ralf Jung
-3
/
+3
2020-01-16
review comments
Esteban Küber
-1
/
+1
2020-01-16
Do not ICE on malformed suggestion spans
Esteban Küber
-1
/
+1
2020-01-12
Diagnostics should not end with a full stop
varkor
-2
/
+2
2020-01-10
Errors in promoteds may only cause lints not hard errors
Oliver Scherer
-3
/
+3
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-2
/
+10
2020-01-09
Update tests
Vadim Petrochenkov
-2
/
+9
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-1
/
+1
2020-01-03
Introduce an option for disabling deduplication of diagnostics
Vadim Petrochenkov
-1
/
+1
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-4
/
+7
2019-12-26
Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obk
bors
-17
/
+61
2019-12-25
use error-pattern
Ralf Jung
-2
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-1
/
+1
2019-12-24
this has sysroot spans to let's ignore it the usual way
Ralf Jung
-3
/
+4
2019-12-24
better variable names
Ralf Jung
-17
/
+17
2019-12-24
add test for dropping in const
Ralf Jung
-0
/
+43
2019-12-23
Bless tests
Oliver Scherer
-1
/
+1
2019-12-23
Show `const_err` lints
Oliver Scherer
-8
/
+45
2019-12-23
Constants reading or referencing statics is illegal
Oliver Scherer
-2
/
+2
2019-12-23
Dynamically prevent constants from accessing statics
Oliver Scherer
-0
/
+101
2019-12-23
Panic on mutable allocs in constants
Oliver Scherer
-0
/
+44
2019-12-21
rework run-fail and support check,build-fail
Mazdak Farrokhzad
-7
/
+13
2019-12-02
Update miri unleashed tests
Christian Poveda
-9
/
+37
2019-12-02
Update miri_unleashed tests
Christian Poveda
-53
/
+6
2019-11-21
Reorganize, bless and add tests for const control flow
Dylan MacKenzie
-113
/
+0
2019-11-18
Update ui tests
Guillaume Gomez
-0
/
+1
2019-11-15
Silence miri unleashed warnings in test
Dylan MacKenzie
-53
/
+5
2019-11-13
Bless miri unleashed test now that errors are mandatory
Dylan MacKenzie
-7
/
+13
2019-11-13
Bless less verbose error messages
Dylan MacKenzie
-12
/
+31
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-2
/
+4
2019-10-19
show the proper diagnostics
Ralf Jung
-2
/
+17
2019-10-19
add test for calling non-const fn
Ralf Jung
-0
/
+27
2019-09-30
Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
Tyler Mandry
-0
/
+1
2019-09-30
update tests
Guillaume Gomez
-0
/
+1
2019-09-28
Bless miri unleashed output
Dylan MacKenzie
-12
/
+5
2019-09-28
Fix tests broken by more consistent miri unleashed warnings
Dylan MacKenzie
-54
/
+61
2019-09-28
Silence "skipping const checks" if outside a const context
Dylan MacKenzie
-29
/
+3
2019-09-19
Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb
Mazdak Farrokhzad
-0
/
+182
2019-09-16
Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichton
Mazdak Farrokhzad
-10
/
+3
2019-09-16
Const-stabilize `Vec::new`.
Mazdak Farrokhzad
-10
/
+3
2019-09-16
add test
Ralf Jung
-0
/
+182
2019-09-15
all memory behind a constant must be immutable
Ralf Jung
-0
/
+47
2019-09-15
const interning: move mutability computation into intern_shallow, and always ...
Ralf Jung
-1
/
+1
[next]