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_middle
/
src
/
lint.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-23
Streamline `struct_lint_level`.
Nicholas Nethercote
-23
/
+13
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `HandlerInner` as `DiagCtxtInner`.
Nicholas Nethercote
-1
/
+1
2023-12-15
Fix comments
Michael Goulet
-22
/
+3
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-9
/
+2
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-2
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-3
/
+2
2023-09-22
give FutureIncompatibilityReason variants more explicit names
Ralf Jung
-3
/
+6
2023-09-04
Add help to allow lint for the implied by suggestion
Urgau
-0
/
+3
2023-08-02
fix RedundantLocals clippy caused by async and await
yukang
-0
/
+9
2023-08-02
Fix #107113, avoid suggest for macro attributes
yukang
-1
/
+5
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-9
/
+5
2023-07-18
Add `#[track_caller]` to lint related diagnostic functions
Maybe Waffle
-0
/
+2
2023-07-12
Move `maybe_lint_level_root_bounded`.
Nicholas Nethercote
-20
/
+0
2023-06-27
Simplify some conditions
Maybe Waffle
-3
/
+4
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-25
Remove ExpnKind::Inlined.
Camille GILLOT
-2
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-6
/
+6
2023-01-10
create helper function for `rustc_lint_defs::Level` and remove it's duplicate...
ozkanonur
-10
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-11-06
fix: typo
Rejyr
-1
/
+1
2022-10-16
fix typo
Ralf Jung
-1
/
+1
2022-10-12
Apply suggestions from code review
Waffle Maybe
-9
/
+4
2022-10-12
Improve docs for `struct_lint_level` function.
Maybe Waffle
-0
/
+38
2022-10-04
Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk
Dylan DPC
-1
/
+3
2022-10-04
Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwco
Matthias Krüger
-1
/
+4
2022-10-02
Lint for unsatisfied nested opaques
Michael Goulet
-1
/
+3
2022-10-02
Remove a couple lifetimes that could be infered
Maybe Waffle
-7
/
+6
2022-10-02
Delay evaluating lint primary message until after it would be suppressed
Michael Goulet
-1
/
+4
2022-10-01
Use a SortedMap instead of a VecMap.
Camille GILLOT
-2
/
+2
2022-10-01
Compute by owner instead of HirId.
Camille GILLOT
-6
/
+19
2022-10-01
Do not fetch HIR node when iterating to find lint.
Camille GILLOT
-7
/
+3
2022-10-01
Move lint level computation to rustc_middle::lint.
Camille GILLOT
-36
/
+64
2022-10-01
Move code to rustc_lint.
Camille GILLOT
-149
/
+38
2022-10-01
Remove unused tool_name.
Camille GILLOT
-2
/
+0
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-19
/
+92
2022-10-01
Move lint level source explanation to the bottom
Maybe Waffle
-2
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-8
/
+24
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-98
/
+124
2022-09-22
Revert "Auto merge of #101862 - cjgillot:lint-regression, r=oli-obk"
Camille GILLOT
-1
/
+1
2022-09-15
Do not fetch HIR node when iterating to find lint.
Camille GILLOT
-1
/
+1
2022-09-14
Remove unused tool_name.
Camille GILLOT
-2
/
+0
2022-09-14
Move some code and add comments.
Camille GILLOT
-180
/
+83
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-19
/
+92
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-26
/
+1
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-2
/
+3
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-5
/
+11
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-1
/
+6
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
[next]