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
Age
Commit message (
Expand
)
Author
Lines
2018-10-27
wherein the status of empty and reason-only lint attributes is clarified
Zack M. Davis
-1
/
+8
2018-10-27
in which lint reasons are restricted to come last in the attribute
Zack M. Davis
-31
/
+42
2018-10-27
feature-gate lint reasons
Zack M. Davis
-1
/
+13
2018-10-27
introducing lint reason annotations (RFC 2383)
Zack M. Davis
-20
/
+58
2018-10-25
Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk
bors
-0
/
+7
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-2
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-6
/
+6
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-2
/
+2
2018-10-18
Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus
bors
-0
/
+7
2018-10-16
Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth
bors
-32
/
+85
2018-10-09
Remove nightly check for tool_lints warning
flip1995
-8
/
+2
2018-10-09
Remove feature-gate code
flip1995
-16
/
+1
2018-10-09
Store nightly build instead of checking env var every time
Guillaume Gomez
-1
/
+1
2018-10-09
Add lint for doc without codeblocks
Guillaume Gomez
-0
/
+7
2018-10-03
Rewrite the `UnconditionalRecursion` lint to use MIR
Wesley Wiser
-0
/
+7
2018-10-01
Add nightly check for tool_lints warning
flip1995
-2
/
+8
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-51
/
+51
2018-09-27
in which inferable outlives-requirements are linted
Zack M. Davis
-0
/
+6
2018-09-15
Add `LintGroup` and `LintAlias`
varkor
-31
/
+59
2018-09-15
Support deprecated lints in find_lints
varkor
-4
/
+12
2018-09-15
Make `bad_style` a silent alias for `nonstandard_style`
varkor
-17
/
+34
2018-09-14
Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank
kennytm
-0
/
+9
2018-09-13
Suggest valid crate type if invalid
Philipp Hansch
-0
/
+9
2018-09-12
Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearth
kennytm
-1
/
+1
2018-09-10
visit the paths in pre-expansion macros
Niko Matsakis
-0
/
+7
2018-09-10
Reexport CheckLintNameResult
flip1995
-1
/
+1
2018-09-01
deprcated -> deprecated
Manish Goregaokar
-1
/
+1
2018-09-01
Fix of bug introduced by #53762
flip1995
-1
/
+9
2018-08-31
Fix typo and small mistake
flip1995
-2
/
+2
2018-08-31
Add hint for cfg_attr and fix test
flip1995
-7
/
+9
2018-08-31
Implement backwards compatibility for tool_lints
flip1995
-24
/
+103
2018-08-31
Add deprecated_name argument to the register lint group functions
flip1995
-11
/
+28
2018-08-29
Generalize `async_idents` to all new keywords
Alex Crichton
-1
/
+1
2018-08-27
fix some anon params
Mark Mansi
-1
/
+1
2018-08-24
Turn the error for module-relative access to macro-expanded `macro_export` ma...
Vadim Petrochenkov
-0
/
+12
2018-08-19
mv codemap() source_map()
Donato Sciarra
-4
/
+4
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-3
/
+3
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-2
/
+2
2018-08-05
Convert unknown_features lint into an error
varkor
-7
/
+0
2018-08-05
Turn the duplicate feature lint into an error
varkor
-7
/
+0
2018-08-05
Add a lint for duplicate feature attributes
varkor
-0
/
+7
2018-08-05
Add lint for unknown feature attributes
varkor
-1
/
+8
2018-08-01
Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini
bors
-29
/
+92
2018-08-01
Rollup merge of #52851 - flip1995:tool_lints, r=oli-obk
Pietro Albini
-29
/
+92
2018-07-30
rustc: Disallow machine applicability in foreign macros
Alex Crichton
-14
/
+16
2018-07-30
Explain that the tool is responsible for unknown tool_lints
flip1995
-3
/
+4
2018-07-30
Check if the lint_name is from a tool and if the tool_lint exists
flip1995
-29
/
+71
2018-07-30
Introduce the declare_tool_lint macro
flip1995
-0
/
+20
[prev]
[next]