about summary refs log tree commit diff
path: root/compiler/rustc_errors/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+1
2025-07-04bump termize depklensy-1/+1
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-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-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-0/+1
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-12-16Fix logical error with what text is considered whitespace.Harrison Kaiser-0/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-5/+0
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-0/+1
2024-09-27bump few depsklensy-1/+1
2024-08-19Update annotate-snippets to 0.11Xiretza-1/+1
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+0
2024-02-18windows bump to 0.52klensy-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-0/+2
2024-01-07annotate-snippets: update to 0.10klensy-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-12/+14
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-0/+1
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-1/+1
2023-05-09bump windows crate 0.46 -> 0.48 in workspaceklensy-2/+1
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/+8
2022-12-27UPDATE - migrate fn simd_simple_float_intrinsic error messagesJhonny Bill Mena-0/+1
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-1/+0
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-0/+3
2022-10-16Use IsTerminal in rustc_errorsJosh Triplett-1/+0
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-27Implement IntoDiagnosticArg for rustc_ast::PathXiretza-0/+2
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-1/+1
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-2/+3
2022-08-02dedupe 'annotate-snippets' crate versionsklensy-1/+1
2022-07-08Implement IntoDiagnosticArg for hir::ConstContextMichael Goulet-0/+1
2022-06-03Use serde_json for json error messagesbjorn3-0/+2
2022-04-05span: move `MultiSpan`David Wood-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+23