]> git.lizzy.rs Git - rust.git/log
rust.git
7 years agoformatting
Andre Bogus [Sun, 15 Jan 2017 00:03:46 +0000 (01:03 +0100)]
formatting

7 years agodogfood fallout
Andre Bogus [Sat, 14 Jan 2017 23:33:29 +0000 (00:33 +0100)]
dogfood fallout

7 years agoextend or_fun_call lint to cover methods
Andre Bogus [Sat, 14 Jan 2017 23:31:20 +0000 (00:31 +0100)]
extend or_fun_call lint to cover methods

7 years agoMerge pull request #1443 from Manishearth/deprecate_efs
Martin Carton [Sat, 14 Jan 2017 13:49:04 +0000 (14:49 +0100)]
Merge pull request #1443 from Manishearth/deprecate_efs

deprecate extend_from_slice lint

7 years agodeprecate extend_from_slice lint
Andre Bogus [Sat, 14 Jan 2017 13:39:41 +0000 (14:39 +0100)]
deprecate extend_from_slice lint

7 years agoMerge pull request #1441 from Manishearth/rustup
Martin Carton [Fri, 13 Jan 2017 17:08:06 +0000 (18:08 +0100)]
Merge pull request #1441 from Manishearth/rustup

rustup to 2017-01-12

7 years agorustup to 2017-01-12
Oliver Schneider [Fri, 13 Jan 2017 16:04:56 +0000 (17:04 +0100)]
rustup to 2017-01-12

7 years agoupdate changelog for 0.107
Oliver Schneider [Wed, 11 Jan 2017 14:22:51 +0000 (15:22 +0100)]
update changelog for 0.107

7 years agoMerge pull request #1437 from upsuper/upgrade-regex
Oliver Schneider [Wed, 11 Jan 2017 14:17:43 +0000 (15:17 +0100)]
Merge pull request #1437 from upsuper/upgrade-regex

Upgrade regex to 0.2

7 years agoUpgrade regex to 0.2
Xidorn Quan [Wed, 11 Jan 2017 11:44:46 +0000 (22:44 +1100)]
Upgrade regex to 0.2

7 years agoMerge pull request #1433 from sinkuu/ref
Oliver Schneider [Tue, 10 Jan 2017 16:29:19 +0000 (17:29 +0100)]
Merge pull request #1433 from sinkuu/ref

Don't lint needless_borrow when matching `&&mut` by `&ref`

7 years agoDon't lint when matching `&&mut` by `&ref` (Fix #1432)
sinkuu [Tue, 10 Jan 2017 14:56:54 +0000 (23:56 +0900)]
Don't lint when matching `&&mut` by `&ref` (Fix #1432)

7 years agoMerge pull request #1430 from oli-obk/false_false_positive
llogiq [Tue, 10 Jan 2017 09:21:05 +0000 (10:21 +0100)]
Merge pull request #1430 from oli-obk/false_false_positive

FOR_KV_MAP can now lint on mutable maps due to values_mut()

7 years agorun rustfmt
Manish Goregaokar [Tue, 10 Jan 2017 07:56:13 +0000 (23:56 -0800)]
run rustfmt

7 years agoFOR_KV_MAP can now lint on mutable maps due to values_mut()
Oliver Schneider [Tue, 10 Jan 2017 07:33:20 +0000 (08:33 +0100)]
FOR_KV_MAP can now lint on mutable maps due to values_mut()

7 years agoMerge pull request #1425 from Manishearth/fix-travis
Martin Carton [Mon, 9 Jan 2017 20:52:16 +0000 (21:52 +0100)]
Merge pull request #1425 from Manishearth/fix-travis

Fix Travis after_success

7 years agoscript fixes
Andre Bogus [Mon, 9 Jan 2017 15:45:33 +0000 (16:45 +0100)]
script fixes

7 years agoMerge pull request #1424 from sinkuu/unused_io_amount
Oliver Schneider [Mon, 9 Jan 2017 08:43:40 +0000 (09:43 +0100)]
Merge pull request #1424 from sinkuu/unused_io_amount

Implement `unused_io_amount` lint

7 years agoI fail at YAML
Andre Bogus [Sun, 8 Jan 2017 16:35:49 +0000 (17:35 +0100)]
I fail at YAML

