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_lint
/
src
/
expect.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-1
/
+3
2022-10-01
Refactor rustc lint API
Maybe Waffle
-5
/
+5
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-3
/
+1
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-1
/
+3
2022-06-30
lint: port expectation diagnostics
David Wood
-2
/
+3
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-8
/
+8
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-2
/
+10
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+1
2022-03-07
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
xFrednet
-4
/
+5
2022-03-02
Use Vec for expectations to have a constant order (RFC-2383)
xFrednet
-3
/
+1
2022-03-02
Added `panics` for unreachable states for expectations (RFC 2383)
xFrednet
-0
/
+2
2022-03-02
Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383)
xFrednet
-13
/
+16
2022-03-02
Add UI tests for the `expect` attribute (RFC-2383)
xFrednet
-4
/
+2
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-1
/
+1
2022-03-02
Check lint expectations and emit lint if unfulfilled (RFC-2383)
xFrednet
-0
/
+48