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
2015-03-10
Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon
bors
-7
/
+5
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-7
/
+5
2015-03-09
remove uses of as_slice where deref coercions can be used
Richo Healey
-1
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
Auto merge of #23031 - Manishearth:rollup, r=Manishearth
bors
-1
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-1
/
+2
2015-03-04
Separate supertrait collection from processing a `TraitDef`. This allows
Niko Matsakis
-2
/
+2
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-1
/
+2
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-03-02
Rollup merge of #22893 - Ms2ger:lints, r=huonw
Manish Goregaokar
-153
/
+173
2015-02-28
Rename LintPass::check_trait_method to check_trait_item
Ivan Petkov
-1
/
+1
2015-02-28
Use if-let for UnusedImportBraces.
Ms2ger
-18
/
+9
2015-02-28
Collapse nested matches in method_context.
Ms2ger
-21
/
+17
2015-02-28
Avoid unnecessary mutability for UnusedResults.
Ms2ger
-6
/
+7
2015-02-28
Add a comment to code that confused me.
Ms2ger
-0
/
+1
2015-02-28
Various formatting cleanup.
Ms2ger
-106
/
+139
2015-02-28
Qualify uses of MethodContext variants.
Ms2ger
-11
/
+9
2015-02-28
Update docs for rustc_lint crateification.
Huon Wilson
-9
/
+20
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+2224