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_middle
/
src
/
mir
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-1
/
+1
2025-04-08
move `ClosureRegionRequirements` to `rustc_borrowck`
lcnr
-140
/
+2
2025-04-08
borrowck typeck children together with their parent
lcnr
-11
/
+5
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-01-24
use `fmt::from_fn` in more places, instead of using structs that impl formatt...
Yotam Ofek
-49
/
+19
2025-01-06
only avoid blaming assignments from argument patterns
dianne
-6
/
+1
2025-01-06
make outlives constraints from generic arguments less boring
dianne
-1
/
+10
2025-01-06
`best_blame_constraint`: prioritize blaming interesting-seeming constraints
dianne
-5
/
+2
2025-01-06
remove the unused `ConstraintCategory::ClosureBounds`
dianne
-5
/
+0
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-1
/
+6
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-08
coverage: Move `CoverageIdsInfo` into `mir::coverage`
Zalathar
-29
/
+1
2024-12-01
Rollup merge of #133446 - Zalathar:querify, r=cjgillot
Jacob Pratt
-3
/
+13
2024-11-30
coverage: Use a query to identify which counter/expression IDs are used
Zalathar
-3
/
+13
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-2
/
+3
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-1
/
+4
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-1
/
+1
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-2
/
+2
2024-09-24
replace "cast" with "coercion" where applicable
Lukas Markeffsky
-1
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+5
2024-07-12
rustc_middle: derivative -> derive-where
Pavel Grigorenko
-9
/
+4
2024-07-01
Handle universe leaks by rewriting the constraint graph
Amanda Stjerna
-0
/
+3
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-05-14
coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed
Zalathar
-4
/
+0
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-20
coverage. Lowering MC/DC statements to llvm-ir
zhuyunxing
-0
/
+4
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease
Jacob Pratt
-1
/
+1
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-63
/
+0
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-21
Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.
Oli Scherer
-2
/
+10
2024-02-15
Enforce coroutine-closure layouts are identical
Michael Goulet
-2
/
+4
2024-02-05
get rid of nontrivial_structural_match lint and custom_eq const qualif
Ralf Jung
-2
/
+1
2023-11-27
Print list of missing target features when calling a function with target fea...
Eduardo Sánchez Muñoz
-3
/
+10
2023-11-23
remove unused pub fn
klensy
-58
/
+0
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-20
Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...
Matthias Krüger
-1
/
+5
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-11-12
Note about object lifetime defaults in does not live long enough error
Nilstrieb
-1
/
+5
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-10
/
+10
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-9
/
+15
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-2
/
+1
2023-09-19
move ConstValue into mir
Ralf Jung
-2
/
+1
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-05
Specialize `DestructuredConstant` to its one user (pretty printing)
Oli Scherer
-2
/
+2
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-0
/
+4
[next]