]> git.lizzy.rs Git - rust.git/log
rust.git
7 years agomake statement about *.stderr files clearer
Oliver Schneider [Wed, 8 Feb 2017 07:44:57 +0000 (08:44 +0100)]
make statement about *.stderr files clearer

7 years agorustup and compile-fail -> ui test move
Oliver Schneider [Tue, 7 Feb 2017 20:05:30 +0000 (21:05 +0100)]
rustup and compile-fail -> ui test move

7 years agoMerge pull request #1506 from bood/master
Martin Carton [Tue, 7 Feb 2017 17:56:38 +0000 (18:56 +0100)]
Merge pull request #1506 from bood/master

Lint for possible missing comma in an array #1177

7 years agoMerge pull request #1514 from pengowen123/patch-empty_enum
Martin Carton [Sun, 5 Feb 2017 19:19:00 +0000 (20:19 +0100)]
Merge pull request #1514 from pengowen123/patch-empty_enum

Add empty_enum lint for enums with no variants

7 years agoMake rustfmt happy
Owen Sanchez [Sun, 5 Feb 2017 16:51:31 +0000 (09:51 -0700)]
Make rustfmt happy

7 years agoMake tests pass
Owen Sanchez [Sun, 5 Feb 2017 05:59:39 +0000 (22:59 -0700)]
Make tests pass

7 years agoRevert changes from accidentally running rustfmt
Owen Sanchez [Sun, 5 Feb 2017 05:22:33 +0000 (22:22 -0700)]
Revert changes from accidentally running rustfmt

7 years agoSuggest to use a wrapper in the wiki for the empty_enum lint
Owen Sanchez [Sun, 5 Feb 2017 05:09:54 +0000 (22:09 -0700)]
Suggest to use a wrapper in the wiki for the empty_enum lint

7 years agoRun update_lints.py
Owen Sanchez [Sun, 5 Feb 2017 04:54:21 +0000 (21:54 -0700)]
Run update_lints.py

7 years agoImplement empty_enum lint and add a test
Owen Sanchez [Sun, 5 Feb 2017 04:52:44 +0000 (21:52 -0700)]
Implement empty_enum lint and add a test

7 years agoAdd empty_enum lint (just a copy of large_enum_variant for now)
Owen Sanchez [Sun, 5 Feb 2017 04:07:54 +0000 (21:07 -0700)]
Add empty_enum lint (just a copy of large_enum_variant for now)

7 years agoFix lint name in comment too
Bood Qian [Sun, 5 Feb 2017 03:06:19 +0000 (11:06 +0800)]
Fix lint name in comment too

7 years agoMerge pull request #1511 from Manishearth/bugfix
Martin Carton [Sat, 4 Feb 2017 21:37:35 +0000 (22:37 +0100)]
Merge pull request #1511 from Manishearth/bugfix

fix false negatives introduced in the rustup

7 years agofix false negatives introduced in the rustup
Oliver Schneider [Sat, 4 Feb 2017 15:59:06 +0000 (16:59 +0100)]
fix false negatives introduced in the rustup

7 years agoConsider expression with macro for possible missing comma lint
Bood Qian [Sat, 4 Feb 2017 13:13:36 +0000 (21:13 +0800)]
Consider expression with macro for possible missing comma lint

7 years agoversion bump
Oliver Schneider [Sat, 4 Feb 2017 12:42:13 +0000 (13:42 +0100)]
version bump

7 years agoMerge pull request #1505 from Mrmaxmeier/rustup-2017-01-31
Oliver Schneider [Sat, 4 Feb 2017 12:37:27 +0000 (13:37 +0100)]
Merge pull request #1505 from Mrmaxmeier/rustup-2017-01-31

Rustup to rustc 1.16.0-nightly (24055d0f2 2017-01-31)

7 years agodon't record elided lifetimes on trait objects
Oliver Schneider [Sat, 4 Feb 2017 12:18:51 +0000 (13:18 +0100)]
don't record elided lifetimes on trait objects

7 years agoFix abbreviations in document
Bood Qian [Sat, 4 Feb 2017 12:11:43 +0000 (20:11 +0800)]
Fix abbreviations in document

