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
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2022-05-24
Add flag for stricter checks on uninit/zeroed
5225225
-6
/
+38
2022-04-26
Revert "add `DefId` to unsafety violations and display function path in E0133"
Oli Scherer
-3
/
+3
2022-04-24
only show a simple description in E0133 span label
Emil Gardström
-6
/
+6
2022-04-24
add `DefId` to unsafety violations and display function path in E0133
Emil Gardström
-12
/
+12
2022-04-09
Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-Simulacrum
Dylan DPC
-0
/
+28
2022-04-06
bless tests
Pietro Albini
-2
/
+2
2022-03-27
assert_uninit_valid: ensure we detect at least arrays of uninhabited types
Ralf Jung
-0
/
+28
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-2
/
+2
2022-01-26
add note suggesting that predicate is satisfied but is not const
Michael Goulet
-0
/
+5
2022-01-26
Improve selection errors for `~const` trait bounds
Deadbeef
-6
/
+6
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-11-04
treat illumos like solaris in failing ui tests which need it
Richard Lowe
-0
/
+1
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-8
/
+25
2021-10-14
Revert "Stabilize `arbitrary_enum_discriminant`"
Mark Rousskov
-1
/
+1
2021-10-14
Fix const stability
Deadbeef
-0
/
+30
2021-10-14
Avoid tupling at the callee
Deadbeef
-30
/
+32
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-0
/
+164
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+1
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-5
/
+6
2021-07-28
Stabilize `arbitrary_enum_discriminant`
Deadbeef
-1
/
+1
2021-07-14
adjust tests
Ralf Jung
-1
/
+1
2021-07-08
Bless a UI test
Scott McMurray
-18
/
+5
2021-07-08
Stop generating `alloca`s+`memcmp` for simple array equality
Scott McMurray
-0
/
+60
2021-06-30
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+191
2021-06-04
Regression test for issue 84297.
Felix S. Klock II
-0
/
+9
2021-05-27
Test THIR unsafeck for unsafe ops in closures
LeSeulArtichaut
-0
/
+2
2021-05-21
Check for use of mutable/extern statics in THIR unsafeck
LeSeulArtichaut
-1
/
+15
2021-05-11
Test `-Zthir-unsafeck` for unsafe function calls
LeSeulArtichaut
-3
/
+33
2021-05-06
Fix up/ignore failing ui tests on fuchsia
Tyler Mandry
-0
/
+1
2021-04-18
Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov
bors
-0
/
+53
2021-04-17
Move some tests to more reasonable directories - 6
Caio
-0
/
+53
2021-04-16
Remove #[main] attribute.
Charles Lew
-5
/
+5
2020-12-31
remove move_val_init leftovers
Ralf Jung
-272
/
+0
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-1
/
+0
2020-10-19
Fix ui test for updated core::panic behaviour.
Mara Bos
-2
/
+2
2020-09-26
might_permit_raw_init: also check aggregate fields
Ralf Jung
-2
/
+38
2020-07-13
Remove trailing whitespace
wangtheo
-0
/
+1
2020-07-13
Removed trailing whitespace
Teddy_Wang
-1
/
+1
2020-07-13
Added ui tests for volatile and nearby intrinsics
Teddy_Wang
-0
/
+54
2020-04-17
Add test for issue-28575
Yuki Okushi
-0
/
+20
2020-04-01
Rollup merge of #70081 - lcnr:issue68387, r=varkor
Dylan DPC
-0
/
+1
2020-03-31
update tests
Bastian Kauschke
-0
/
+1
2020-03-19
Ensure there are versions of test code for aarch64 windows
Daniel Frampton
-10
/
+0
2020-03-11
implement zeroed and uninitialized with MaybeUninit
Ralf Jung
-21
/
+7
2020-02-29
clarify a comment in the test
Ralf Jung
-1
/
+3
2020-02-29
we cannot short-circuit just becuase the Abi seems harmless
Ralf Jung
-2
/
+46
2020-02-29
make it even more conservative, and note some FIXMEs
Ralf Jung
-0
/
+2
2020-02-29
test some more things that should not panic
Ralf Jung
-5
/
+14
2020-02-29
mem::zeroed/uninit: panic on types that do not permit zero-initialization
Ralf Jung
-0
/
+113
2019-10-23
UI failures fix
Umesh Kalappa
-1
/
+2
[next]