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
Age
Commit message (
Expand
)
Author
Lines
2022-06-30
lint: port incomplete features diagnostics
David Wood
-0
/
+6
2022-06-30
lint: port keyword idents diagnostics
David Wood
-1
/
+7
2022-06-30
lint: port variant size difference diagnostics
David Wood
-0
/
+48
2022-06-30
lint: port overflowing literals diagnostics
David Wood
-0
/
+12
2022-06-30
lint: port non-fmt-panic diagnostics
David Wood
-0
/
+10
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-1
/
+1
2022-06-30
use "or pattern"
Tshepang Mbambo
-1
/
+1
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-2
/
+12
2022-06-20
remove MAX_SUGGESTION_HIGHLIGHT_LINES
Maybe Waffle
-5
/
+0
2022-06-17
Auto merge of #97892 - klensy:fix-spaces, r=oli-obk
bors
-4
/
+8
2022-06-17
Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...
Dylan DPC
-77
/
+170
2022-06-16
Add back MAX_SUGGESTION_HIGHLIGHT_LINES so clippy is happy & buildable
Maybe Waffle
-0
/
+5
2022-06-16
Try to clean up code...
Maybe Waffle
-93
/
+150
2022-06-16
Improve suggestions when its parts are far from each other
Maybe Waffle
-68
/
+99
2022-06-16
Fix a typo
Maybe Waffle
-1
/
+1
2022-06-16
drive by fix needless allocation of const string number
klensy
-2
/
+6
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-38
/
+72
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-38
/
+72
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-0
/
+31
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+31
2022-06-10
Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...
Yuki Okushi
-12
/
+17
2022-06-07
Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis
bors
-1
/
+0
2022-06-05
Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin
bors
-3
/
+3
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-06-03
Use serde_json for json error messages
bjorn3
-32
/
+30
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-3
/
+3
2022-06-01
Mention filename in suggestion when it differs from primary span
Esteban Küber
-4
/
+33
2022-05-30
Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s...
bors
-55
/
+81
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-55
/
+81
2022-05-29
Ensure source file present when calculating max line number
Yuki Okushi
-2
/
+9
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-2
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+7
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-4
/
+4
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
/
+21
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-12
/
+12
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
-5
/
+11
2022-04-27
Make --json unused-extern deny/forbid level messages cause exit with error st...
Jeremy Fitzhardinge
-1
/
+7
2022-04-26
Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov
Dylan DPC
-13
/
+0
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
-128
/
+3
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-2
/
+2
2022-04-18
Remove unused macro rules
est31
-13
/
+0
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-28
/
+10
[prev]
[next]