about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `rustc-hash` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `rustc_apfloat` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-07-31Tidy up `Cargo.toml` files.Nicholas Nethercote-1/+4
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-11-03compiler: Remove unused rustc_target from Cargo.tomlsJubilee Young-2/+0
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+3
2024-10-20Update rustc-hash to version 2Noratrieb-1/+1
2024-03-30bump tracing-tree to 0.3klensy-1/+1
2024-03-19Add a crate-custom test harnessNadrieril-0/+4
2024-01-27Stop using derivative in rustc_pattern_analysisLaurențiu Nicola-1/+0
2024-01-17Don't rely on contiguous `VariantId`s outside of rustcNadrieril-0/+1
2024-01-12rustc_pattern_analysis no longer needs to be passed an arenaNadrieril-6/+0
2023-12-23Use `derivative` for better derive boundsNadrieril-0/+1
2023-12-15Make the crate compile on stableNadrieril-3/+12
2023-12-15Make the `rustc_data_structures` dependency optionalNadrieril-1/+2
2023-12-15Gate rustc-specific code under a featureNadrieril-8/+21
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+22