7 years agooops. there was another -
Andre Bogus [Sun, 8 Jan 2017 16:33:19 +0000 (17:33 +0100)]
oops. there was another -

7 years agoonly run after_success on Linux
Andre Bogus [Sun, 8 Jan 2017 16:31:08 +0000 (17:31 +0100)]
only run after_success on Linux

7 years agoMerge pull request #1423 from Manishearth/ci
llogiq [Sun, 8 Jan 2017 16:04:18 +0000 (17:04 +0100)]
Merge pull request #1423 from Manishearth/ci

more CI integration

7 years agoTry .exe extension
Andre Bogus [Sun, 8 Jan 2017 12:21:26 +0000 (13:21 +0100)]
Try .exe extension

7 years agoCreate .cargo/bin on Windows
Andre Bogus [Sun, 8 Jan 2017 11:21:33 +0000 (12:21 +0100)]
Create .cargo/bin on Windows

7 years agoMove `is_try` to util
sinkuu [Sat, 7 Jan 2017 14:39:50 +0000 (23:39 +0900)]
Move `is_try` to util

Removed unnecessary condition

Also changed lint span of `try` from surrounded expression to entire `try`
invocation. It turned out that compiletest misses errors for macro invocations.

7 years agoanother set +e for travis on OSX
Andre Bogus [Sat, 7 Jan 2017 14:15:20 +0000 (15:15 +0100)]
another set +e for travis on OSX

7 years agoImplement `unused_io_amount` lint
sinkuu [Sat, 7 Jan 2017 11:35:45 +0000 (20:35 +0900)]
Implement `unused_io_amount` lint

7 years agono mkdir needed on Windows
Andre Bogus [Fri, 6 Jan 2017 21:25:46 +0000 (22:25 +0100)]
no mkdir needed on Windows

7 years agoanother appveyor trial
Andre Bogus [Fri, 6 Jan 2017 20:47:11 +0000 (21:47 +0100)]
another appveyor trial

7 years agofix typo in appveyor and bug in travis/OSX
Andre Bogus [Fri, 6 Jan 2017 16:52:56 +0000 (17:52 +0100)]
fix typo in appveyor and bug in travis/OSX

7 years agoMerge pull request #1411 from theemathas/forget_ref
Oliver Schneider [Fri, 6 Jan 2017 12:43:29 +0000 (13:43 +0100)]
Merge pull request #1411 from theemathas/forget_ref

Add forget_ref lint.

7 years agohopefully fix travis on OSX, too
Andre Bogus [Fri, 6 Jan 2017 11:48:41 +0000 (12:48 +0100)]
hopefully fix travis on OSX, too

7 years agoadd rust libs to PATH
Andre Bogus [Fri, 6 Jan 2017 11:46:36 +0000 (12:46 +0100)]
add rust libs to PATH

7 years agofix appveyor (hopefully)
Andre Bogus [Fri, 6 Jan 2017 06:50:56 +0000 (07:50 +0100)]
fix appveyor (hopefully)

7 years agoUpdate lint documentation using util/update_lints.py
Theemathas Chirananthavat [Fri, 30 Dec 2016 03:49:56 +0000 (19:49 -0800)]
Update lint documentation using util/update_lints.py

7 years agoImplement the forget_ref lint.
Theemathas Chirananthavat [Fri, 30 Dec 2016 03:43:22 +0000 (19:43 -0800)]
Implement the forget_ref lint.

7 years agoRefactor drop_ref.rs to use the if_let_chain macro.
Theemathas Chirananthavat [Fri, 30 Dec 2016 03:22:24 +0000 (19:22 -0800)]
Refactor drop_ref.rs to use the if_let_chain macro.

7 years agoAdd forget_ref tests.
Theemathas Chirananthavat [Fri, 30 Dec 2016 02:45:41 +0000 (18:45 -0800)]
Add forget_ref tests.

Also rename drop_ref.rs to drop_forget_ref.rs in tests/compile-fail.

7 years agoThe drop_ref test does not require implementing the Drop trait.
Theemathas Chirananthavat [Fri, 30 Dec 2016 02:28:49 +0000 (18:28 -0800)]
The drop_ref test does not require implementing the Drop trait.

