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
/
tests
/
ui
/
rust-2024
Age
Commit message (
Expand
)
Author
Lines
2024-07-18
Don't allow unsafe statics outside of extern blocks
Michael Goulet
-2
/
+17
2024-07-03
Add parse fail test using safe trait/impl trait
Santiago Pastorino
-0
/
+47
2024-06-26
Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro...
Matthias Krüger
-12
/
+53
2024-06-26
Fix bad replacement for unsafe extern block suggestion
yukang
-12
/
+53
2024-06-26
Fix a span in `parse_ty_bare_fn`.
Nicholas Nethercote
-2
/
+2
2024-06-23
Add hard error and migration lint for unsafe attrs
carbotaniuman
-0
/
+282
2024-06-21
Do not allow safe usafe on static and fn items
Santiago Pastorino
-0
/
+143
2024-06-12
Add TODO comment to unsafe env modification
Tobias Bucher
-4
/
+8
2024-06-06
Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk
bors
-0
/
+311
2024-06-05
Don't trigger `unsafe_op_in_unsafe_fn` for deprecated safe fns
Tobias Bucher
-11
/
+77
2024-06-05
Add rustfix test for unsafe extern blocks
Santiago Pastorino
-0
/
+63
2024-06-05
Add revisions to safe/unsafe on unadorned extern blocks test
Santiago Pastorino
-2
/
+43
2024-06-05
Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...
Santiago Pastorino
-4
/
+2
2024-06-05
Add unsafe_extern_blocks feature flag
Santiago Pastorino
-14
/
+22
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-29
/
+77
2024-06-04
Fail when using safe/unsafe items inside unadorned extern blocks
Santiago Pastorino
-0
/
+20
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-0
/
+15
2024-06-04
Allow using unsafe on functions inside extern blocks
Santiago Pastorino
-0
/
+43
2024-06-04
Make extern blocks without unsafe warn in edition 2024
Santiago Pastorino
-1
/
+20
2024-06-04
Test that unsafe extern defines unsafe fns
Santiago Pastorino
-0
/
+43
2024-06-04
Allow unsafe extern on all editions
Santiago Pastorino
-9
/
+2
2024-06-04
Add unsafe extern blocks failing tests
Santiago Pastorino
-0
/
+20
2024-05-30
Add `deprecated_safe` lint
Tobias Bucher
-9
/
+81
2024-05-29
Make `std::env::{set_var, remove_var}` unsafe in edition 2024
Tobias Bucher
-0
/
+93
2024-05-20
Adjust the method ambiguity lint too
Michael Goulet
-0
/
+69
2024-05-07
Make sure we don't deny macro vars w keyword names
Michael Goulet
-2
/
+42
2024-04-22
Deny gen keyword in edition_2024_compat lints
Michael Goulet
-0
/
+68
2024-02-18
Add `Future` and `IntoFuture` to the 2024 prelude
Nilstrieb
-0
/
+9