7 years agoShorten lint name for possible missing comma
Bood Qian [Sat, 4 Feb 2017 12:05:25 +0000 (20:05 +0800)]
Shorten lint name for possible missing comma

7 years agoAdd test cases for possible missing comma lint
Bood Qian [Sat, 4 Feb 2017 12:02:53 +0000 (20:02 +0800)]
Add test cases for possible missing comma lint

7 years agoRustup to nightly from 2017-01-31
Mrmaxmeier [Fri, 3 Feb 2017 10:52:13 +0000 (11:52 +0100)]
Rustup to nightly from 2017-01-31

7 years agorepeat_str feature has been stablilized
Mrmaxmeier [Fri, 3 Feb 2017 10:39:54 +0000 (11:39 +0100)]
repeat_str feature has been stablilized

7 years agoTyCtxt::map is now called TyCtxt::hir
Mrmaxmeier [Thu, 2 Feb 2017 16:53:28 +0000 (17:53 +0100)]
TyCtxt::map is now called TyCtxt::hir

7 years agoLint for possible missing comma in an array #1177
Bood Qian [Fri, 3 Feb 2017 11:10:30 +0000 (19:10 +0800)]
Lint for possible missing comma in an array #1177

7 years agoMerge pull request #1492 from Manishearth/largeEnumVariant
Martin Carton [Tue, 31 Jan 2017 18:12:43 +0000 (19:12 +0100)]
Merge pull request #1492 from Manishearth/largeEnumVariant

large_enum_variants lint suggests to box variants above a configurable limit

7 years agoplace the error checks on the correct lines
Oliver Schneider [Tue, 31 Jan 2017 15:00:28 +0000 (16:00 +0100)]
place the error checks on the correct lines

7 years agoMerge pull request #1490 from Manishearth/excl_range_pat_overlap
Oliver Schneider [Tue, 31 Jan 2017 11:40:21 +0000 (12:40 +0100)]
Merge pull request #1490 from Manishearth/excl_range_pat_overlap

correctly check exclusive range patterns for overlap

7 years agorustfmt
Oliver Schneider [Tue, 31 Jan 2017 10:26:18 +0000 (11:26 +0100)]
rustfmt

7 years agofix println message in tests
Oliver Schneider [Tue, 31 Jan 2017 10:19:49 +0000 (11:19 +0100)]
fix println message in tests

7 years agoimprove messages and add suggestions
Oliver Schneider [Tue, 31 Jan 2017 07:36:39 +0000 (08:36 +0100)]
improve messages and add suggestions

7 years agoaddress nits
Oliver Schneider [Tue, 31 Jan 2017 07:08:54 +0000 (08:08 +0100)]
address nits

7 years agoMerge pull request #1494 from mathstuf/option-unwrap-used-message
Martin Carton [Mon, 30 Jan 2017 19:38:43 +0000 (20:38 +0100)]
Merge pull request #1494 from mathstuf/option-unwrap-used-message

methods: fix the option_unwrap_used message

7 years agomethods: fix the option_unwrap_used message
Ben Boeckel [Mon, 30 Jan 2017 15:44:52 +0000 (10:44 -0500)]
methods: fix the option_unwrap_used message

It had a hard linewrap in it rather than flowing naturally. This
confused the Vim error matching.

7 years agolarge_enum_variants lint suggests to box variants above a configurable limit
Oliver Schneider [Mon, 30 Jan 2017 12:17:56 +0000 (13:17 +0100)]
large_enum_variants lint suggests to box variants above a configurable limit

7 years agocorrectly check exclusive range patterns for overlap
Oliver Schneider [Mon, 30 Jan 2017 11:30:16 +0000 (12:30 +0100)]
correctly check exclusive range patterns for overlap

7 years agoMerge pull request #1486 from killercup/for-loop-suggestions
Martin Carton [Sat, 28 Jan 2017 13:37:59 +0000 (14:37 +0100)]
Merge pull request #1486 from killercup/for-loop-suggestions

Add suggestions to `EXPLICIT_[INTO_]ITER_LOOP`

7 years agoRemove useless part of test
Pascal Hertleif [Sat, 28 Jan 2017 13:17:47 +0000 (14:17 +0100)]
Remove useless part of test

7 years agoMake Travis' rustfmt happy
Pascal Hertleif [Sat, 28 Jan 2017 13:17:37 +0000 (14:17 +0100)]
Make Travis' rustfmt happy

