about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-01-31Remove the `mir_build` hook.Nicholas Nethercote-2/+1
2025-01-31Remove the `thir_{tree,flat}` hooks.Nicholas Nethercote-3/+1
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-3/+1
2025-01-10mir_build: check annotated functions w/out callersDavid Wood-0/+1
2024-12-17Explain why `build` was renamed to `builder`Zalathar-0/+3
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-3/+3
2024-11-29implement checks for tail callsMaybe Waffle-0/+2
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_build`.Nicholas Nethercote-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-0/+2
2024-06-04Remove out-of-date comment.Nicholas Nethercote-2/+0
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-3/+0
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_build`.Nicholas Nethercote-2/+0
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-15Make thir_tree and thir_flat into hooksMichael Goulet-2/+2
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-2/+2
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer-2/+2
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+3
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2023-12-14rustc_mir_build: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-1/+1
2023-07-22Make `unconditional_recursion` warning detect recursive dropsMartin Nordholts-1/+1
2023-06-19Make closure_saved_names_of_captured_variables a query.Camille GILLOT-0/+2
2023-05-31Remove `lit_to_mir_constant` queryOli Scherer-1/+0
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-1/+0
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-11Simplify message pathsest31-1/+1
2023-02-26Move THIR printing to rustc_mir_build.Camille GILLOT-2/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2023-01-26previous thir unpretty output through thir-flatb-naber-0/+1
2023-01-18Also remove `#![feature(control_flow_enum)]` where possibleScott McMurray-1/+0
2023-01-11Migrate pattern matchingmejrs-0/+1
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-0/+1
2022-11-21Some cleanup around trait_method lookupOli Scherer-0/+1
2022-10-09Skip chained OpaqueCast when building captures.Camille GILLOT-0/+1