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
/
consts
/
miri_unleashed
Age
Commit message (
Expand
)
Author
Lines
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-12
/
+0
2021-09-25
Bless tests
Gary Guo
-2
/
+2
2021-08-25
Fix debugger stepping behavior around `match` expressions
Wesley Wiser
-4
/
+4
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-4
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-14
test dynamic check for ptr-int-casts (unleashed)
Ralf Jung
-3
/
+21
2021-07-14
adjust tests
Ralf Jung
-17
/
+17
2021-07-06
Revert "Revert "Update tests""
bjorn3
-2
/
+2
2021-06-28
Bless the test suite.
Charles Lew
-2
/
+2
2021-06-13
update tests involving CTFE validation
Rémy Rakic
-4
/
+4
2021-06-07
Revert "Update tests"
bjorn3
-2
/
+2
2021-05-30
Update tests
bjorn3
-2
/
+2
2021-05-15
32bit bless
Ralf Jung
-38
/
+28
2021-05-15
get rid of a bunch of unnecessary NOTE in const tests
Ralf Jung
-59
/
+38
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-4
/
+4
2021-03-31
Add 32bit.stderr files.
Hameer Abbasi
-0
/
+295
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-36
/
+39
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-32
/
+61
2021-03-17
Auto merge of #82122 - bstrie:dep4real, r=dtolnay
bors
-1
/
+1
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-2
/
+2
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-1
/
+1
2021-02-05
fix ui tests referencing pointer-to-integer cast error message
Jeffrey Griffin
-2
/
+2
2021-02-03
make const_err a future incompat lint
Ralf Jung
-15
/
+26
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-8
/
+10
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-2
/
+2
2020-12-19
also const-check FakeRead
Ralf Jung
-0
/
+5
2020-10-26
move &mut-in-const check from interning to validation
Ralf Jung
-3
/
+5
2020-10-26
move UnsafeCell-in-const check from interning to validation
Ralf Jung
-6
/
+11
2020-09-27
Bless tests
Dylan MacKenzie
-2
/
+2
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+2
2020-09-23
Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk
Dylan DPC
-13
/
+7
2020-09-22
Bless tests
Dylan MacKenzie
-0
/
+10
2020-09-21
Record `tcx.def_span` instead of `item.span` in crate metadata
Aaron Hill
-13
/
+7
2020-09-16
Bless `miri-unleashed` tests
Dylan MacKenzie
-6
/
+6
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-07-27
mv std libs to library/
mark
-2
/
+2
2020-07-26
check that even referencing a TLS static during CTFE fails
Ralf Jung
-1
/
+19
2020-07-11
Stabilize `transmute` in constants and statics but not const fn
Oliver Scherer
-10
/
+0
2020-06-30
Bless failing tests
LeSeulArtichaut
-1
/
+3
2020-06-28
Update tests
Dylan MacKenzie
-31
/
+25
2020-06-23
Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk
Manish Goregaokar
-1
/
+3
2020-06-23
Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa
Manish Goregaokar
-1
/
+18
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-5
/
+4
2020-06-20
update tests
Christian Poveda
-1
/
+3
2020-06-19
Add fuzzy pointer comparison intrinsics
Oliver Scherer
-0
/
+17
2020-06-19
Remove the const_raw_ptr_comparison feature gate.
Oliver Scherer
-1
/
+1
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-4
/
+5
2020-06-02
Fix comment
Ralf Jung
-1
/
+1
2020-06-01
test miri-unleash TLS accesses
Ralf Jung
-3
/
+55
2020-05-25
miri_unleached: We now allow offset in const fn
Joe Richey
-25
/
+6
[next]