]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #1032 from Manishearth/mut_mut
[rust.git] / tests /
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonImprove `matches` tests
2016-06-29 mcartonMake `COLLAPSIBLE_IF` consider `if let`
2016-06-29 mcartonFix FP with `mut_mut` and `for` loops
2016-06-28 Oliver SchneiderMerge pull request #1053 from oli-obk/char_float_transmute
2016-06-28 Oliver Schneiderlint on unnecessary and plain wrong transmutes
2016-06-28 Oliver SchneiderMerge pull request #1050 from Manishearth/fx-1049
2016-06-28 Manish GoregaokarAdd parentheses when necessary in transmute suggestion...
2016-06-27 llogiqMerge pull request #1046 from oli-obk/unify_span_lint_usage
2016-06-27 llogiqMerge pull request #1045 from oli-obk/more_transmutes
2016-06-27 Oliver Schneiderlint transmuting references to pointers
2016-06-26 Oliver SchneiderMerge pull request #1041 from oli-obk/procedural
2016-06-26 Oliver 'ker' Schneiderrename mini-macro to clippy-mini-macro-test
2016-06-25 Manish GoregaokarMerge pull request #1042 from oli-obk/raw_pointers
2016-06-25 Oliver 'ker' Schneiderdon't lint on comparing `*const f32`s
2016-06-25 Oliver 'ker' Schneiderdon't depend on regex_macros anymore
2016-06-22 Martin CartonMerge pull request #1031 from oli-obk/travis2pointOH
2016-06-22 llogiqMerge pull request #995 from oli-obk/oh_the_horror
2016-06-22 Oliver Schneiderunify the lints
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 Oliver Schneiderfix tests
2016-06-21 Oliver Schneideradd tests
2016-06-21 Manish GoregaokarMerge pull request #1029 from oli-obk/manifest2
2016-06-21 Oliver Schneiderfix tests
2016-06-16 Martin CartonMerge pull request #1022 from devonhollowood/extend...
2016-06-16 Devon HollowoodAdd tests for extend-iter-nth
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
2016-06-16 Martin CartonMerge pull request #1021 from Manishearth/issue1017
2016-06-16 mcartonFix FP with `WHILE_LET_LOOP` and break expressions
2016-06-16 Oliver Schneiderlint enum variants names that start or end with their...
2016-06-16 Manish GoregaokarMerge pull request #1016 from devonhollowood/slice...
2016-06-16 Devon HollowoodMake iter_nth work for `Vec`s too
2016-06-16 Devon HollowoodAdd tests for slice_iter_nth
2016-06-15 mcartonDon't use identifier hygiene in HIR
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonRun rustfmt
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 mcartonFix suggestions for `REVERSE_RANGE_LOOP`
2016-06-09 mcartonFix yet another FP in `USELESS_LET_IF_SEQ`
2016-06-09 mcartonWhitelist Nan in `DOC_MARKDOWN`
2016-06-09 Manish GoregaokarMerge pull request #996 from Manishearth/feature
2016-06-09 Manish GoregaokarMerge pull request #997 from carols10cents/include...
2016-06-08 Carol (Nichols ... Include `consts` in the approx_consts lint for easier...
2016-06-07 llogiqMerge pull request #983 from Manishearth/fix-tests
2016-06-07 mcartonAdd missing suggestions and help message to tests
2016-06-07 mcartonUse `span_suggestion` for `WHILE_LET_ON_ITERATOR`
2016-06-07 mcartonFix wrong tests and improve some other
2016-06-05 Manish GoregaokarMerge pull request #986 from Manishearth/disable-wiki...
2016-06-05 mcartonAdd environment variable to deactivate wiki links
2016-06-05 Martin CartonMerge pull request #987 from Manishearth/fix-985
2016-06-05 mcartonFix false-positive in `USELESS_LET_IF_SEQ`
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonFix wrong suggestion with `MANUAL_SWAP` and slices
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-03 llogiqMerge pull request #979 from Manishearth/fx-975
2016-06-03 mcartonCorrectly check for variable use in `useless_let_if_seq`
2016-06-03 Martin CartonMerge pull request #978 from Manishearth/fx-977
2016-06-03 Manish GoregaokarMake new_without_default ignore const fns; fixes #977
2016-06-02 Martin CartonMerge pull request #972 from Manishearth/fix-953
2016-06-01 Andre Bogusonly lint `new_without_default` for public items
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Bogusadded missing PatKind::Path + tests
2016-05-31 Andre Bogusadded mcarton's test suggestion
2016-05-31 Andre Bogusadditional error in copies test annotated
2016-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-28 mcartonFix `doc_markdown` and multiline quotes and links
2016-05-28 mcartonImprove markdown parsing for the doc lint
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy
2016-05-27 Martin CartonMerge pull request #957 from oli-obk/needs_borrow
2016-05-27 Oliver Schneiderneedless_borrow reported on &&T when only &T implements...
2016-05-25 llogiqMerge pull request #955 from Manishearth/regexes
2016-05-25 mcartonSupport `RegexBuilder`
2016-05-25 mcartonLint binary regexes
2016-05-25 Manish GoregaokarMerge pull request #954 from oli-obk/ininneffective_uns...
2016-05-25 Oliver Schneiderfix no_effect lint
2016-05-24 llogiqMerge pull request #938 from Manishearth/fix-876
2016-05-24 Andre BogusSplit `new_without_default` and `new_without_default_de...
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonRustup to *1.10.0-nightly (476fe6eef 2016-05-21)*
2016-05-23 mcartonRustup to *1.10.0-nightly (764ef92ae 2016-05-19)*
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-05-18 Manish GoregaokarMerge branch 'pr-942'
2016-05-17 mcartonRustup to *1.10.0-nightly (cd6a40017 2016-05-16)*
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-05-13 llogiqMerge pull request #927 from oli-obk/german_windows_32bit
2016-05-13 Oliver Schneidermake sure compiletest works on windows
2016-05-13 Oliver Schneiderignore the portability test on 32 bit
2016-05-13 Oliver Schneiderdon't check for an exact error message
2016-05-13 Martin CartonMerge pull request #921 from afck/master
2016-05-13 Andreas Facklerfix typos
2016-05-12 Martin CartonMerge pull request #919 from oli-obk/fix/917
next