7 years agoIncrease suggestion tests' context
Pascal Hertleif [Sat, 28 Jan 2017 13:12:35 +0000 (14:12 +0100)]
Increase suggestion tests' context

7 years agoAdd suggestions to `EXPLICIT_[INTO_]ITER_LOOP`
Pascal Hertleif [Sat, 28 Jan 2017 13:02:49 +0000 (14:02 +0100)]
Add suggestions to `EXPLICIT_[INTO_]ITER_LOOP`

Also reduces the highlighted span to the expr containing the
`.[into_]iter()` call (so the suggestion is probably applicable by
rustfix.)

Fixes #1484

7 years agoversion bump
Oliver Schneider [Fri, 27 Jan 2017 09:14:15 +0000 (10:14 +0100)]
version bump

7 years agoMerge pull request #1477 from tomprince/support-exclusive-patterns
Oliver Schneider [Fri, 27 Jan 2017 08:14:36 +0000 (09:14 +0100)]
Merge pull request #1477 from tomprince/support-exclusive-patterns

Fix #1476: Add support for exclusive pattern matches.

7 years agoRemove unused import.
Tom Prince [Thu, 26 Jan 2017 22:39:01 +0000 (15:39 -0700)]
Remove unused import.

7 years agoFix #1476: Add support for exclusive pattern matches.
Tom Prince [Thu, 26 Jan 2017 22:32:34 +0000 (15:32 -0700)]
Fix #1476: Add support for exclusive pattern matches.

7 years agoMerge pull request #1471 from Manishearth/serde
llogiq [Thu, 26 Jan 2017 20:22:45 +0000 (21:22 +0100)]
Merge pull request #1471 from Manishearth/serde

remove rustc-serialize dependency and factor `util::cargo` out into a crate

7 years agoMerge pull request #1470 from oli-obk/allow_multiline_config
Martin Carton [Thu, 26 Jan 2017 19:40:49 +0000 (20:40 +0100)]
Merge pull request #1470 from oli-obk/allow_multiline_config

allow linebreaks in parsed wiki script

7 years agouse released version of serde instead of release candidates
Oliver Schneider [Thu, 26 Jan 2017 10:36:04 +0000 (11:36 +0100)]
use released version of serde instead of release candidates

7 years agorun rustfmt
Oliver Schneider [Tue, 24 Jan 2017 17:06:17 +0000 (18:06 +0100)]
run rustfmt

7 years agoremove rustc-serialize dependency and factor `util::cargo` out into a crate
Oliver Schneider [Tue, 24 Jan 2017 10:31:42 +0000 (11:31 +0100)]
remove rustc-serialize dependency and factor `util::cargo` out into a crate

7 years agoallow linebreaks in parsed wiki script
Oliver Schneider [Thu, 26 Jan 2017 10:28:51 +0000 (11:28 +0100)]
allow linebreaks in parsed wiki script

7 years agoMerge pull request #1465 from Manishearth/1464
llogiq [Sun, 22 Jan 2017 15:32:37 +0000 (16:32 +0100)]
Merge pull request #1465 from Manishearth/1464

Use `span_suggestion` in the `precedence` lint

7 years agoUse `span_suggestion` in the `precedence` lint
mcarton [Sun, 22 Jan 2017 13:51:13 +0000 (14:51 +0100)]
Use `span_suggestion` in the `precedence` lint

7 years agoMerge pull request #1462 from Manishearth/111
Martin Carton [Sat, 21 Jan 2017 19:58:15 +0000 (20:58 +0100)]
Merge pull request #1462 from Manishearth/111

Bump to 0.0.111

7 years agoBump to 0.0.111
mcarton [Sat, 21 Jan 2017 19:43:51 +0000 (20:43 +0100)]
Bump to 0.0.111

7 years agoMerge pull request #1460 from killercup/rustup/2017-01-20
Martin Carton [Sat, 21 Jan 2017 19:40:07 +0000 (20:40 +0100)]
Merge pull request #1460 from killercup/rustup/2017-01-20

Rustup to nightly from 2017-01-20

