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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
middle
Age
Commit message (
Expand
)
Author
Lines
2025-03-28
Remove ScopeDepth entirely.
Mara Bos
-5
/
+3
2025-03-26
Simplify RvalueCandidateType.
Mara Bos
-18
/
+13
2025-03-17
Mark #[rustc_std_internal_symbol] as extern indicator
bjorn3
-0
/
+1
2025-03-07
depend more on attr_data_structures and move find_attr! there
Jana Dönszelmann
-2
/
+2
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move `rustc_middle::limits` to `rustc_interface`.
Nicholas Nethercote
-89
/
+0
2025-02-17
Improve comments about limits.
Nicholas Nethercote
-7
/
+8
2025-02-17
Merge `get_limit` and `get_limit_size`.
Nicholas Nethercote
-13
/
+2
2025-02-17
Add `pattern_complexity_limit` to `Limits`.
Nicholas Nethercote
-5
/
+11
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-1
/
+1
2025-02-07
Remove Linkage::Private
bjorn3
-1
/
+1
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-4
/
+4
2025-01-31
Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt
bors
-0
/
+4
2025-01-29
upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff
Manuel Drehwald
-0
/
+4
2025-01-30
Remove `NamedVarMap`.
Nicholas Nethercote
-4
/
+11
2025-01-24
Rename `OptimizeAttr::None` to `Default`
clubby789
-1
/
+1
2025-01-15
Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...
Guillaume Gomez
-9
/
+12
2025-01-15
Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...
bors
-0
/
+3
2025-01-15
late_report_deprecation: move fast-path closer to the core logic
Ralf Jung
-9
/
+12
2025-01-14
Enforce syntactical stability of const traits in HIR
Michael Goulet
-2
/
+87
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-0
/
+3
2024-12-31
explicitly model that certain ABIs require/forbid certain target features
Ralf Jung
-0
/
+1
2024-12-19
Make DependencyList an IndexVec
bjorn3
-3
/
+3
2024-12-19
Rename Scope.id to Scope.local_id, remove trivial accessor
Michael Goulet
-21
/
+11
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-6
/
+4
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+2
2024-12-16
split attributes
Jonathan Dönszelmann
-2
/
+2
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-12
/
+20
2024-12-13
Make dependency_formats an FxIndexMap rather than a list of tuples
bjorn3
-1
/
+2
2024-11-22
Pretty print AsyncFn traits too
Michael Goulet
-0
/
+11
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+5
2024-11-18
stability: remove skip_stability_check_due_to_privacy
Ralf Jung
-28
/
+1
2024-11-04
Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...
Matthias Krüger
-2
/
+2
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-2
/
+2
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-1
/
+1
2024-10-30
Remap impl-trait lifetimes on HIR instead of AST lowering.
Camille GILLOT
-1
/
+3
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-4
/
+4
2024-10-04
Simplify bound var resolution.
Camille GILLOT
-5
/
+5
2024-09-29
cleanup: don't clone types that are Copy
Matthias Krüger
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-21
remove `#[cmse_nonsecure_entry]`
Folkert
-3
/
+1
2024-09-13
Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu
bors
-0
/
+6
2024-09-11
Simplify some nested if statements
Michael Goulet
-4
/
+5
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-0
/
+6
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-4
/
+4
2024-08-28
Implement RFC 3525.
Luca Versari
-4
/
+4
2024-08-22
Use a LocalDefId in ResolvedArg.
Camille GILLOT
-4
/
+4
2024-08-07
Hide implicit target features from diagnostics when possible
Caleb Zulawski
-1
/
+10
[next]