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
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
2020-05-16
Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk
bors
-168
/
+107
2020-05-14
make sure even unleashed miri does not do pointer stuff
Ralf Jung
-0
/
+68
2020-05-10
rebase fallout
Ralf Jung
-5
/
+3
2020-05-10
Miri interning: replace ICEs by proper errors, make intern_shallow type signa...
Ralf Jung
-168
/
+109
2020-05-03
remove unneeded flags; exlain why we still have const_if_match
Ralf Jung
-27
/
+56
2020-05-03
warn about each skipped feature gate
Ralf Jung
-264
/
+264
2020-05-02
fix miri-unleash delayed sanity checking
Ralf Jung
-9
/
+7
2020-05-02
make sure the miri-unleash-flag is not used to circumvent feature gates
Ralf Jung
-26
/
+9
2020-04-30
deduplicate warnings
Ralf Jung
-192
/
+187
2020-04-30
remove no longer needed feature flags
Ralf Jung
-42
/
+128
2020-04-29
some more test cases
Ralf Jung
-14
/
+109
2020-04-29
also test reference into static field
Ralf Jung
-15
/
+40
2020-04-28
add test for const-ref-to-cross-crate-mutable-static
Ralf Jung
-14
/
+101
2020-04-23
explain what we are testing in mutable_const
Ralf Jung
-9
/
+18
2020-04-23
miri-unleash tests: ensure they fire even with 'allow(const_err)'
Ralf Jung
-174
/
+140
[next]