about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-1/+1
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-1/+1
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-1/+1
2025-03-16Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieubors-1/+1
2025-03-10Convert `ShardedHashMap` to use `hashbrown::HashTable`Josh Stone-0/+5
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-03-04use measureme-12.0.1LuuuXXX-2/+1
2025-03-04promote ohos targets to tier to with host toolsLuuuXXX-1/+2
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+1
2025-02-05Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obkbors-1/+1
2025-01-29Upgrade elsa to the newest version.David Venhoek-1/+1
2025-01-27Flip the `rustc-rayon`/`indexmap` dependency orderJosh Stone-2/+2
2025-01-21bumpt compiler and tools to windows 0.59klensy-1/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-7/+2
2024-10-20Update rustc-hash to version 2Noratrieb-1/+1
2024-09-27bump few depsklensy-1/+1
2024-08-28Update stacker to 0.1.17Rain-1/+1
2024-08-13Update `indexmap` and use `IndexMap::append`Josh Stone-1/+1
2024-07-15Use dep: for crate dependenciesMichael Goulet-1/+1
2024-07-11Use uplifted `rustc-stable-hash` crate in `rustc_data_structures`Urgau-0/+1
2024-06-28rustc_data_structures: Explicitly check for 64-bit atomics supportJohn Paul Adrian Glaubitz-1/+1
2024-06-24rustc_data_structures: Use portable AtomicU64 on 32-bit SPARCJohn Paul Adrian Glaubitz-1/+1
2024-06-13Remove some unnecessary crate dependencies.Nicholas Nethercote-1/+5
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-2/+1
2024-05-06Update ena to 0.14.3Michael Goulet-1/+1
2024-02-18windows bump to 0.52klensy-1/+1
2024-02-09Update jobserver-rs to 0.1.28Vadim Petrochenkov-1/+1
2024-01-24rustc_data_structures: use either instead of itertoolsJosh Stone-1/+1
2024-01-13Update measureme crate to version 11Michael Woerister-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-11-29jobserver: check file descriptorsbelovdv-1/+1
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-06use portable AtomicU64 for powerPC and MIPSSparrowLii-0/+3
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-11/+11
2023-10-19Initiate the inner usage of `cfg_match`Caio-1/+0
2023-08-03bump parking_lot 0.11 to 0.12klensy-1/+1
2023-07-03Upgrade to indexmap 2.0.0Josh Stone-1/+1
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-0/+1
2023-05-09bump windows crate 0.46 -> 0.48 in workspaceklensy-1/+1
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-0/+1
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-16Don't use `serde_json` to serialize a simple JSON objectNilstrieb-1/+0
2023-04-11Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle-0/+1
2023-04-05Use elsa =1.7.1 as 1.8.0 was an accidental copy of 1.7.0Oli Scherer-1/+1
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-4/+4
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-0/+1
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-2/+9
2023-03-17Fast path that skips over unchanged obligations in process_obligationsThe 8472-1/+1