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
/
compiler
/
rustc_mir_transform
/
src
/
check_unsafety.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+8
2022-11-04
Formatting changes + add UI test
clubby789
-10
/
+9
2022-11-04
Give a specific lint for unsafety not being inherited
clubby789
-9
/
+35
2022-10-31
Remove bounds check with enum cast
ouz-a
-3
/
+1
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-15
/
+7
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-3
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+3
2022-08-02
update comment
Ralf Jung
-3
/
+0
2022-08-02
remove some unused code and types
Ralf Jung
-49
/
+15
2022-08-02
never consider unsafe blocks unused if they would be required with unsafe_op_...
Ralf Jung
-27
/
+10
2022-07-31
Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot
Dylan DPC
-1
/
+1
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-1
/
+1
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-3
/
+3
2022-07-17
use body's param-env when checking if type needs drop
Michael Goulet
-5
/
+2
2022-07-13
assigning to a union field can never drop now
Ralf Jung
-15
/
+8
2022-05-09
review
lcnr
-6
/
+2
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-1
/
+6
2022-04-26
Revert "add `DefId` to unsafety violations and display function path in E0133"
Oli Scherer
-5
/
+4
2022-04-24
only show a simple description in E0133 span label
Emil Gardström
-1
/
+1
2022-04-24
add `DefId` to unsafety violations and display function path in E0133
Emil Gardström
-4
/
+7
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-2
/
+2
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-1
/
+0
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-3
/
+6
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-116
/
+178
2022-02-19
Adopt let else in more places
est31
-6
/
+3
2022-01-17
Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot
bors
-6
/
+0
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-6
/
+0
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-5
/
+0
2021-12-22
Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`
Aaron Hill
-2
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-3
/
+3
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+574