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
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-02
Migrate `mir_transform` to translatable diagnostics
clubby789
-45
/
+23
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-25
/
+7
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-1
/
+1
2023-03-09
Pacify tidy.
Camille GILLOT
-2
/
+2
2023-03-09
Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics.
Camille GILLOT
-1
/
+3
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-08
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
Matthias Krüger
-1
/
+0
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-03-01
Remove last instances of HashSet in query result types.
Michael Woerister
-12
/
+10
2023-02-02
Put a DefId in AggregateKind.
Camille GILLOT
-0
/
+1
2023-01-29
Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
bors
-0
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-1
/
+1
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+3
2022-12-14
Fix unsafetyck disabling for custom MIR
Jakob Degen
-1
/
+1
2022-12-13
Allow unsafe through inline const
Gary Guo
-3
/
+32
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
[next]