]> git.lizzy.rs Git - rust.git/history - tests
Fix deploy.sh III
[rust.git] / tests /
2016-07-19 Martin CartonMerge pull request #1109 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1108 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1107 from Manishearth/setup-gh...
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-18 Oliver Schneideradd an internal lint that catches misordered paths
2016-07-15 Martin CartonMerge pull request #1102 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarFix position of mut in toplevel-ref-arg (fixes #1100...
2016-07-15 Martin CartonMerge pull request #1101 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarSuggest mutability and fix type in toplevel-ref-arg
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 mcartonFix FP with `USELESS_VEC` and non-copy types
2016-07-14 mcartonFix suggestion spans for `NEEDLESS_RETURN`
2016-07-14 Oliver SchneiderMerge pull request #1096 from cramertj/1086-negative...
2016-07-13 Taylor CramerFix different NaNs in if const expressions test
2016-07-13 Taylor CramerCheck for comparison of -0.0 and 0.0 in PartialOrd...
2016-07-13 Taylor CramerAdd test for different NaNs
2016-07-13 Taylor CramerAdded sign check on Constant f64 PartialEq implementation
2016-07-12 Oliver Schneiderlint on implementing `visit_string` without also implem...
2016-07-12 Martin CartonMerge pull request #1083 from Manishearth/allow-large...
2016-07-12 Manish GoregaokarDon't warn when boxing large arrays
2016-07-10 Manish GoregaokarMerge pull request #1082 from Manishearth/small-fixes
2016-07-10 mcartonTry to explain `MATCH_SAME_ARMS` better
2016-07-10 mcartonFix suggestions for `NEW_WITHOUT_DEFAULT`
2016-07-10 mcartonFix FP with `for` loops and shadowed loop variable
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-08 llogiqMerge pull request #1074 from Manishearth/fix-doc
2016-07-08 mcartonHandle `/**` and `~~~` in `DOC_MARKDOWN`
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-04 mcartonUse `sugg::Sugg` in transmute links
2016-07-03 mcartonFix suggestions for `needless_bool`
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 mcartonUse `span_suggestion` in entry lints
2016-07-03 mcartonUse `utils::sugg` in `match` related lints
2016-07-03 Martin CartonMerge pull request #1068 from AtheMathmo/useless_vec...
2016-07-03 James LucasCheck for constant expression in useless_vec lint
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonImprove `NOT_UNSAFE_PTR_ARG_DEREF` with functions
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-01 mcartonUse `utils::sugg` in `FOR_KV_MAP`
2016-07-01 mcartonFix wrong suggestion with `...` and for loops
2016-07-01 mcartonImprove `NEEDLESS_RANGE_LOOP` error reporting
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412 II
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412
2016-07-01 mcartonUse `util::sugg` in `TRANSMUTE_PTR_TO_REF`
2016-07-01 mcartonUse `utils::sugg` in `TOPLEVEL_REF_ARG`
2016-07-01 mcartonUse `utils::sugg` in `MATCH_BOOL`
2016-07-01 mcartonUse `utils::sugg` in `COLLAPSIBLE_IF`
2016-07-01 mcartonUse `utils::sugg` in `FLOAT_CMP`
2016-07-01 mcartonUse `utils::sugg` in `ASSIGN_OPS`
2016-07-01 mcartonUse `span_suggestion` in `FLOAT_CMP`
2016-06-30 Manish GoregaokarMerge pull request #1061 from Manishearth/double_neg
2016-06-29 Andre Bogusnew lint: double_neg
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
next