| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -2/+0 | |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee 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-20 | Update rustc-hash to version 2 | Noratrieb | -1/+1 | |
| This brings in the new algorithm. | ||||
| 2024-03-30 | bump tracing-tree to 0.3 | klensy | -1/+1 | |
| Only change is https://github.com/davidbarsky/tracing-tree/pull/76 dedupes tracing-log dupes nu-ansi-term | ||||
| 2024-03-19 | Add a crate-custom test harness | Nadrieril | -0/+4 | |
| 2024-01-27 | Stop using derivative in rustc_pattern_analysis | Laurențiu Nicola | -1/+0 | |
| 2024-01-17 | Don't rely on contiguous `VariantId`s outside of rustc | Nadrieril | -0/+1 | |
| 2024-01-12 | rustc_pattern_analysis no longer needs to be passed an arena | Nadrieril | -6/+0 | |
| 2023-12-23 | Use `derivative` for better derive bounds | Nadrieril | -0/+1 | |
| 2023-12-15 | Make the crate compile on stable | Nadrieril | -3/+12 | |
| 2023-12-15 | Make the `rustc_data_structures` dependency optional | Nadrieril | -1/+2 | |
| 2023-12-15 | Gate rustc-specific code under a feature | Nadrieril | -8/+21 | |
| 2023-12-11 | Extract exhaustiveness into its own crate | Nadrieril | -0/+22 | |
