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
Age
Commit message (
Expand
)
Author
Lines
2016-04-24
Improve new_without_default docs
Manish Goregaokar
-3
/
+21
2016-04-23
cc: early returns are special
Oliver 'ker' Schneider
-11
/
+26
2016-04-23
Merge pull request #867 from Manishearth/#830
llogiq
-7
/
+13
2016-04-23
allow items_after_statements by default
Andre Bogus
-2
/
+2
2016-04-21
Fixed destructor detection in mem_forget
Taylor Cramer
-6
/
+7
2016-04-20
Limited mem_forget error to only Drop types (fails)
Taylor Cramer
-7
/
+12
2016-04-20
Changed std::mem::forget errors to mem::forget
Taylor Cramer
-3
/
+3
2016-04-20
Ticks around std::mem::forget
Taylor Cramer
-1
/
+1
2016-04-20
Ran update_lints and updated CHANGELOG.md to reflect addition of mem_forget
Taylor Cramer
-1
/
+1
2016-04-20
Added lint for mem_forget
Taylor Cramer
-0
/
+42
2016-04-20
Check type for `SINGLE_CHAR_PATTERN`
mcarton
-7
/
+13
2016-04-19
Removed unnecessary restriction of unsafe_removed_from_name to top-level use ...
Taylor Cramer
-11
/
+2
2016-04-19
Ran update_lints script
Taylor Cramer
-2
/
+2
2016-04-19
Added lint for use imports which remove unsafe from name
Taylor Cramer
-0
/
+93
2016-04-17
add neg_multiply lint (#862)
llogiq
-1
/
+62
2016-04-17
Make if_not_else lint Allow by default (fixes #859)
Georg Brandl
-2
/
+2
2016-04-15
Fix the `REGEX_MACRO` lint
mcarton
-4
/
+4
2016-04-14
rustfmt all the things
mcarton
-275
/
+375
2016-04-14
s/paths::LL/paths::LINKED_LIST
mcarton
-3
/
+3
2016-04-14
Move paths to their own module
mcarton
-138
/
+136
2016-04-14
Add a `TEMPORARY_CSTRING_AS_PTR` lint
mcarton
-4
/
+54
2016-04-14
Ignore `#[test]` fns in `cyclomatic_complexity`
mcarton
-3
/
+6
2016-04-13
More tests in `DOC_MARKDOWN`
mcarton
-2
/
+5
2016-04-12
Merge pull request #851 from Manishearth/doc
Manish Goregaokar
-17
/
+86
2016-04-12
Fix FP with `DOC_MARKDOWN` and reference links
mcarton
-16
/
+85
2016-04-11
add a note of rust-lang/rust/#31439 to the wiki text
Andre Bogus
-2
/
+2
2016-04-11
Markdownify more doc
mcarton
-1
/
+1
2016-04-08
Rustup to 1.9.0-nightly (7979dd608 2016-04-07)
mcarton
-37
/
+28
2016-04-08
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
mcarton
-116
/
+119
2016-04-04
Fix false positive with `DOC_MARKDOWN` and `32MiB`
mcarton
-8
/
+26
2016-04-03
Rustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
mcarton
-11
/
+11
2016-04-02
Small fixes in #802
mcarton
-10
/
+8
2016-04-02
Rustup PR #802
mcarton
-9
/
+8
2016-04-02
Added eq and neq handling to invalid upcast comparisons
Taylor Cramer
-1
/
+12
2016-04-02
Reverted to manual implementation of PartialEq for FullInt
Taylor Cramer
-1
/
+7
2016-04-02
Erased numeric type to reduce branching
Taylor Cramer
-13
/
+2
2016-04-02
Invalid upcast comparison cleanup
Taylor Cramer
-91
/
+88
2016-04-02
Tests passing for invalid_upcast_comparisons
Taylor Cramer
-58
/
+57
2016-04-02
Updated lints with script
Taylor Cramer
-1
/
+1
2016-04-02
Initial attempt at linting invalid upcast comparisons
Taylor Cramer
-12
/
+213
2016-04-01
Merge pull request #826 from Manishearth/patho-bool
Manish Goregaokar
-0
/
+8
2016-04-01
Ignore pathological cases in boolean lint (#825)
Manish Goregaokar
-0
/
+8
2016-04-01
Fix false positive with `DOC_MARKDOWN` and links
mcarton
-2
/
+7
2016-04-01
Improve the `match_same_arms` doc
mcarton
-1
/
+3
2016-04-01
fix #820
Andre Bogus
-1
/
+2
2016-03-31
whitelist more non-expressive-name false positives
Oliver Schneider
-4
/
+4
2016-03-31
Rustup to 1.9.0-nightly (30a3849f2 2016-03-30)
mcarton
-28
/
+35
2016-03-30
Fix FP in `REDUNDANT_CLOSURE` with divergent functions
mcarton
-1
/
+2
2016-03-30
better whitelisting of "confusable" binding names
Oliver Schneider
-28
/
+48
2016-03-30
don't lint on binding names where only a numeric char changes to another numeric
Oliver Schneider
-32
/
+22
[prev]
[next]