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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
middle
/
lint.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Make old_vecs an error.
Michael Sullivan
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-26
/
+25
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-3
/
+3
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-11
/
+11
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4
/
+4
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-25
Split deprecated str and vec warnings into two flags, enable old_vecs by defa...
Michael Sullivan
-7
/
+18
2012-06-20
Don't reverse all the arguments to span_lint for lint checking passes.
Michael Sullivan
-7
/
+7
2012-06-13
Box AST idents
Brian Anderson
-2
/
+2
2012-06-04
Make "no implicit copies" diagnostics controllable through lint settings. Clo...
Michael Sullivan
-0
/
+7
2012-06-04
Make vecs/strs not implicitly copyable by default, but make it configurable. ...
Michael Sullivan
-2
/
+10
2012-06-04
Fix lint's handling of multiple warn attributes...
Michael Sullivan
-1
/
+1
2012-06-04
Warn when invoking polymorphic functions with non copyable types. Closes #2466.
Michael Sullivan
-0
/
+7
2012-06-04
Heavily rework lint infrastructure. Split it into two passes: one that builds...
Michael Sullivan
-104
/
+105
2012-06-04
Make how lint handles unknown warn directives configurable by lint (default t...
Michael Sullivan
-10
/
+20
2012-06-04
Provide mechanisms to inspect warning settings from outside lint.
Michael Sullivan
-10
/
+44
2012-05-31
Have lint build up a table of the warning settings on a per item basis for la...
Michael Sullivan
-2
/
+22
2012-05-31
Time lint in the driver like every other pass, instead of in lint.
Michael Sullivan
-20
/
+7
2012-05-31
Make lint properly deal with nested items. Closes #2473.
Michael Sullivan
-11
/
+20
2012-05-31
Rework lint to copy lint mode maps when changing them.
Michael Sullivan
-16
/
+30
2012-05-31
Switch lint over to using a smallintmap.
Michael Sullivan
-6
/
+19
2012-05-01
New lint pass for picking out uses of old-style vecs and str.
Graydon Hoare
-2
/
+53
2012-04-26
Add check for path-statements, close #400.
Graydon Hoare
-1
/
+28
2012-04-26
Lowercase warning message.
Graydon Hoare
-1
/
+1
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+0
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-2
/
+2
2012-04-19
Add a lint pass to check for while true { ... } loops
Tim Chevalier
-3
/
+37
2012-04-12
rustc: Fix handling of - and _ in lint pass
Brian Anderson
-1
/
+1
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-98
/
+193
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-5
/
+8
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-1
/
+1
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+2
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-3
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+164