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
/
src
/
librustc
/
lint
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-11
move {rustc -> rustc_session}::lint::builtin
Mazdak Farrokhzad
-509
/
+0
2020-01-11
prepare moving HardwiredLints to rustc_session
Mazdak Farrokhzad
-129
/
+2
2020-01-11
buffered lint infra -> rustc_session
Mazdak Farrokhzad
-18
/
+1
2020-01-11
prepare for moving BuiltinLintDiagnostics to rustc_session
Mazdak Farrokhzad
-74
/
+70
2020-01-11
Remove unused derives
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-0
/
+7
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-31
librustc_ast_lowering: fix misc fallout.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-20
/
+25
2019-12-08
Rollup merge of #66325 - BartMassey:master, r=joshtriplett
Mazdak Farrokhzad
-1
/
+1
2019-12-03
Move early lint declarations to librustc_session
Mark Rousskov
-27
/
+4
2019-11-15
Changed unused_labels lint default from allow to warn
Bart Massey
-1
/
+1
2019-11-06
patterns_in_fns_without_body -> deny
Mazdak Farrokhzad
-1
/
+1
2019-11-06
ill_formed_attribute_input -> deny
Mazdak Farrokhzad
-1
/
+1
2019-11-06
nested_impl_trait -> error
Mazdak Farrokhzad
-18
/
+0
2019-11-06
duplicate_macro_exports -> error
Mazdak Farrokhzad
-16
/
+0
2019-11-06
parenthesized_params_in_types_and_modules -> error
Mazdak Farrokhzad
-11
/
+0
2019-11-06
safe_extern_static -> error
Mazdak Farrokhzad
-11
/
+0
2019-11-06
legacy_directory_ownership -> error
Mazdak Farrokhzad
-12
/
+0
2019-11-06
legacy_ctor_visibility -> error
Mazdak Farrokhzad
-11
/
+0
2019-11-05
use American spelling for `pluralize!`
Andy Russell
-2
/
+2
2019-10-25
Emit warning for ignored #[inline] on trait method prototypes
varkor
-0
/
+6
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-31
/
+138
2019-10-17
Remove side table of future incompatibility info
Mark Rousskov
-27
/
+134
2019-10-17
Make declare_lint take any amount of boolean fields
Mark Rousskov
-4
/
+4
2019-10-16
Move overlapping patterns to its own lint
Esteban Küber
-0
/
+7
2019-10-11
Report lint in external macros
memoryruins
-1
/
+2
2019-10-07
Warn if include macro fails to include entire file
Mark Rousskov
-0
/
+6
2019-09-20
factor out pluralisation remains after #64280
gaolei
-2
/
+2
2019-09-07
Support "soft" feature-gating using a lint
Vadim Petrochenkov
-0
/
+7
2019-07-19
Implement checks for meta-variables in macros
Julien Cretin
-0
/
+7
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-3
/
+3
2019-07-12
Change `indirect_structural_match` lint to allow-by-default.
Felix S. Klock II
-1
/
+3
2019-07-10
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-...
bors
-0
/
+6
2019-07-08
future-compat lint for newly handled cases of `#[structural_match]`.
Felix S. Klock II
-0
/
+6
2019-07-07
Support deprecation checking for macros
Vadim Petrochenkov
-0
/
+5
2019-06-26
Remove outdated question_mark_macro_sep lint
Julien Cretin
-7
/
+0
2019-05-28
Set bare_trait_objects lint to warn
memoryruins
-1
/
+1
2019-05-17
Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...
bors
-7
/
+0
2019-05-03
Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis
Mazdak Farrokhzad
-30
/
+50
2019-05-03
Rollup merge of #59928 - petrochenkov:denyambass, r=varkor
Mazdak Farrokhzad
-1
/
+1
2019-05-01
Disallow non-explicit elided lifetimes in async fn
Taylor Cramer
-30
/
+50
2019-04-16
lint: convert incoherent_fundamental_impls into hard error
Hoàng Đức Hiếu
-7
/
+0
2019-04-12
Make deprecation lint `ambiguous_associated_items` deny-by-default
Vadim Petrochenkov
-1
/
+1
2019-04-10
forgot one
Mark Mansi
-1
/
+0
2019-04-10
make duplicate matcher bindings a hard error
Mark Mansi
-6
/
+0
2019-04-04
add mutable_borrow_reservation_conflict future-incompatibility lint.
Felix S. Klock II
-0
/
+7
[next]