about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/Cargo.toml
AgeCommit message (Collapse)AuthorLines
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
Depend on rustc_abi in compiler crates that use it indirectly but have not yet taken on that dependency, and are not entangled in my other PRs. This leaves an "excise rustc_target" step after the dust settles.
2024-10-20Update rustc-hash to version 2Noratrieb-1/+1
This brings in the new algorithm.
2024-03-30bump tracing-tree to 0.3klensy-1/+1
Only change is https://github.com/davidbarsky/tracing-tree/pull/76 dedupes tracing-log dupes nu-ansi-term
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