about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2023-12-22update cfg(bootstrap)sPietro Albini-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-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+3
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-1/+0
2023-10-20s/generator/coroutine/Oli Scherer-2/+3
2023-10-18Remove `#![feature(result_option_inspect)]` from the compilerSlanterns-1/+0
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-0/+1
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1