about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-0/+1
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` 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/+1
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-1/+1
2025-07-11Avoid building C++ for rustc_llvm with --compile-time-depsbjorn3-0/+1
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-1/+1
2025-04-30Change rustc_driver dependency on stable_mir crateCelina G. Val-1/+1
2025-04-05Switch `time` to `jiff` for time formatting in ICE dumpsclubby789-1/+1
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-1/+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-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-0/+1
2025-01-21bumpt compiler and tools to windows 0.59klensy-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-5/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-5/+0
2024-11-03make time format parsing compiletimeklensy-1/+1
2024-09-27bump few depsklensy-1/+1
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+5
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-1/+0
2024-05-04compiler: upgrade time from 0.3.34 to 0.3.36Caleb Sander-1/+1
2024-05-03Fix `Cargo.toml` whitespace.Nicholas Nethercote-1/+1
2024-05-03Remove some unneeded `Cargo.toml` dependencies.Nicholas Nethercote-1/+0
2024-04-11Disable Ctrl-C handling on WASMbjorn3-1/+5
2024-03-17Print a backtrace in const eval if interruptedBen Kimock-0/+1
2024-02-27Hint user to update nightly on ICEs produced from outdated nightly许杰友 Jieyou Xu (Joe)-1/+1
2024-02-18windows bump to 0.52klensy-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+0
2024-01-08Add support for shell argfilesDavid Koloski-0/+1
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+1
2023-11-26Remove unnecessary dependencies.Nicholas Nethercote-1/+0
2023-11-17better formatting for statementsOğuz Ağcayazı-1/+1
2023-11-17emit basic smirOğuz Ağcayazı-0/+1
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1/+0
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+4
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-1/+1
2023-10-06Sort `rustc_driver_impl` dependencies.Nicholas Nethercote-26/+28
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+1
2023-05-09bump windows crate 0.46 -> 0.48 in workspaceklensy-1/+1
2023-05-02Migrate `mir_transform` to translatable diagnosticsclubby789-2/+6
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/+5
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+21
2023-02-16Remove save-analysis.Nicholas Nethercote-1/+0
2023-02-02Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker-2/+1
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+45