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
/
non_local_def.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-18
Fix typos (taking into account review comments)
blyxyas
-1
/
+1
2024-05-10
Use fewer origins when creating type variables.
Nicholas Nethercote
-2
/
+1
2024-05-02
Rollup merge of #124568 - Urgau:non-local-defs-doctest, r=michaelwoerister,Gu...
Guillaume Gomez
-0
/
+9
2024-05-01
Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint
Urgau
-0
/
+9
2024-05-01
Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr
bors
-5
/
+11
2024-04-29
Consider inner modules to be local in the `non_local_definitions` lint
Urgau
-5
/
+11
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-04-21
Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr
bors
-1
/
+13
2024-04-15
nits
Michael Goulet
-8
/
+4
2024-04-09
Fix trait solver overflow with `non_local_definitions` lint
Urgau
-1
/
+13
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+1
2024-04-05
Put non_local_definitions lint back to warn-by-default
Urgau
-1
/
+1
2024-04-05
Eliminate false-positives in the non-local lint with the type-system
Urgau
-37
/
+168
2024-03-07
Use was_invoked_from_cargo method instead of hand-written one
Urgau
-1
/
+1
2024-03-07
Add early-return when checking if a path is local
Urgau
-2
/
+4
2024-03-07
Remove useless smallvec dependency in rustc_lint::non_local_def
Urgau
-12
/
+18
2024-03-06
Temporarily make allow-by-default the non_local_definitions lint
Urgau
-1
/
+2
2024-02-17
Add cargo update suggestion for non local defs
Urgau
-2
/
+23
2024-02-17
Add const-anon suggestion for non local impl
Urgau
-1
/
+15
2024-02-17
Implement RFC3373 non local definitions lint
Urgau
-0
/
+187