]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-01-19 Oliver Schneiderpublish
2017-01-19 llogiqMerge pull request #1451 from Mrmaxmeier/rustup-2017...
2017-01-18 Mrmaxmeierrustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)
2017-01-17 Oliver Schneiderapply rustfmt
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-17 llogiqMerge pull request #1447 from Ms2ger/toml
2017-01-17 Ms2gerUpdate toml version.
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-15 Andre Bogusformatting
2017-01-14 Andre Bogusdogfood fallout
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-11 Oliver Schneiderupdate changelog for 0.107
2017-01-11 Oliver SchneiderMerge pull request #1437 from upsuper/upgrade-regex
2017-01-11 Xidorn QuanUpgrade regex to 0.2
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 Manish Goregaokarrun rustfmt
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 Andre Bogusscript fixes
2017-01-09 Oliver SchneiderMerge pull request #1424 from sinkuu/unused_io_amount
2017-01-08 Andre BogusI fail at YAML
2017-01-08 Andre Bogusoops. there was another -
2017-01-08 Andre Bogusonly run after_success on Linux
2017-01-08 llogiqMerge pull request #1423 from Manishearth/ci
2017-01-08 Andre BogusTry .exe extension
2017-01-08 Andre BogusCreate .cargo/bin on Windows
2017-01-07 sinkuuMove `is_try` to util
2017-01-07 Andre Bogusanother set +e for travis on OSX
2017-01-07 sinkuuImplement `unused_io_amount` lint
2017-01-06 Andre Bogusno mkdir needed on Windows
2017-01-06 Andre Bogusanother appveyor trial
2017-01-06 Andre Bogusfix typo in appveyor and bug in travis/OSX
2017-01-06 Oliver SchneiderMerge pull request #1411 from theemathas/forget_ref
2017-01-06 Andre Bogushopefully fix travis on OSX, too
2017-01-06 Andre Bogusadd rust libs to PATH
2017-01-06 Andre Bogusfix appveyor (hopefully)
2017-01-06 Theemathas... Update lint documentation using util/update_lints.py
2017-01-06 Theemathas... Implement the forget_ref lint.
2017-01-06 Theemathas... Refactor drop_ref.rs to use the if_let_chain macro.
2017-01-06 Theemathas... Add forget_ref tests.
2017-01-06 Theemathas... The drop_ref test does not require implementing the...
2017-01-05 Andre Bogusfix appveyor config
2017-01-05 Andre BogusAdd appveyor badge
2017-01-05 Andre Bogusmore CI integration
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...
2017-01-05 Manish GoregaokarMerge pull request #1419 from Manishearth/rustup
2017-01-04 Manish GoregaokarRerun rustfmt
2017-01-04 Manish GoregaokarBump to 1.105
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
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... Update lint documentation using util/update_lints.py
2016-12-28 Theemathas... Fix compile-fail tests by allowing double_parens.
2016-12-28 Theemathas... Implement the double_parens lint.
2016-12-28 Theemathas... Add skeleton for double_parens lint.
2016-12-28 Theemathas... Add test for double_parens lint.
2016-12-25 Martin CartonMerge pull request #1400 from oli-obk/needed_needless_l...
2016-12-25 Oliver Schneiderfix rustfmt
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 Schneiderfix travis
2016-12-21 Oliver Schneiderevery line needs to be its own string
2016-12-21 Oliver Schneidershorten deprecated lints line length
2016-12-21 Oliver Schneiderautogenerated functions are ignored by rustfmt
2016-12-21 Oliver Schneiderrun rustfmt on clippy, not only on clippy_lints
2016-12-21 Oliver Schneidermanually fix the overlong lines
2016-12-21 Oliver Schneiderfunction definition style simplification
next