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
/
ffi_unwind_calls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Add panic=immediate-abort
Ben Kimock
-3
/
+6
2025-03-04
compiler: use `is_rustic_abi` in mir_transform
Jubilee Young
-5
/
+1
2025-02-21
Rename `ClearCrossCrate::assert_crate_local`.
Nicholas Nethercote
-1
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-3
/
+5
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-5
/
+9
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+6
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-2
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-06-19
Stabilise c_unwind
Gary Guo
-33
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-03-12
chore: remove repetitive words
pavedroad
-1
/
+1
2024-02-27
ffi_unwind_calls: treat RustIntrinsic like regular Rust calls
Ralf Jung
-4
/
+9
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+0
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-0
/
+1
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-01-30
Remove the `abi_amdgpu_kernel` feature
clubby789
-1
/
+0
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-08-08
feat: `riscv-interrupt-{m,s}` calling conventions
Seth Pellegrino
-0
/
+2
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
-7
/
+9
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-1
/
+1
2023-03-21
LocalCrate key
Michael Goulet
-1
/
+2
2023-03-21
Use local key in providers
Michael Goulet
-4
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-8
/
+6
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-06-09
Add a explanation about required panic strategy computation
Gary Guo
-0
/
+21
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-2
/
+4
2022-06-08
Use is_fn_like instead of matching on DefKind
Gary Guo
-6
/
+1
2022-06-08
Handle panic runtime specially
Gary Guo
-1
/
+5
2022-06-08
Fix FFI-unwind unsoundness with mixed panic mode
Gary Guo
-0
/
+148