about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-29mono collector: Reduce \# of locking while walking the graphPiotr Osiewicz-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
2024-12-10Implement projection and shim for AFIDTMichael Goulet-1/+4
2024-12-06Remove polymorphizationBen Kimock-2/+0
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+3
2024-11-12Querify MonoItem collectionBen Kimock-0/+1
2024-11-10move all mono-time checks into their own folder, and their own queryRalf Jung-0/+2
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-0/+1
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-0/+2
2024-08-29Add `warn(unreachable_pub)` to `rustc_monomorphize`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-15Move compiler_builtin check to the use caseMohammad Omidvar-32/+0
2024-07-15Use the hook on tcx instead of the local functionMohammad Omidvar-3/+1
2024-07-15Introduce and provide a hook for `should_codegen_locally`Mohammad Omidvar-1/+2
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-0/+2
2024-06-03Stabilize order of MonoItems in CGUs and disallow query_instability lint for ...Michael Woerister-1/+0
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_monomorphize`.Nicholas Nethercote-3/+0
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-3/+2
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-2/+1
2024-04-01Only allow upstream calls to LLVM intrinsics, not any link_name functionBen Kimock-2/+14
2024-03-25Instance is CopyMichael Goulet-1/+1
2024-03-19Account for #[link_name] intrinsics shimsBen Kimock-0/+1
2024-03-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-0/+21
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-23Remove track_errors entirelyOli Scherer-2/+3
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-07-06get rid of a bit more calls to poly_selectMichael Goulet-2/+2
2023-06-01Improve CGU debug printing.Nicholas Nethercote-0/+1
2023-05-17Finish move of query.rsJohn Kåre Alsaker-2/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+2
2023-04-26Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a...Maybe Waffle-1/+2
2023-04-25Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`Maybe Waffle-2/+5
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-01-18Also remove `#![feature(control_flow_enum)]` where possibleScott McMurray-1/+0
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-1/+1
2022-11-21Add helper to create the trait ref for a lang itemOli Scherer-6/+5
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1