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
/
function_item_references.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-21
Rename `ClearCrossCrate::assert_crate_local`.
Nicholas Nethercote
-1
/
+1
2025-02-11
compiler: replace ExternAbi::name calls with formatters
Jubilee Young
-6
/
+1
2025-01-27
Remove redundant to_ident_string calls
Michael Goulet
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-2
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-1
/
+1
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-4
/
+4
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-4
/
+5
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-20
/
+21
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+4
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-02
Migrate `mir_transform` to translatable diagnostics
clubby789
-20
/
+13
2023-04-19
Move `GenericArgKind::as_{type,const,region}` to `GenericArg`
Maybe Waffle
-2
/
+2
2023-04-19
Add `GenericArgKind::as_{type,const,region}`
Maybe Waffle
-26
/
+22
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+3
2023-01-26
fix up subst_identity vs skip_binder; add some FIXMEs as identified in review
Kyle Matsuda
-1
/
+2
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+3
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-6
/
+10
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-5
/
+1
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-0
/
+1
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+2
2022-02-01
remove `TyS::same_type`
lcnr
-2
/
+2
2022-01-31
Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
bors
-41
/
+21
2022-01-29
Create `core::fmt::ArgumentV1` with generics instead of fn pointer
Gary Guo
-41
/
+21
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-1
/
+2
2022-01-15
initial revert
Ellen
-2
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-2
/
+2
2021-12-02
Update passes with new interface
Dylan MacKenzie
-3
/
+3
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+223