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_build
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-01-31
Remove the `mir_build` hook.
Nicholas Nethercote
-2
/
+1
2025-01-31
Remove the `thir_{tree,flat}` hooks.
Nicholas Nethercote
-3
/
+1
2025-01-18
Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints
Michael Goulet
-3
/
+1
2025-01-10
mir_build: check annotated functions w/out callers
David Wood
-0
/
+1
2024-12-17
Explain why `build` was renamed to `builder`
Zalathar
-0
/
+3
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-3
/
+3
2024-11-29
implement checks for tail calls
Maybe Waffle
-0
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-06-04
Remove out-of-date comment.
Nicholas Nethercote
-2
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-3
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-2
/
+0
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+0
2024-04-15
Make thir_tree and thir_flat into hooks
Michael Goulet
-2
/
+2
2024-03-25
Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
bors
-2
/
+2
2024-03-20
step cfgs
Mark Rousskov
-1
/
+0
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-2
/
+2
2024-03-08
Stabilize associated type bounds
Michael Goulet
-1
/
+1
2024-02-10
Remove unnecessary `min_specialization` after bootstrap
Zalathar
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-0
/
+3
2024-01-25
Remove unused features
clubby789
-1
/
+0
2024-01-05
Stabilize THIR unsafeck
Matthew Jasper
-1
/
+1
2023-12-14
rustc_mir_build: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-1
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-10-25
Make THIR unused_unsafe lint consistent with MIR
Matthew Jasper
-1
/
+1
2023-07-22
Make `unconditional_recursion` warning detect recursive drops
Martin Nordholts
-1
/
+1
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-0
/
+2
2023-05-31
Remove `lit_to_mir_constant` query
Oli Scherer
-1
/
+0
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-1
/
+0
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-26
Move THIR printing to rustc_mir_build.
Camille GILLOT
-2
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-01-26
previous thir unpretty output through thir-flat
b-naber
-0
/
+1
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+0
2023-01-11
Migrate pattern matching
mejrs
-0
/
+1
2022-12-17
Migrate "function cannot return without recursing" diagnostic
TheOddGarlic
-0
/
+1
2022-11-21
Some cleanup around trait_method lookup
Oli Scherer
-0
/
+1
2022-10-09
Skip chained OpaqueCast when building captures.
Camille GILLOT
-0
/
+1
[next]