7 years agoRustfmtup to 0.7.1
Pascal Hertleif [Sat, 21 Jan 2017 17:04:59 +0000 (18:04 +0100)]
Rustfmtup to 0.7.1

7 years agoRustup to nightly from 2017-01-20
Pascal Hertleif [Sat, 21 Jan 2017 16:20:01 +0000 (17:20 +0100)]
Rustup to nightly from 2017-01-20

Adjust `multispan_sugg` to rust-lang/rust#38955

7 years agoAdd Clippy to the `development-tools::cargo-plugins` category
mcarton [Fri, 20 Jan 2017 18:35:40 +0000 (19:35 +0100)]
Add Clippy to the `development-tools::cargo-plugins` category

7 years agoMerge pull request #1457 from shepmaster/patch-1
Martin Carton [Fri, 20 Jan 2017 18:28:23 +0000 (19:28 +0100)]
Merge pull request #1457 from shepmaster/patch-1

Add categories to Cargo.toml

7 years agoBump to 0.0.110
mcarton [Fri, 20 Jan 2017 18:24:27 +0000 (19:24 +0100)]
Bump to 0.0.110

7 years agoAdd badges to Cargo.toml
mcarton [Fri, 20 Jan 2017 18:17:52 +0000 (19:17 +0100)]
Add badges to Cargo.toml

7 years agoFix rustfmt
mcarton [Fri, 20 Jan 2017 17:56:30 +0000 (18:56 +0100)]
Fix rustfmt

7 years agoAdd categories to Cargo.toml
Jake Goulding [Fri, 20 Jan 2017 17:43:50 +0000 (12:43 -0500)]
Add categories to Cargo.toml

7 years agopublish
Oliver Schneider [Thu, 19 Jan 2017 16:10:57 +0000 (17:10 +0100)]
publish

7 years agoMerge pull request #1451 from Mrmaxmeier/rustup-2017-01-17
llogiq [Thu, 19 Jan 2017 06:03:39 +0000 (07:03 +0100)]
Merge pull request #1451 from Mrmaxmeier/rustup-2017-01-17

Rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)

7 years agorustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)
Mrmaxmeier [Wed, 18 Jan 2017 20:35:38 +0000 (21:35 +0100)]
rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)

7 years agoapply rustfmt
Oliver Schneider [Tue, 17 Jan 2017 18:30:32 +0000 (19:30 +0100)]
apply rustfmt

7 years agobecome rustfmt resistant
Oliver Schneider [Tue, 17 Jan 2017 18:27:52 +0000 (19:27 +0100)]
become rustfmt resistant

7 years agofix build
Oliver Schneider [Tue, 17 Jan 2017 18:23:32 +0000 (19:23 +0100)]
fix build

7 years agoMerge branch 'master' of https://github.com/Manishearth/rust-clippy
Andre Bogus [Tue, 17 Jan 2017 15:12:26 +0000 (16:12 +0100)]
Merge branch 'master' of https://github.com/Manishearth/rust-clippy

7 years agorustfmt tests to fix build
Andre Bogus [Tue, 17 Jan 2017 15:12:09 +0000 (16:12 +0100)]
rustfmt tests to fix build

7 years agoMerge pull request #1447 from Ms2ger/toml
llogiq [Tue, 17 Jan 2017 11:52:15 +0000 (12:52 +0100)]
Merge pull request #1447 from Ms2ger/toml

Update toml version.

7 years agoUpdate toml version.
Ms2ger [Tue, 17 Jan 2017 11:13:17 +0000 (12:13 +0100)]
Update toml version.

7 years agoMerge pull request #1444 from Manishearth/or_else_method
Oliver Schneider [Sun, 15 Jan 2017 13:38:51 +0000 (14:38 +0100)]
Merge pull request #1444 from Manishearth/or_else_method

Extend or_fun_call to also cover methods

7 years agoMerge pull request #1445 from sinkuu/fix_closure_return
llogiq [Sun, 15 Jan 2017 05:20:54 +0000 (06:20 +0100)]
Merge pull request #1445 from sinkuu/fix_closure_return

Use closure body span for needless_return lint (fixes #1405)

7 years agoUse closure body span (fixes #1405)
sinkuu [Sun, 15 Jan 2017 04:16:02 +0000 (13:16 +0900)]
Use closure body span (fixes #1405)

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