]> git.lizzy.rs Git - rust.git/log
rust.git
9 years agoUpdate README.md for `clippy_toplevel_ref_arg`.
Jonathan Castello [Thu, 25 Dec 2014 02:37:50 +0000 (18:37 -0800)]
Update README.md for `clippy_toplevel_ref_arg`.

9 years agoAdd an example of the toplevel_ref_arg lint.
Jonathan Castello [Thu, 25 Dec 2014 01:48:03 +0000 (17:48 -0800)]
Add an example of the toplevel_ref_arg lint.

9 years agoMerge pull request #25 from Twisol/lint-toplevel-ref-arg
Manish Goregaokar [Thu, 25 Dec 2014 00:12:37 +0000 (05:42 +0530)]
Merge pull request #25 from Twisol/lint-toplevel-ref-arg

Check for args like `fn foo(ref x: u8)`, where the `ref` is useless

9 years agoImplement a lint to check for args like `fn foo(ref x: u8)`, as the `ref` is effectiv...
Jonathan Castello [Wed, 24 Dec 2014 23:15:22 +0000 (15:15 -0800)]
Implement a lint to check for args like `fn foo(ref x: u8)`, as the `ref` is effectively ignored by rustc.

9 years agodylib
Manish Goregaokar [Wed, 24 Dec 2014 23:13:56 +0000 (04:43 +0530)]
dylib

9 years agorustup
Manish Goregaokar [Fri, 19 Dec 2014 09:11:00 +0000 (14:41 +0530)]
rustup

9 years agoAdd seanmonstar's StrToString lint
Manish Goregaokar [Mon, 15 Dec 2014 14:53:45 +0000 (20:23 +0530)]
Add seanmonstar's StrToString lint

9 years agorm if_let gate
Manish Goregaokar [Wed, 10 Dec 2014 21:34:58 +0000 (03:04 +0530)]
rm if_let gate

9 years agoUpdate README.md
Manish Goregaokar [Wed, 10 Dec 2014 06:51:55 +0000 (12:21 +0530)]
Update README.md

9 years agoMerge pull request #20 from wenderen/path-fields
Manish Goregaokar [Thu, 4 Dec 2014 23:51:51 +0000 (15:51 -0800)]
Merge pull request #20 from wenderen/path-fields

Path has only 2 fields now

9 years agoPath has only 2 fields now
Rohan Prinja [Thu, 4 Dec 2014 12:35:49 +0000 (18:05 +0530)]
Path has only 2 fields now

See also: https://github.com/phildawes/racer/pull/72

9 years agodlist readme
Manish Goregaokar [Thu, 20 Nov 2014 08:14:22 +0000 (13:44 +0530)]
dlist readme

9 years agomore clippylike (from issue title)
Manish Goregaokar [Thu, 20 Nov 2014 07:08:27 +0000 (12:38 +0530)]
more clippylike (from issue title)

9 years agoadd DList example
Manish Goregaokar [Thu, 20 Nov 2014 07:07:45 +0000 (12:37 +0530)]
add DList example

9 years agoAdd DList lint (fixes #2)
Manish Goregaokar [Thu, 20 Nov 2014 07:07:37 +0000 (12:37 +0530)]
Add DList lint (fixes #2)

9 years agoreadme
Manish Goregaokar [Wed, 19 Nov 2014 19:19:03 +0000 (00:49 +0530)]
readme

9 years agoExample for match_if_let
Manish Goregaokar [Wed, 19 Nov 2014 18:48:41 +0000 (00:18 +0530)]
Example for match_if_let

9 years ago+match_if_let
Manish Goregaokar [Wed, 19 Nov 2014 18:48:31 +0000 (00:18 +0530)]
+match_if_let

9 years agorn box_vec
Manish Goregaokar [Wed, 19 Nov 2014 18:47:42 +0000 (00:17 +0530)]
rn box_vec

9 years agomoar clippylike
Manish Goregaokar [Wed, 19 Nov 2014 09:04:18 +0000 (14:34 +0530)]
moar clippylike

9 years agodocs
Manish Goregaokar [Wed, 19 Nov 2014 09:02:47 +0000 (14:32 +0530)]
docs

9 years agoboxvec
Manish Goregaokar [Wed, 19 Nov 2014 08:57:34 +0000 (14:27 +0530)]
boxvec

9 years agoMerge branch 'master' of github.com:Manishearth/rust-clippy
Manish Goregaokar [Wed, 19 Nov 2014 07:58:25 +0000 (13:28 +0530)]
Merge branch 'master' of github.com:Manishearth/rust-clippy

9 years agoinit cargo
Manish Goregaokar [Wed, 19 Nov 2014 07:53:40 +0000 (13:23 +0530)]
init cargo

9 years agoCreate .gitignore
Manish Goregaokar [Wed, 19 Nov 2014 07:52:58 +0000 (13:22 +0530)]
Create .gitignore

9 years agoCreate README.md
Manish Goregaokar [Wed, 19 Nov 2014 07:50:46 +0000 (13:20 +0530)]
Create README.md