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