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
/
compiler
/
rustc_errors
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-0
/
+1
2022-07-11
rename a method
Takayuki Maeda
-1
/
+1
2022-07-11
implement `is_accessible_span`
Takayuki Maeda
-1
/
+1
2022-07-05
errors: introduce `DecorateLint`
David Wood
-1
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-1
/
+1
2022-07-03
Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
bors
-22
/
+22
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-22
/
+22
2022-06-30
use "or pattern"
Tshepang Mbambo
-1
/
+1
2022-06-17
Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...
Dylan DPC
-1
/
+1
2022-06-16
Fix a typo
Maybe Waffle
-1
/
+1
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-32
/
+64
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-32
/
+64
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-0
/
+23
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+23
2022-06-10
Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...
Yuki Okushi
-12
/
+17
2022-06-04
Fix `delayed_good_path_bug` ice for expected diagnostics (RFC 2383)
xFrednet
-12
/
+17
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-1
/
+2
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-2
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-08
Fixed typo in docs and correct doc links
Fridtjof Stoldt
-2
/
+2
2022-05-08
Only assert for unstable expectation ids after conversion (RFC 2383)
xFrednet
-6
/
+17
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+2
2022-04-29
macros: subdiagnostic derive
David Wood
-2
/
+2
2022-04-27
Add --json unused-externs-silent with original behaviour
Jeremy Fitzhardinge
-2
/
+7
2022-04-27
Plumb through rustc_lint_defs::Level as enum rather than string.
Jeremy Fitzhardinge
-3
/
+3
2022-04-27
Make --json unused-extern deny/forbid level messages cause exit with error st...
Jeremy Fitzhardinge
-1
/
+7
2022-04-20
Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com...
bors
-2
/
+2
2022-04-19
Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco
Dylan DPC
-38
/
+1
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-2
/
+2
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-28
/
+10
2022-04-16
Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr
Dylan DPC
-1
/
+1
2022-04-15
Remove `--extern-location` and all associated code
Jeremy Fitzhardinge
-38
/
+1
2022-04-13
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-3
/
+3
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-0
/
+11
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-1
/
+2
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+6
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-46
/
+101
2022-04-05
span: move `MultiSpan`
David Wood
-4
/
+4
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-2
/
+4
2022-03-27
Make fatal DiagnosticBuilder yield never
Michael Goulet
-4
/
+5
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-3
/
+22
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-15
/
+15
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-34
/
+61
2022-03-14
Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...
Matthias Krüger
-12
/
+18
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-03-07
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
xFrednet
-0
/
+1
2022-03-07
Update unstable `ExpectationId`s in stored diagnostics
xFrednet
-12
/
+17
2022-03-03
Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...
bors
-3
/
+90
[next]