]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-12-02 mcartonDon't set RUST_BACKTRACE for tests
2016-12-02 Oliver Schneiderenum detection by style convention
2016-12-02 Oliver Schneiderpermit more equalities
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 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-29 Manish GoregaokarMerge pull request #1369 from durka/no-service
2016-11-28 Alex Burkatravis: ping correct repo for clippy.bash.io
2016-11-28 Alex Burkadon't advertise clippy.bashy.io
2016-11-25 Oliver SchneiderMerge pull request #1367 from Manishearth/rustup
2016-11-25 Oliver Schneiderrustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
2016-11-24 Martin CartonMerge pull request #1360 from Manishearth/rustup
2016-11-24 Oliver SchneiderMerge pull request #1363 from hdhoang/patch-2
2016-11-24 Oliver SchneiderMerge pull request #1362 from hdhoang/patch-1
2016-11-24 Hoàng Đức Hiếuuseless_format: fix typo
2016-11-24 Hoàng Đức Hiếulet_if_seq: fix rewrite example
2016-11-23 mcartonBump to 0.0.102
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11...
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonBump to 0.0.101
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-11-22 Martin CartonMerge pull request #1349 from philipturnbull/extend...
2016-11-20 Phil TurnbullRemove mention of `.push_str(s)` being faster
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 Martin CartonMerge pull request #1351 from Manishearth/rustup-2016...
2016-11-19 mcartonBump to 0.0.100
2016-11-19 mcartonRustup to *rustc 1.15.0-nightly (ac635aa95 2016-11...
2016-11-19 Phil TurnbullAdd lint for `string.extend(string.chars())`
2016-11-19 Phil TurnbullAdd lint for `string.extend("str".chars())`
2016-11-19 Phil TurnbullFactor out lint_vec_extend
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-18 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-11-18 mcartonCleanup
2016-11-18 Oliver Schneiderfix the inspector
2016-11-17 mcartonHandle closure with single expression blocks
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-11-11 Manish GoregaokarMerge pull request #1339 from dereckson/patch-1
2016-11-11 Sébastien SantoroRecognize quux as a metasyntactic variable
2016-11-10 Martin CartonMerge pull request #1337 from oli-obk/master
2016-11-10 Oliver 'ker... fix ice in `len_zero` lint when type has no inherent...
2016-11-09 Oliver SchneiderMerge pull request #1328 from Machtan/master
2016-11-09 Jakob Lautrup... Remove unnecessary #[allow]
2016-11-09 Oliver SchneiderMerge pull request #1312 from devonhollowood/get-unwrap
2016-11-09 Oliver SchneiderMerge pull request #1332 from debris/fixed_1331
2016-11-08 debrisfixed #1331
2016-11-08 MachtanAdd '--version' flag and use version and help flags...
2016-11-08 MachtanAdd '--version' flag and allow version and help flags...
2016-11-08 Oliver SchneiderCreate PUBLISH.md
2016-11-08 Oliver 'ker... version bump
2016-11-08 Oliver SchneiderMerge pull request #1327 from oli-obk/master
2016-11-08 Oliver 'ker... --sysroot isn't necessary anymore for the outer cargo...
2016-11-03 Oliver 'ker... publish 0.97
2016-11-03 Oliver SchneiderMerge pull request #1321 from EpicatSupercell/master
2016-11-02 Epicat Supercellfixed callback changes from rustc 1.14.0-nightly (7c69b...
2016-11-02 Devon HollowoodFix suggestion in `get_unwrap` lint
2016-11-02 Martin CartonMerge pull request #1317 from oli-obk/cc_attr_used_fixed
2016-11-02 Oliver Schneidermark cyclomatic complexity attribute as used
2016-11-02 Devon HollowoodRemove false positives from `get_unwrap` lint
2016-11-02 Devon HollowoodClean up `get_unwrap` code
2016-11-01 Devon HollowoodAdd tests for `get_unwrap` lint
2016-11-01 Devon HollowoodSmall fixes for `get_unwrap` lint
2016-11-01 Devon HollowoodRun update_lints.py
2016-11-01 Devon HollowoodAdd `get_unwrap` lint
2016-10-31 Manish GoregaokarMerge pull request #1311 from gibfahn/if_let_some_result
2016-10-31 Gibson FahnestockAdd to docs for if_let_some_result
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichinspector: fix printing non-local trait refs
2016-10-30 Sebastian Ullrichimplement 'Re-implementing `PartialEq::ne`' lint
2016-10-30 Oliver SchneiderMerge pull request #1299 from Manishearth/clippy-toml
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Sebastian Ullrichfix `dogfood.sh`
2016-10-30 Sebastian Ullrichfactor out `is_automatically_derived` util fn
2016-10-30 Oliver SchneiderMerge pull request #1305 from d-dorazio/1289-lint-for...
2016-10-30 d-dorazioAdd lint for redundant pattern matching in iflet for...
2016-10-27 Martin CartonMerge pull request #1301 from devonhollowood/wrong...
2016-10-27 Devon HollowoodFix false positive for `wrong_self_convention`
2016-10-25 mcartonSearch for `clippy.toml` recursively
2016-10-25 mcartonFix small nits on the help message
2016-10-24 Martin CartonMerge pull request #1297 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderclean up docs for clippy_dump
2016-10-24 mcartonAllow `--help` to be any argument
2016-10-24 mcartonRevert "Revert "Automatically defines the `clippy`...
2016-10-24 Oliver Schneiderproperly name the docs
2016-10-24 mcartonBe more helping with `cargo clippy --help`
2016-10-24 Oliver SchneiderMerge pull request #1284 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderdogfood
2016-10-24 Oliver Schneiderfactor out decl dumping
2016-10-24 Oliver Schneideradd expression and pattern dump
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-24 Oliver SchneiderMerge pull request #1288 from Arnavion/fix-1247
2016-10-23 ArnavionUse .expect() for extracting the current_dir.
2016-10-23 ArnavionChanged signature of cargo::metadata according to revie...
2016-10-23 ArnavionDon't assume the first package in the result of `cargo...
2016-10-22 mcartonForbid default warnings in dogfood
2016-10-22 mcartonFix unused import warning
2016-10-22 Martin CartonMerge pull request #1287 from Manishearth/rustup
2016-10-22 mcartonBump to 0.0.96
next