]> git.lizzy.rs Git - rust.git/history - tests
rustup and compile-fail -> ui test move
[rust.git] / tests /
2017-02-07 Oliver Schneiderrustup and compile-fail -> ui test move
2017-02-07 Martin CartonMerge pull request #1506 from bood/master
2017-02-05 Martin CartonMerge pull request #1514 from pengowen123/patch-empty_enum
2017-02-05 Owen SanchezMake tests pass
2017-02-05 Owen SanchezImplement empty_enum lint and add a test
2017-02-04 Martin CartonMerge pull request #1511 from Manishearth/bugfix
2017-02-04 Oliver Schneiderfix false negatives introduced in the rustup
2017-02-04 Bood QianAdd test cases for possible missing comma lint
2017-02-03 Bood QianLint for possible missing comma in an array #1177
2017-01-31 Martin CartonMerge pull request #1492 from Manishearth/largeEnumVariant
2017-01-31 Oliver Schneiderplace the error checks on the correct lines
2017-01-31 Oliver SchneiderMerge pull request #1490 from Manishearth/excl_range_pa...
2017-01-31 Oliver Schneiderfix println message in tests
2017-01-31 Oliver Schneiderimprove messages and add suggestions
2017-01-31 Oliver Schneideraddress nits
2017-01-30 Oliver Schneiderlarge_enum_variants lint suggests to box variants above...
2017-01-30 Oliver Schneidercorrectly check exclusive range patterns for overlap
2017-01-28 Martin CartonMerge pull request #1486 from killercup/for-loop-sugges...
2017-01-28 Pascal HertleifRemove useless part of test
2017-01-28 Pascal HertleifIncrease suggestion tests' context
2017-01-28 Pascal HertleifAdd suggestions to `EXPLICIT_[INTO_]ITER_LOOP`
2017-01-26 llogiqMerge pull request #1471 from Manishearth/serde
2017-01-26 Oliver Schneiderrun rustfmt
2017-01-26 Oliver Schneiderremove rustc-serialize dependency and factor `util...
2017-01-22 llogiqMerge pull request #1465 from Manishearth/1464
2017-01-22 mcartonUse `span_suggestion` in the `precedence` lint
2017-01-17 Oliver Schneiderbecome rustfmt resistant
2017-01-17 Oliver Schneiderfix build
2017-01-17 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2017-01-17 Andre Bogusrustfmt tests to fix build
2017-01-15 Oliver SchneiderMerge pull request #1444 from Manishearth/or_else_method
2017-01-15 llogiqMerge pull request #1445 from sinkuu/fix_closure_return
2017-01-15 sinkuuUse closure body span (fixes #1405)
2017-01-14 Andre Bogusextend or_fun_call lint to cover methods
2017-01-14 Martin CartonMerge pull request #1443 from Manishearth/deprecate_efs
2017-01-14 Andre Bogusdeprecate extend_from_slice lint
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-10 Oliver SchneiderMerge pull request #1433 from sinkuu/ref
2017-01-10 sinkuuDon't lint when matching `&&mut` by `&ref` (Fix #1432)
2017-01-10 llogiqMerge pull request #1430 from oli-obk/false_false_positive
2017-01-10 Oliver SchneiderFOR_KV_MAP can now lint on mutable maps due to values_mut()
2017-01-09 Martin CartonMerge pull request #1425 from Manishearth/fix-travis
2017-01-09 Oliver SchneiderMerge pull request #1424 from sinkuu/unused_io_amount
2017-01-08 llogiqMerge pull request #1423 from Manishearth/ci
2017-01-07 sinkuuMove `is_try` to util
2017-01-07 sinkuuImplement `unused_io_amount` lint
2017-01-06 Oliver SchneiderMerge pull request #1411 from theemathas/forget_ref
2017-01-06 Theemathas Chirana... Add forget_ref tests.
2017-01-06 Theemathas Chirana... The drop_ref test does not require implementing the...
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
next