]> git.lizzy.rs Git - rust.git/history - tests
add rust libs to PATH
[rust.git] / tests /
2017-01-05 Oliver SchneiderMerge pull request #1414 from samueltardieu/no-short...
2017-01-05 Manish GoregaokarMerge pull request #1421 from Manishearth/fx-1420
2017-01-05 Manish GoregaokarBump to 0.0.106; Fix false positive in wrong_self_conve...
2016-12-31 Samuel TardieuAdd a new "short_circuit_statement" lint (fixes #1194)
2016-12-29 llogiqMerge pull request #1409 from Manishearth/fx-new-default
2016-12-29 Manish GoregaokarFix suggestion span on new_without_default (fixes ...
2016-12-28 Manish GoregaokarMerge pull request #1406 from theemathas/double-parens
2016-12-28 Theemathas Chirana... Fix compile-fail tests by allowing double_parens.
2016-12-28 Theemathas Chirana... Add test for double_parens lint.
2016-12-25 Martin CartonMerge pull request #1400 from oli-obk/needed_needless_l...
2016-12-25 Martin CartonMerge pull request #1394 from Manishearth/absurd_extrem...
2016-12-22 Manish GoregaokarMerge pull request #1399 from Manishearth/the_ice_was_a_lie
2016-12-22 Oliver Schneidersupport impl trait for needless lifetimes
2016-12-22 Oliver Schneiderfix an ice related to associated types
2016-12-21 Oliver Schneiderfix absurd extreme comparisons false positive
2016-12-21 Oliver SchneiderMerge pull request #1374 from Nemo157/allow_deprecated
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1393 from oli-obk/linkedlists
2016-12-21 Oliver SchneiderDon’t warn for types used in trait implementation
2016-12-21 Oliver SchneiderMerge pull request #1206 from Manishearth/pub_enum_vari...
2016-12-21 Oliver Schneidersplit pub_enum_variant_names to new lint
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneidermanually fix the overlong lines
2016-12-20 Manish GoregaokarMerge pull request #1259 from Manishearth/rustfmt
2016-12-20 Oliver Schneiderrun rustfmt
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-19 Oliver SchneiderMerge pull request #1318 from oli-obk/op_assign_false_p...
2016-12-19 Oliver Schneiderdon't lint on x = x + y inside an AddAssign impl
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-04 Oliver Schneideruncomment code that was commented out for testing
2016-12-02 mcartonFix copy lints
2016-12-02 mcartonRevert "down to for-loops not comparing as equal"
2016-12-02 mcartonDon't set RUST_BACKTRACE for tests
2016-12-02 Oliver Schneiderdown to for-loops not comparing as equal
2016-12-02 Oliver Schneider`enum glob use` and `copies` left
2016-12-01 Wim LoomanAllow `allow(deprecated)` attribute on `use` items
2016-11-25 Phil TurnbullConvert DEREF_ADDROF to EarlyLintPass
2016-11-25 Phil TurnbullMake deref_addrof suggestions stricter
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-23 Phil TurnbullLint usage of `*&` and `*&mut`
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...
next