about summary refs log tree commit diff
path: root/src/parse
AgeCommit message (Expand)AuthorLines
2023-06-19Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19Caleb Cartwright-4/+25
2023-06-19Prevent ICE when calling parse_attribute without an attributeYacin Tmimi-0/+5
2023-04-01Honor --color option when emitting errorsGreg Jandl-3/+16
2023-04-01Prevent ICE when calling parse_attribute in parse_cfg_if_innerYacin Tmimi-1/+4
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-3/+2
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-1/+2
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+2
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-2/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-1/+1
2022-08-15errors: move translation logic into moduleDavid Wood-19/+33
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-4/+4
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-4/+4
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1/+1
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-3/+1
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-8/+8
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-5/+5
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+22
2022-04-05span: move `MultiSpan`David Wood-1/+2
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-2/+32
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+4
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-03-07placate rustfmt in rustfmt.Felix S. Klock II-7/+1
2022-03-04Placate tidy in submodule.Felix S. Klock II-1/+7
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-1/+1
2022-03-03refactor: prepare to associate multiple spans with a module.Felix S. Klock II-1/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-15/+4
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-11/+7
2022-01-24rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`.Eduard-Mihai Burtescu-1/+1
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-0/+1024