]> git.lizzy.rs Git - rust.git/history - README.md
Include error message in tests
[rust.git] / README.md
2015-12-23 mcartonUpdate README
2015-12-22 Manish GoregaokarMerge pull request #509 from mcarton/array-indexing
2015-12-21 mcartonImplement #364
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-13 Devon HollowoodRun update_lints.py
2015-12-08 Andre Bogusupdated lints
2015-12-07 llogiqMerge pull request #483 from Manishearth/bored
2015-12-07 Manish GoregaokarMerge branch 'pr-482'
2015-12-07 Guillaume GomezAdd check on redundant _ bindings in structs
2015-12-07 Manish GoregaokarAdd lint for unused lifetimes (fixes #459)
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 Schneidercompute cyclomatic complexity (adjusted to not punish...
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 HartwigRun update_lints
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 Manish GoregaokarMerge branch 'pr-445'
2015-11-09 Emanuel Cziraiupdate readme to specify both lint groups are needed...
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 wartman4404check for Deref conversions
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 HartwigFix error in README
2015-10-26 Florian HartwigSuggest for loop instead of while-let when looping...
2015-10-25 Manish Goregaokarfix
2015-10-25 Manish Goregaokarbump version, add optional dep info
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-17 Manish GoregaokarMerge branch 'pr-394'
2015-10-15 Florian GilcherRegnerate README.md
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 Bogusupdate lints
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-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonChange lint description
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-10-05 Georg BrandlRingBuf was renamed to VecDeque (fixes #363)
2015-09-29 PyriphlegethonChange description of unnecessary mut passed lint
2015-09-29 PyriphlegethonAdd unnecessary mut passed lint
2015-09-22 llogiqMerge pull request #344 from Manishearth/reflet
2015-09-22 Manish GoregaokarHandle let ref in toplevel_ref_arg as well
2015-09-21 llogiqupdate lints
2015-09-19 Manish GoregaokarUpdate README.md
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-10 llogiqMerge pull request #325 from durka/patch-1
2015-09-10 Alex Burkalink to wiki
2015-09-10 Alex Burkaadd warning about different rustc versions
2015-09-10 Manish Goregaokaradd cargo clippy link
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-06 llogiqMerge pull request #308 from Manishearth/unit_cmp
2015-09-06 Manish GoregaokarMerge pull request #304 from Manishearth/bit_mask
2015-09-06 Andre Bogusfixed bad_bit_mask false positive
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqupdate_lints
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-02 Georg BrandlMerge pull request #283 from birkenfeld/wording
2015-09-02 Georg Brandldon't say "did you mean to" - use the standard "conside...
2015-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
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
next