about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Apply cfg(bootstrap) replacementMark Rousskov-1/+0
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-1/+1
2025-08-22Stabilize `round_char_boundary` featureokaneco-1/+1
2025-08-21Introduce ProjectionElem::try_map.Camille GILLOT-0/+1
2025-08-04small refactor of `InterpResult`Waffle Lapkin-0/+1
2025-07-01Update `cfg(bootstrap)`Josh Stone-2/+2
2025-06-28Remove unused feature gatesYotam Ofek-1/+0
2025-06-20Use gen blocks in the compiler instead of from_coroutineMichael Goulet-1/+1
2025-06-18Implement lint against direct uses of rustc_type_ir in compiler cratesRomain Perier-0/+1
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-0/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-05-26Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` optionDiggory Blake-0/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-1/+0
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-1/+0
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-0/+1
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-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