]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-01-30 Oliver SchneiderMerge pull request #2412 from topecongiro/double-comparison
2018-01-30 Seiichi UchidaAdd double comparions lint
2018-01-30 Seiichi UchidaRustup to rustc 1.25.0-nightly (90eb44a58 2018-01-29)
2018-01-29 Oliver SchneiderMerge pull request #2409 from montrivo/while_let_on_ite...
2018-01-29 Tim Nielens#1121: already fixed, adding a test
2018-01-29 Manish GoregaokarBump to 0.0.183
2018-01-29 Manish GoregaokarBump compiletest version
2018-01-29 Manish GoregaokarMerge pull request #2408 from rust-lang-nursery/rustup
2018-01-29 Manish GoregaokarUpdate spans
2018-01-29 Manish Goregaokarmut_mut_macro is missing plugin(clippy)
2018-01-28 Seiichi UchidaRemove an unused binary file
2018-01-28 Seiichi UchidaRustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)
2018-01-27 Manish GoregaokarMerge pull request #2403 from mikerite/fix_compile_2
2018-01-27 Michael WrightFix compilation
2018-01-25 Manish GoregaokarMerge pull request #2400 from devonhollowood/misaligned...
2018-01-25 Devon HollowoodAdd misaligned_transmute lint
2018-01-25 Oliver SchneiderMerge pull request #2399 from rust-lang-nursery/rustup
2018-01-25 Oliver SchneiderVersion Bump
2018-01-25 Manish GoregaokarRustup to rustc 1.25.0-nightly (a0dcecff9 2018-01-24)
2018-01-25 Manish GoregaokarAdd known false positive for enum_glob_use
2018-01-24 Oliver SchneiderMerge pull request #2396 from rust-lang-nursery/author
2018-01-24 Oliver SchneiderEnable more patterns in the author lint
2018-01-23 Oliver SchneiderMerge pull request #2393 from flip1995/regex
2018-01-23 flip1995let invalid_regex point to the right place for raw...
2018-01-23 Oliver SchneiderMerge pull request #2362 from flip1995/master
2018-01-23 flip1995Apply requested changes
2018-01-23 flip1995Adapt to updated ui tests
2018-01-23 flip1995Add configurable threshold, default: 4096
2018-01-22 Oliver SchneiderMerge pull request #2392 from theotherphil/bugfix
2018-01-22 Phil EllisonUse existing match_var function
2018-01-22 Phil EllisonFix unnecessary_fold bug
2018-01-22 Manish GoregaokarRustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)
2018-01-22 Manish GoregaokarMerge pull request #2390 from topecongiro/rustup
2018-01-22 Seiichi UchidaRustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)
2018-01-20 Martin CartonMerge pull request #2385 from rust-lang-nursery/small...
2018-01-20 mcartonSmall documentation formatting fix
2018-01-19 Oliver SchneiderMerge pull request #2350 from theotherphil/fold_any
2018-01-19 Oliver SchneiderMerge pull request #2363 from rust-lang-nursery/appveyor
2018-01-19 Oliver SchneiderUpdate error count
2018-01-19 Oliver SchneiderDon't run cargo clippy on appveyor
2018-01-19 Oliver SchneiderDon't run 32 bit checks on windows
2018-01-19 Oliver SchneiderReadd the .exe extension on windows
2018-01-19 Oliver SchneiderDisable gnu builds on appveyor, rustc plugins are broke...
2018-01-19 Oliver SchneiderDon't run dogfood on windows or in the rustc test suite
2018-01-19 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2018-01-19 Oliver SchneiderMerge pull request #2364 from flip1995/precedence
2018-01-19 Oliver SchneiderMerge pull request #2382 from rust-lang-nursery/oli...
2018-01-19 Oliver SchneiderDisable osx builder on travis
2018-01-19 Oliver SchneiderMerge pull request #2367 from etaoins/inline-fn-without...
2018-01-19 Oliver SchneiderMerge pull request #2381 from HMPerson1/remove_is_unit_expr
2018-01-19 Oliver SchneiderMerge pull request #2299 from mikerite/option_option_pr
2018-01-19 Michael WrightAdded further tests
2018-01-19 Michael WrightMerge branch 'master' into option_option_pr
2018-01-18 HMPerson1Use `unit_expr`
2018-01-18 HMPerson1Add `is_unit_expr` to deprecated lints list
2018-01-18 Oliver SchneiderUpdate compiletest
2018-01-18 HMPerson1Replace `is_unit_expr`
2018-01-18 Oliver SchneiderDon't run dogfood tests in the rustc test suite
2018-01-18 Oliver SchneiderMerge pull request #2375 from rust-lang-nursery/needles...
2018-01-18 Oliver SchneiderOnly suggest implementing Copy if it can actually be...
2018-01-18 Ryan CummingSuggest removing inline attributes
2018-01-18 Ryan CummingLint for trait methods without bodies
2018-01-18 Manish Goregaokarneedless_pass_by_value: Whitelist RangeArgument (fixes...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Add suggestion for implementing...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Ignore for extern funcs (fixes...
2018-01-18 Oliver SchneiderMerge pull request #2370 from Vlad-Shcherbina/patch-1
2018-01-18 Michael WrightRename variable
2018-01-18 Michael WrightFixed tests
2018-01-18 Michael WrightMerge branch 'master' into option_option_pr
2018-01-17 Phil EllisonFix typos
2018-01-17 Phil EllisonAdd some reviewer comments
2018-01-17 Phil EllisonRename lint, improve documentation
2018-01-17 Phil EllisonFix bug. Don't expect lint when acc is on rhs
2018-01-17 Phil EllisonLint on folds implementing .all, .sum and .product
2018-01-17 Vlad-ShcherbinaDocument map_clone known problems #498
2018-01-17 Oliver SchneiderMerge pull request #2309 from rust-lang-nursery/rustc...
2018-01-17 Oliver SchneiderUpdate changed ui tests
2018-01-17 Manish GoregaokarUse rustc_driver::run (fixes #2303)
2018-01-17 Oliver SchneiderMerge pull request #2298 from goodmanjonathan/else_if_w...
2018-01-17 Michael WrightMade requested changes
2018-01-17 Michael WrightMerge branch 'master' into option_option_pr
2018-01-16 Phil EllisonFix error span to play nicely with rustfix
2018-01-16 Oliver SchneiderMerge pull request #2366 from rust-lang-nursery/const...
2018-01-16 Manish GoregaokarShow wider and more accurate suggestion for const_stati...
2018-01-16 flip1995Add macro check to precedence lint
2018-01-16 flip1995Lint for numeric literals that have a better representa...
2018-01-16 Oliver SchneiderMerge pull request #2355 from alusch/clone_on_ref_ptr_r...
2018-01-16 Oliver SchneiderUpdate changed test output from rustc
2018-01-15 Oliver SchneiderRustup
2018-01-15 Jonathan Goodmanadd new lint else_if_without_else
2018-01-15 Adam LuschAdds the missing turbofish
2018-01-15 Adam LuschUpdate UI test expected output
2018-01-15 Adam LuschMoves `clone_on_ref_ptr` to be a restriction lint
2018-01-14 Phil EllisonCheck that we're calling Iterator::fold
2018-01-14 Phil EllisonAddress some review comments
2018-01-14 Phil EllisonFix name
2018-01-14 Oliver SchneiderMerge pull request #2349 from rust-lang-nursery/no...
2018-01-14 Phil EllisonAdd description
2018-01-14 Phil EllisonMove get_arg_name into utils
2018-01-14 Phil EllisonTidy using if_chain and snippet function. Actually...
next