]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #1357 from Manishearth/rustup
[rust.git] / tests /
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-11-22 Martin CartonMerge pull request #1349 from philipturnbull/extend...
2016-11-20 Phil TurnbullSuggest `&s` instead of `s.as_str()`
2016-11-20 Oliver SchneiderMerge pull request #1347 from sinkuu/conditional_returns
2016-11-20 sinkuuFix #1346
2016-11-20 sinkuuAllow explicit returns with cfg attributes
2016-11-19 Phil TurnbullAdd lint for `string.extend(string.chars())`
2016-11-19 Phil TurnbullAdd lint for `string.extend("str".chars())`
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-18 mcartonCleanup
2016-11-17 mcartonHandle closure with single expression blocks
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-11-10 Martin CartonMerge pull request #1337 from oli-obk/master
2016-11-10 Oliver 'ker' Schneiderfix ice in `len_zero` lint when type has no inherent...
2016-11-09 Oliver SchneiderMerge pull request #1328 from Machtan/master
2016-11-09 Oliver SchneiderMerge pull request #1312 from devonhollowood/get-unwrap
2016-11-02 Martin CartonMerge pull request #1317 from oli-obk/cc_attr_used_fixed
2016-11-02 Oliver Schneidermark cyclomatic complexity attribute as used
2016-11-02 Devon HollowoodRemove false positives from `get_unwrap` lint
2016-11-02 Devon HollowoodClean up `get_unwrap` code
2016-11-01 Devon HollowoodAdd tests for `get_unwrap` lint
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichimplement 'Re-implementing `PartialEq::ne`' lint
2016-10-30 Oliver SchneiderMerge pull request #1299 from Manishearth/clippy-toml
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Oliver SchneiderMerge pull request #1305 from d-dorazio/1289-lint-for...
2016-10-30 d-dorazioAdd lint for redundant pattern matching in iflet for...
2016-10-27 Martin CartonMerge pull request #1301 from devonhollowood/wrong...
2016-10-27 Devon HollowoodFix false positive for `wrong_self_convention`
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-23 ArnavionChanged signature of cargo::metadata according to revie...
2016-10-23 ArnavionDon't assume the first package in the result of `cargo...
2016-10-22 mcartonForbid default warnings in dogfood
2016-10-14 Manish GoregaokarMerge pull request #1278 from d-dorazio/1112
2016-10-14 d-dorazioSuggest `nth(X)` instead of `skip(X).next()`
2016-10-12 mcartonTest for #1275
2016-10-08 Martin CartonMerge pull request #1273 from d-dorazio/1272
2016-10-08 d-dorazioAvoid redundant multiple pattern suggested when one...
2016-10-06 llogiqMerge pull request #1268 from Manishearth/1265
2016-10-06 mcartonFix FP with `print_with_newline` and final arguments
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-04 Manish GoregaokarMerge pull request #1262 from Manishearth/rustup
2016-10-04 Manish Goregaokaraux -> auxiliary (breaks Windows)
2016-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-03 mcartonMove all `*.toml` test files to `tests/aux`
2016-10-02 Kit Freddurareadded files
2016-10-02 mcartonTest configuration file typing errors
2016-10-02 mcartonAdd more tests for bad configuration file
2016-10-02 mcartonAdd missing tests for `...` and array indexing
2016-10-02 mcartonAdd a test for a `shadow` corner case
2016-10-02 mcartonPartially hash `let` declaration in `SpanlessHash`
2016-10-01 mcartonImprove test coverage of `hir` comparison
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
next