]> git.lizzy.rs Git - rust.git/history - tests
added changelog entry
[rust.git] / tests /
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Martin CartonMerge pull request #1251 from Manishearth/fix_diverging...
2016-10-01 Oliver Schneidercorrectly traverse match expressions for diverging_sub_expr
2016-10-01 Elliott ClarkAdd a lint to warn about un-necessary .into_iter()
2016-09-30 mcartonchmod -x tests/compile-fail/print_with_newline.rs
2016-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonRustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09...
2016-09-23 Martin CartonMerge pull request #1240 from Manishearth/compiletest
2016-09-23 mcartonRemove redundant labels in tests
2016-09-19 Manish GoregaokarMerge pull request #1235 from Manishearth/transmute_ptr...
2016-09-19 Martin CartonMerge pull request #1171 from oli-obk/examples
2016-09-19 mcartonFix wrong suggestion in `TRANSMUTE_PTR_TO_REF` with lts
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-16 Manish GoregaokarMerge pull request #1229 from Manishearth/loops
2016-09-16 mcartonFix FP with `WHILE_LET_ON_ITERATOR` and refutable pats
2016-09-13 Martin CartonMerge pull request #1224 from oli-obk/divergence
2016-09-13 Oliver Schneideralso test match statements, return, continue and break
2016-09-13 Oliver Schneideralso lint diverging methods
2016-09-13 Oliver Schneiderdon't lint expressions referencing `!` objects, just...
2016-09-13 Oliver SchneiderMerge pull request #1223 from oli-obk/use_your_token_to...
2016-09-13 Oliver Schneideradd tests for stutter lints
2016-09-13 Oliver Schneideralso lint private modules for module_inception, as...
2016-09-12 Oliver Schneiderlint diverging expressions that are sub-expressions...
2016-09-12 Oliver SchneiderLet the submodule `#[allow]` in `module_inception`
2016-09-12 mcartonAdd test for `#[allow(module_inception)]` on the inner...
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-09 mcartonRemove EOL space
2016-09-04 Martin CartonMerge pull request #1215 from Manishearth/rustup
2016-09-04 mcartonRevert "Remove all `union` stuffs"
2016-09-02 llogiqMerge pull request #1210 from Manishearth/len_without_i...
2016-09-02 mcartonRestrict `len_without_is_empty` to exported items
2016-09-01 kennytmAdded a lint_without_lint_pass lint.
2016-08-31 Martin CartonMerge pull request #1204 from Manishearth/rustup
2016-08-31 mcartonRemove all `union` stuffs
2016-08-31 mcartonSupport unions here and there
2016-08-31 mcartonRemove temporary fix now unneeded
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 llogiqMerge pull request #1199 from Manishearth/shadow-builtin
2016-08-28 mcartonAdd a `builtin_type_shadow` lint
2016-08-28 Martin CartonMerge pull request #1203 from Manishearth/octal
2016-08-28 mcartonFix FP in `ZERO_PREFIXED_LITERAL` and `0b`/`Oo`
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcartonAdd a `MISSING_DOCS_IN_PRIVATE_ITEMS` lint
2016-08-23 mcartonAdd `zero_prefixed_literal` lint
2016-08-22 llogiqNew cmp_null lint (fixes #1184) (#1186)
2016-08-19 Martin CartonMerge pull request #1174 from oli-obk/bugfix
2016-08-19 Oliver Schneideradd regression test
2016-08-17 Oliver Schneiderfallout
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Oliver SchneiderMerge pull request #1168 from oli-obk/useless_lint_attr...
2016-08-17 Oliver Schneiderdisallow lint attributes on `use` and `extern crate...
2016-08-17 Oliver SchneiderMerge pull request #1143 from birkenfeld/issue-455
2016-08-16 Georg BrandlLint print!("...\n") (closes #455)
2016-08-16 llogiqMerge pull request #1164 from oli-obk/module_inception
2016-08-16 Oliver Schneideraddress nits and improve docs
2016-08-16 Oliver Schneiderlint modules that have the same name as their parent...
2016-08-11 Oliver SchneiderMerge pull request #1158 from scurest/evalorder
2016-08-11 scurestAdd lint for reads and writes that depend on evaluation...
2016-08-09 llogiqMerge pull request #1151 from oli-obk/clone_ref
2016-08-08 llogiqMerge pull request #1152 from oli-obk/wrong_self_conv_f...
2016-08-08 Manish GoregaokarMerge pull request #1154 from oli-obk/no_dogfood_for_travis
2016-08-08 Manish GoregaokarMerge pull request #1153 from oli-obk/too_many_extern_f...
2016-08-08 Oliver Schneiderdon't run clippy on itself twice in travis
2016-08-08 Oliver Schneiderextern fns often need to adhere to a specific api ...
2016-08-08 Oliver Schneiderenable changing wrong_self_convention's lint level...
2016-08-08 Oliver Schneideradd suggestions to clone_on_copy
2016-08-07 Manish GoregaokarMerge pull request #1145 from birkenfeld/issue-703-2
2016-08-07 Manish GoregaokarMerge pull request #1147 from birkenfeld/issue-1138
2016-08-06 Georg BrandlAdd a configurable threshold for enum variants before...
2016-08-05 Georg BrandlLint literal suffixes not separated by underscores...
2016-08-05 Georg BrandlLint inconsistent casing in hex literals (closes #703)
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-07-20 llogiqMerge pull request #1113 from oli-obk/assign_op
2016-07-20 Oliver Schneiderlint `a += a + b` (possible mis-refactoring of `a ...
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
next