7 years agofix appveyor config
Andre Bogus [Thu, 5 Jan 2017 22:22:11 +0000 (23:22 +0100)]
fix appveyor config

7 years agoAdd appveyor badge
Andre Bogus [Thu, 5 Jan 2017 22:16:00 +0000 (23:16 +0100)]
Add appveyor badge

7 years agomore CI integration
Andre Bogus [Thu, 5 Jan 2017 18:26:00 +0000 (19:26 +0100)]
more CI integration

7 years agoMerge pull request #1414 from samueltardieu/no-short-circuit-if
Oliver Schneider [Thu, 5 Jan 2017 09:41:14 +0000 (10:41 +0100)]
Merge pull request #1414 from samueltardieu/no-short-circuit-if

Add a new "short_circuit_statement" lint (fixes #1194)

7 years agoMerge pull request #1421 from Manishearth/fx-1420
Manish Goregaokar [Thu, 5 Jan 2017 02:22:34 +0000 (18:22 -0800)]
Merge pull request #1421 from Manishearth/fx-1420

Fix false positive in wrong_self_convention

7 years agoBump to 0.0.106; Fix false positive in wrong_self_convention (fix #1420)
Manish Goregaokar [Thu, 5 Jan 2017 02:01:53 +0000 (18:01 -0800)]
Bump to 0.0.106; Fix false positive in wrong_self_convention (fix #1420)

7 years agoMerge pull request #1419 from Manishearth/rustup
Manish Goregaokar [Thu, 5 Jan 2017 00:00:28 +0000 (16:00 -0800)]
Merge pull request #1419 from Manishearth/rustup

Rust upgrade to rustc 1.16.0-nightly (468227129 2017-01-03)

7 years agoRerun rustfmt
Manish Goregaokar [Wed, 4 Jan 2017 23:53:16 +0000 (15:53 -0800)]
Rerun rustfmt

7 years agoBump to 1.105
Manish Goregaokar [Wed, 4 Jan 2017 23:40:34 +0000 (15:40 -0800)]
Bump to 1.105

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes
Manish Goregaokar [Wed, 4 Jan 2017 23:48:34 +0000 (15:48 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix self type
Manish Goregaokar [Wed, 4 Jan 2017 23:32:57 +0000 (15:32 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix self type

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes
Manish Goregaokar [Wed, 4 Jan 2017 22:18:11 +0000 (14:18 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): More u128 fixes
Manish Goregaokar [Wed, 4 Jan 2017 22:14:22 +0000 (14:14 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): More u128 fixes

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments
Manish Goregaokar [Wed, 4 Jan 2017 21:46:41 +0000 (13:46 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self util
Manish Goregaokar [Wed, 4 Jan 2017 21:06:38 +0000 (13:06 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self util

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup
Josh Holmer [Wed, 4 Jan 2017 17:05:33 +0000 (12:05 -0500)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer [Wed, 4 Jan 2017 04:40:42 +0000 (23:40 -0500)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup

7 years agoRustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type errors for...
Manish Goregaokar [Tue, 3 Jan 2017 17:19:17 +0000 (09:19 -0800)]
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type errors for rustup

7 years agoAdd a new "short_circuit_statement" lint (fixes #1194)
Samuel Tardieu [Thu, 29 Dec 2016 23:00:55 +0000 (00:00 +0100)]
Add a new "short_circuit_statement" lint (fixes #1194)

7 years agoMerge pull request #1409 from Manishearth/fx-new-default
llogiq [Thu, 29 Dec 2016 19:34:33 +0000 (20:34 +0100)]
Merge pull request #1409 from Manishearth/fx-new-default

Fix suggestion span on new_without_default (fixes #1407)

7 years agoFix suggestion span on new_without_default (fixes #1407)
Manish Goregaokar [Thu, 29 Dec 2016 19:19:32 +0000 (11:19 -0800)]
Fix suggestion span on new_without_default (fixes #1407)

7 years agoMerge pull request #1406 from theemathas/double-parens
Manish Goregaokar [Wed, 28 Dec 2016 20:32:04 +0000 (12:32 -0800)]
Merge pull request #1406 from theemathas/double-parens

Add double_parens lint

7 years agoUpdate lint documentation using util/update_lints.py
Theemathas Chirananthavat [Wed, 28 Dec 2016 20:06:43 +0000 (12:06 -0800)]
Update lint documentation using util/update_lints.py

7 years agoFix compile-fail tests by allowing double_parens.
Theemathas Chirananthavat [Wed, 28 Dec 2016 20:04:46 +0000 (12:04 -0800)]
Fix compile-fail tests by allowing double_parens.

7 years agoImplement the double_parens lint.
Theemathas Chirananthavat [Wed, 28 Dec 2016 20:03:49 +0000 (12:03 -0800)]
Implement the double_parens lint.

7 years agoAdd skeleton for double_parens lint.
Theemathas Chirananthavat [Wed, 28 Dec 2016 18:54:23 +0000 (10:54 -0800)]
Add skeleton for double_parens lint.

7 years agoAdd test for double_parens lint.
Theemathas Chirananthavat [Wed, 28 Dec 2016 18:53:33 +0000 (10:53 -0800)]
Add test for double_parens lint.

7 years agoMerge pull request #1400 from oli-obk/needed_needless_lifetime
Martin Carton [Sun, 25 Dec 2016 17:24:39 +0000 (18:24 +0100)]
Merge pull request #1400 from oli-obk/needed_needless_lifetime

support impl trait for needless lifetimes

7 years agofix rustfmt
Oliver Schneider [Sun, 25 Dec 2016 16:49:39 +0000 (17:49 +0100)]
fix rustfmt

7 years agoMerge pull request #1394 from Manishearth/absurd_extreme_comparisons_false_positive
Martin Carton [Sun, 25 Dec 2016 16:47:42 +0000 (17:47 +0100)]
Merge pull request #1394 from Manishearth/absurd_extreme_comparisons_false_positive

fix absurd extreme comparisons false positive

7 years agoMerge pull request #1399 from Manishearth/the_ice_was_a_lie
Manish Goregaokar [Thu, 22 Dec 2016 15:38:31 +0000 (07:38 -0800)]
Merge pull request #1399 from Manishearth/the_ice_was_a_lie

fix an ice related to associated types

7 years agosupport impl trait for needless lifetimes
Oliver Schneider [Thu, 22 Dec 2016 14:51:59 +0000 (15:51 +0100)]
support impl trait for needless lifetimes

7 years agofix an ice related to associated types
Oliver Schneider [Thu, 22 Dec 2016 13:16:07 +0000 (14:16 +0100)]
fix an ice related to associated types

fixes #1341

7 years agofix absurd extreme comparisons false positive
Oliver Schneider [Wed, 21 Dec 2016 15:49:53 +0000 (16:49 +0100)]
fix absurd extreme comparisons false positive

fixes #1387

7 years agoMerge pull request #1374 from Nemo157/allow_deprecated
Oliver Schneider [Wed, 21 Dec 2016 14:50:32 +0000 (15:50 +0100)]
Merge pull request #1374 from Nemo157/allow_deprecated

Allow `allow(deprecated)` attribute on `use` items

7 years agoMerge branch 'master' into allow_deprecated
Oliver Schneider [Wed, 21 Dec 2016 14:47:12 +0000 (15:47 +0100)]
Merge branch 'master' into allow_deprecated

7 years agoMerge pull request #1393 from oli-obk/linkedlists
Oliver Schneider [Wed, 21 Dec 2016 14:46:00 +0000 (15:46 +0100)]
Merge pull request #1393 from oli-obk/linkedlists

Don’t warn for types used in trait implementation

7 years agoDon’t warn for types used in trait implementation
Oliver Schneider [Wed, 21 Dec 2016 14:42:20 +0000 (15:42 +0100)]
Don’t warn for types used in trait implementation

7 years agoMerge pull request #1206 from Manishearth/pub_enum_variant_names
Oliver Schneider [Wed, 21 Dec 2016 12:37:27 +0000 (13:37 +0100)]
Merge pull request #1206 from Manishearth/pub_enum_variant_names

split pub_enum_variant_names to new lint

7 years agosplit pub_enum_variant_names to new lint
Oliver Schneider [Wed, 21 Dec 2016 12:30:57 +0000 (13:30 +0100)]
split pub_enum_variant_names to new lint

7 years agoMerge pull request #1392 from oli-obk/rustfmt
Oliver Schneider [Wed, 21 Dec 2016 12:26:39 +0000 (13:26 +0100)]
Merge pull request #1392 from oli-obk/rustfmt

also run rustfmt on clippy-lints

7 years agofix travis
Oliver Schneider [Wed, 21 Dec 2016 12:21:35 +0000 (13:21 +0100)]
fix travis

7 years agoevery line needs to be its own string
Oliver Schneider [Wed, 21 Dec 2016 12:12:17 +0000 (13:12 +0100)]
every line needs to be its own string

7 years agoshorten deprecated lints line length
Oliver Schneider [Wed, 21 Dec 2016 11:50:39 +0000 (12:50 +0100)]
shorten deprecated lints line length

7 years agoautogenerated functions are ignored by rustfmt
Oliver Schneider [Wed, 21 Dec 2016 11:40:56 +0000 (12:40 +0100)]
autogenerated functions are ignored by rustfmt

7 years agorun rustfmt on clippy, not only on clippy_lints
Oliver Schneider [Wed, 21 Dec 2016 11:36:25 +0000 (12:36 +0100)]
run rustfmt on clippy, not only on clippy_lints

7 years agomanually fix the overlong lines
Oliver Schneider [Wed, 21 Dec 2016 11:30:41 +0000 (12:30 +0100)]
manually fix the overlong lines

7 years agofunction definition style simplification
Oliver Schneider [Wed, 21 Dec 2016 11:14:54 +0000 (12:14 +0100)]
function definition style simplification

7 years agoremove nondeterminism by adjusting thresholds
Oliver Schneider [Wed, 21 Dec 2016 09:25:14 +0000 (10:25 +0100)]
remove nondeterminism by adjusting thresholds

7 years agorustfmt fallout in doc comments
Oliver Schneider [Wed, 21 Dec 2016 09:00:13 +0000 (10:00 +0100)]
rustfmt fallout in doc comments

7 years agorustfmt round n
Oliver Schneider [Wed, 21 Dec 2016 08:45:24 +0000 (09:45 +0100)]
rustfmt round n

7 years agoalso run rustfmt on clippy-lints
Oliver Schneider [Tue, 20 Dec 2016 17:21:30 +0000 (18:21 +0100)]
also run rustfmt on clippy-lints

7 years agoMerge pull request #1259 from Manishearth/rustfmt
Manish Goregaokar [Tue, 20 Dec 2016 14:42:21 +0000 (06:42 -0800)]
Merge pull request #1259 from Manishearth/rustfmt

Run rustfmt

7 years agorustfmt is installed into the cargo bin dir
Oliver Schneider [Tue, 20 Dec 2016 11:21:52 +0000 (12:21 +0100)]
rustfmt is installed into the cargo bin dir

7 years agofix subsequent travis runs
Oliver Schneider [Tue, 20 Dec 2016 09:43:59 +0000 (10:43 +0100)]
fix subsequent travis runs

7 years agoenforce rustfmt on travis
Oliver Schneider [Tue, 20 Dec 2016 09:42:22 +0000 (10:42 +0100)]
enforce rustfmt on travis

7 years agoremove needless rustfmt setting
Oliver Schneider [Tue, 20 Dec 2016 09:22:59 +0000 (10:22 +0100)]
remove needless rustfmt setting

7 years agorun rustfmt
Oliver Schneider [Tue, 20 Dec 2016 09:20:41 +0000 (10:20 +0100)]
run rustfmt

7 years agoFix a couple warnings
mcarton [Mon, 19 Dec 2016 19:22:38 +0000 (20:22 +0100)]
Fix a couple warnings

7 years agoMerge pull request #1345 from EpocSquadron/epocsquadron-documentation
Manish Goregaokar [Mon, 19 Dec 2016 11:36:42 +0000 (03:36 -0800)]
Merge pull request #1345 from EpocSquadron/epocsquadron-documentation

Clarify recco to install as a soft dependency

7 years agoMerge pull request #1355 from philipturnbull/deref-addrof
Manish Goregaokar [Mon, 19 Dec 2016 11:35:45 +0000 (03:35 -0800)]
Merge pull request #1355 from philipturnbull/deref-addrof

Lint usage of `*&` and `*&mut`