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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Fix comments
Michael Goulet
-9
/
+0
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-20
/
+10
2023-12-13
Add more suggestion to unexpected cfg names and values
Urgau
-3
/
+48
2023-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-1
/
+0
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-0
/
+1
2023-12-01
vis note for no pub reexports glob import
bohan
-0
/
+4
2023-11-22
rustc_session: implement latent TODO
Tamir Duberstein
-1
/
+3
2023-11-22
Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov
bors
-0
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-10
/
+10
2023-11-21
Improve diagnostic for unexpected feature config name from Cargo
Urgau
-0
/
+2
2023-11-17
Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber
Matthias Krüger
-1
/
+1
2023-11-17
Remove dead lint code.
Nicholas Nethercote
-27
/
+5
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-10
/
+8
2023-11-03
compiler: use `copied` instead of manual `map`
DaniPopes
-1
/
+1
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-34
/
+33
2023-10-17
Remove `Printer::Error`
Nilstrieb
-15
/
+13
2023-10-17
Remove "subprinter" types from `Printer`
Nilstrieb
-31
/
+31
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+4
2023-10-12
check-cfg: only print the list of expected names once
Urgau
-1
/
+5
2023-10-12
check-cfg: adjust expected names and values when useful
Urgau
-1
/
+12
2023-09-27
Fix ICE by introducing an expr_or_init variant for outside bodies
Urgau
-1
/
+38
2023-09-18
Add clippy like expr_or_init fn to rustc LateContext
Urgau
-0
/
+48
2023-08-30
refactor(rustc_lint): inline `check_lint_name_cmdline`
Weihang Lo
-67
/
+0
2023-08-24
refactor: use references to reduce unnecessary clones
Weihang Lo
-8
/
+7
2023-08-24
lint: translate `RenamedOrRemovedLint`
Weihang Lo
-16
/
+19
2023-08-20
Warn on elided lifetimes in associated constants
Michael Goulet
-0
/
+8
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-0
/
+3
2023-07-29
fix(resolve): update the ambiguity glob binding as warning recursively
bohan
-0
/
+3
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-18
/
+16
2023-07-18
Fix removal span calculation of unused_qualifications suggestion
许杰友 Jieyou Xu (Joe)
-4
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-13
Add machine-applicable suggestion for `unused_qualifications` lint
许杰友 Jieyou Xu (Joe)
-0
/
+8
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-10
Adjust span labels for `HIDDEN_GLOB_REEXPORTS`
许杰友 Jieyou Xu (Joe)
-2
/
+2
2023-05-27
Add warn-by-default lint for local binding shadowing exported glob re-export ...
许杰友 Jieyou Xu (Joe)
-0
/
+4
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-8
/
+8
2023-05-05
Improve check-cfg diagnostics (part 2)
Urgau
-9
/
+45
2023-05-05
Improve check-cfg diagnostics (part 1)
Urgau
-8
/
+8
2023-05-05
Improve internal representation of check-cfg
Urgau
-6
/
+8
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-10
/
+10
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-0
/
+4
2023-02-22
Move the unused extern crate check back to the resolver.
Camille GILLOT
-0
/
+17
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-1
/
+1
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-6
/
+4
2023-02-14
Fix #107998, avoid ICE when the generic_span is empty
yukang
-1
/
+9
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+3
2023-01-16
fix #104440
Takayuki Maeda
-21
/
+26
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
[next]