]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Merge branch 'pr-482'
[rust.git] / src / lib.rs
2015-12-07 Manish GoregaokarMerge branch 'pr-482'
2015-12-07 Guillaume GomezAdd check on redundant _ bindings in structs
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-04 llogiqMerge pull request #477 from Manishearth/escape
2015-12-04 Manish GoregaokarRudimentary escape analysis for Box<T>
2015-12-03 llogiqMerge pull request #460 from oli-obk/cyclomatic_complexity
2015-12-03 Oliver Schneiderhigh-speed-dogfood
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
2015-11-30 Manish GoregaokarMerge branch 'pr-474'
2015-11-27 Hobofanfix for latest nightly
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-26 Devon HollowoodAdd lints suggesting map_or() and map_or_else()
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-22 John QuigleyAdd block_in_if lint, #434
2015-11-19 Florian HartwigSimplify has_debug_impl
2015-11-19 Florian Hartwigwarn on use of ok().expect()
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-11 Manish GoregaokarMerge pull request #453 from apasel422/transmute
2015-11-11 Andrew PaseltinerAdd lint for useless transmutes
2015-11-09 llogiqMerge pull request #447 from apasel422/executable
2015-11-09 Andrew PaseltinerRemove executable permission from remaining source...
2015-11-04 llogiqMerge pull request #435 from sanxiyn/temporary-assignment
2015-11-04 Seo SanghyeonNew lint for assignment to temporary
2015-11-04 llogiqMerge pull request #427 from wartman4404/master
2015-11-04 wartman4404New lint for using `.cloned()`
2015-11-03 llogiqMerge pull request #432 from nweston/zip-with-range
2015-11-03 Nathan WestonNew lint for zip with array length instead of enumerate()
2015-10-29 llogiqMerge pull request #422 from sanxiyn/no-effect
2015-10-29 Seo SanghyeonNew lint for statement with no effect
2015-10-27 llogiqMerge pull request #396 from fhartwig/while-let-for
2015-10-26 Florian HartwigSuggest for loop instead of while-let when looping...
2015-10-22 Manish GoregaokarMerge pull request #405 from sanxiyn/needless-update
2015-10-22 Seo SanghyeonNew lint for struct update that has no effect
2015-10-20 Manish GoregaokarMerge pull request #401 from kvikas/match_bool
2015-10-20 Vikas KumarRan util/update_lints.py to auto gen doc and lib.rs
2015-10-20 Vikas KumarMatch on bool should be replaced with if..else block
2015-10-17 Manish GoregaokarMerge branch 'pr-394'
2015-10-17 Florian GilcherCleanup as discussed in PR
2015-10-15 Florian GilcherRegnerate README.md
2015-10-15 Florian GilcherNew lint for needless use of nightly features
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-14 llogiqMerge pull request #392 from fhartwig/warn-ptr-args
2015-10-14 Florian HartwigMake ptr_arg lint warn by default
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-14 Andre BogusMerge PR #374
2015-10-13 Manish GoregaokarMerge pull request #382 from Manishearth/empty_loop
2015-10-13 Andre Bogusnew lint to detect
2015-10-12 Manish GoregaokarMerge pull request #379 from swgillespie/zero_div_zero_nan
2015-10-12 swgillespieimplement 0.0/0.0 -> NaN lint as described in #370
2015-10-11 Manish GoregaokarMerge pull request #377 from Manishearth/rustup
2015-10-11 Manish GoregaokarRust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015...
2015-10-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonAdd "nonsensical OpenOptions" lint
2015-10-06 Florian HartwigSuggest using an atomic value instead of a Mutex where...
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-09-29 PyriphlegethonAdd unnecessary mut passed lint
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Manish GoregaokarRustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
2015-09-15 Manish GoregaokarMerge pull request #314 from nweston/loop-counter
2015-09-15 Nathan WestonNew lint: loop with explicit counter variable (fixes...
2015-09-15 Manish GoregaokarMerge pull request #331 from swgillespie/empty-range
2015-09-15 swgillespieimplement empty range lint as described in #330
2015-09-08 llogiqMerge pull request #321 from Manishearth/fix-319
2015-09-08 llogiqmade shadow_unrelated allow, added previous binding...
2015-09-07 llogiqMerge pull request #316 from Manishearth/mutmut
2015-09-07 Manish GoregaokarFix mut_mut false positive, make Allow (fixes #309)
2015-09-07 llogiqMerge pull request #312 from Manishearth/pub_convention
2015-09-07 llogiqsplit wrong_self_convention in pub/default visibility...
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqnew lint: min_max
2015-09-04 llogiqMerge pull request #299 from Manishearth/unicode_str
2015-09-04 llogiqUnicode lints, second attempt: Lint whole strings,...
2015-09-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
2015-09-01 llogiqMerge pull request #271 from birkenfeld/lint_groups
2015-09-01 Georg Brandllib: add clippy_pedantic group with all Allow by defaul...
2015-08-31 Manish GoregaokarMerge branch 'pr-260'
2015-08-30 llogiqMerge pull request #255 from TimNN/precedence-negative...
2015-08-30 Georg Brandlnew lint: unnecessary patterns (x@_ -> x)
2015-08-30 Tim Neumannadd precedence_negative_literal lint
2015-08-30 llogiqMerge pull request #258 from birkenfeld/collect-exhaust
2015-08-30 Georg Brandlnew lint: using collect() to just exhaust an iterator
2015-08-30 Georg Brandlnew lint: loop-match-break, which could be while-let...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Manish GoregaokarMerge pull request #238 from birkenfeld/to_string_fix
2015-08-25 Manish GoregaokarMerge pull request #224 from Manishearth/shadow
2015-08-25 llogiqMerge branch 'master' of https://github.com/Manishearth...
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 llogiqshadowing detection
2015-08-25 Georg Brandlnew lint: inherent methods that should be trait impls...
2015-08-24 llogiqshadowing detection
2015-08-24 llogiqMerge pull request #226 from birkenfeld/fixes
next