about summary refs log tree commit diff
path: root/compiler/rustc_session/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-3/+5
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-3/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `bitflags` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-18cargo updategithub-actions-1/+3
2025-07-04bump termize depklensy-1/+1
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-1/+0
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-1/+1
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-0/+1
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
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+1
2025-01-21bumpt compiler and tools to windows 0.59klensy-1/+1
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+1
2024-09-27bump few depsklensy-1/+1
2024-02-18windows bump to 0.52klensy-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-8/+12
2023-10-17[RFC 3127 - Trim Paths]: Add unstable option and parsingUrgau-0/+1
2023-10-08move `LinkSelfContainedComponents` to `rustc_target`Rémy Rakic-1/+0
2023-07-26replace atty crate with std's isTerminalklensy-1/+0
2023-06-30add dedicated `-C link-self-contained` structureRémy Rakic-0/+1
2023-06-06Write to stdout if `-` is given as output fileJing Peng-0/+1
2023-05-09bump windows crate 0.46 -> 0.48 in workspaceklensy-1/+1
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-2/+6
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-0/+1
2022-11-28Detect long types in E0308 and write them to diskEsteban Küber-0/+1
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-0/+7
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+0
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-0/+1
2022-03-02Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn3-1/+0
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_session: Remove unused dependency bitflagsJosh Triplett-1/+0
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+20