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
/
unsafe
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+98
2021-08-23
Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay
bors
-2
/
+17
2021-08-17
Add needs-asm-support to more tests
Josh Stone
-4
/
+5
2021-08-16
Add unnecessary unsafe test
Cameron Steffen
-2
/
+17
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-4
/
+5
2021-08-03
Test dropping union fields more
Smitty
-0
/
+148
2021-07-30
Properly find owner of closure in THIR unsafeck
LeSeulArtichaut
-0
/
+15
2021-07-10
Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck
Fabian Wolff
-11
/
+359
2021-07-09
Check for union field accesses in THIR unsafeck
Smitty
-0
/
+246
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-11
/
+12
2021-05-27
Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...
Dylan DPC
-0
/
+27
2021-05-25
Run THIR unsafeck on `unsafe_op_in_unsafe_fn` test
LeSeulArtichaut
-16
/
+141
2021-05-24
Apply suggestions from code review
Felix S Klock II
-0
/
+2
2021-05-24
Replace more "NULL" with "null"
LeSeulArtichaut
-4
/
+4
2021-05-21
Apply suggestions from code review
Felix S Klock II
-3
/
+0
2021-05-21
Regression test for issue 85435.
Felix S. Klock II
-0
/
+28
2021-05-21
Check for initialization of layout-restricted types
LeSeulArtichaut
-2
/
+33
2021-05-20
Check for raw pointer dereference in THIR unsafeck
LeSeulArtichaut
-4
/
+60
2021-05-14
Check for inline assembly in THIR unsafeck
Smitty
-0
/
+50
2021-05-11
Test `-Zthir-unsafeck` for unused unsafe blocks
LeSeulArtichaut
-2
/
+19
2021-05-11
Test `-Zthir-unsafeck` for unsafe function calls
LeSeulArtichaut
-3
/
+45
2021-05-09
remove const_fn feature gate
Ralf Jung
-2
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-6
/
+6
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-127
/
+0
2021-02-18
Stabilize `unsafe_op_in_unsafe_fn` lint
LeSeulArtichaut
-17
/
+16
2021-01-23
Permit mutable references in all const contexts
oli
-1
/
+16
2021-01-19
Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung
bors
-16
/
+39
2021-01-17
Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn
LeSeulArtichaut
-16
/
+39
2021-01-17
Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov
bors
-0
/
+16
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+16
2021-01-16
Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr
bors
-21
/
+0
2021-01-01
Allow references to interior mutable data behind a feature gate
oli
-5
/
+11
2020-12-31
remove move_val_init leftovers
Ralf Jung
-21
/
+0
2020-09-29
Bless tests
Dylan MacKenzie
-4
/
+4
2020-09-23
Bless tests
Dylan MacKenzie
-7
/
+7
2020-09-22
Bless tests
Dylan MacKenzie
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-07-01
Insert NoDelim groups around nonterminals when lowering macro_rules
Aaron Hill
-0
/
+16
2020-06-19
Remove the const_raw_ptr_comparison feature gate.
Oliver Scherer
-8
/
+8
2020-05-27
Add tests for packed borrows in unsafe fns
LeSeulArtichaut
-82
/
+140
2020-05-27
Fix and bless tests
LeSeulArtichaut
-21
/
+168
2020-05-27
Add more cases to the test
LeSeulArtichaut
-2
/
+28
2020-05-27
Apply suggestions from code review
LeSeulArtichaut
-2
/
+23
2020-05-27
Add tests
LeSeulArtichaut
-0
/
+55
2020-05-26
Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb
Dylan DPC
-0
/
+24
2020-05-20
Add regression test for #72394
Dylan MacKenzie
-0
/
+24
2020-05-19
Remove dangling COPYRIGHT references
Tamir Duberstein
-5
/
+1
2020-03-10
more reuse in block parsing & improve diagnostics.
Mazdak Farrokhzad
-3
/
+4
2020-02-13
parser: fuse free `fn` parsing together.
Mazdak Farrokhzad
-3
/
+3
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
[next]