about summary refs log tree commit diff
path: root/compiler/rustc_middle/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-1/+1
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-1/+2
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-1/+2
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-19Make fewer crates depend on rustc_ast_irMichael Goulet-1/+0
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+1
2025-02-05Removed dependency on the field-offset crate.David Venhoek-1/+0
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-1/+0
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-2/+1
2024-10-19Do not run lints that cannot emitblyxyas-0/+1
2024-10-08compiler: Factor rustc_target::abi::* out of middle::ty::layoutJubilee Young-0/+1
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+1
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-1/+1
2024-07-15Use dep: for crate dependenciesMichael Goulet-1/+1
2024-07-12rustc_middle: derivative -> derive-wherePavel Grigorenko-1/+1
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-2/+1
2024-06-06Make middle not rely on next_trait_solverMichael Goulet-1/+0
2024-05-18Uplift GenericArgKind, CanonicalVarValues, QueryInputMichael Goulet-0/+1
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-0/+1
2024-04-11move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu...klensy-1/+0
2024-03-21Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.Oli Scherer-0/+1
2024-03-08remove unused derive_more depklensy-1/+0
2024-02-27Split rustc_type_ir to avoid rustc_ast from depending on itOli Scherer-0/+1
2024-01-13Update measureme crate to version 11Michael Woerister-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-7/+8
2023-07-26Replace in-tree `rustc_apfloat` with the new version of the crateWesley Wiser-1/+1
2023-07-03Remove chalk from the compilerMichael Goulet-1/+0
2023-07-01Update chalkNilstrieb-1/+1
2023-04-30Use dynamic dispatch for queriesJohn Kåre Alsaker-0/+1
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-0/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-2/+2
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-1/+1
2022-12-22Give a more helpful error for "trimmed_def_paths construted"Joshua Nelson-0/+2
2022-11-28Make `tcx.mk_const` more permissive wrt `kind` argumentMaybe Waffle-0/+1
2022-11-20Fix doctest errors related to rustc_middlereez12g-1/+0
2022-11-13Bump chalk to v0.87Michael Goulet-1/+1
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-1/+1
2022-10-03Move utils from rustc_middle to rustc_ty_utilsCameron Steffen-2/+0
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-15/+16
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-05-27Update to rebased rustc-rayon 0.4Josh Stone-2/+2
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-2/+5
2022-03-23upgrade chalkMichael Goulet-1/+1
2022-01-19⬆ chalk to 0.76.0pierwill-1/+1