about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-1/+0
2025-02-23stabilize extract_ifbendn-1/+0
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+0
2025-02-06stabilize `feature(trait_upcasting)`Waffle Lapkin-1/+1
2025-02-04Update top-level `rustc_middle` comment.Nicholas Nethercote-2/+3
2025-02-04Remove unused features from `rustc_middle`.Nicholas Nethercote-2/+0
2025-01-24use `fmt::from_fn` in more places, instead of using structs that impl formatt...Yotam Ofek-0/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-0/+2
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-0/+1
2024-09-17Use associative type defaults in `{Layout,FnAbi}OfHelpers`.Nicholas Nethercote-0/+1
2024-09-05update cfgsBoxy-1/+0
2024-08-29Add `warn(unreachable_pub)` to `rustc_middle`.Nicholas Nethercote-0/+1
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-1/+0
2024-08-27compiler: Remove feature(new_uninit)Jubilee Young-1/+0
2024-08-26Use unsafe extern blocks throughout the compilerMichael Goulet-1/+1
2024-08-14use the new Box methods in the interpreterRalf Jung-0/+1
2024-08-10Update std and compilerNadrieril-1/+1
2024-06-05Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelixMatthias Krüger-5/+6
2024-05-24Add intra-doc-links to rustc_middle crate-level docs.Alona Enraght-Moony-5/+6
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_middle`.Nicholas Nethercote-3/+0
2024-05-21Sort `rustc_middle` attributes.Nicholas Nethercote-19/+21
2024-05-21Remove unused features from `rustc_middle`.Nicholas Nethercote-3/+1
2024-05-01Step bootstrap cfgsMark Rousskov-2/+0
2024-04-29Remove `extern crate smallvec` from a couple of crates.Nicholas Nethercote-2/+0
2024-04-29Remove `extern crate bitflags` from a couple of crates.Nicholas Nethercote-2/+0
2024-04-29Remove `extern crate rustc_data_structures` from numerous crates.Nicholas Nethercote-2/+0
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-2/+0
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-0/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-20step cfgsMark Rousskov-2/+1
2024-03-19Make span_bug panic site useful againOli Scherer-0/+1
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-1/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-13Prefer `min_exhaustive_patterns` in compilerNadrieril-1/+2
2024-02-09Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-1/+1
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-1/+3
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-1/+1
2024-02-07MirPass: make name more constklensy-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-1/+3
2024-01-25Remove unused featuresclubby789-6/+0
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+1