]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-16 borsAuto merge of #5054 - flip1995:rustup, r=flip1995
2020-01-16 flip1995Update custom_ice_message.stderr
2020-01-15 borsAuto merge of #5034 - ThibsG:MatchWildErrArmImprove5024...
2020-01-15 borsAuto merge of #5048 - justjavac:patch-1, r=llogiq
2020-01-15 迷渡update license year to 2020
2020-01-14 borsAuto merge of #5023 - rust-lang:doc-main, r=phansch
2020-01-14 Andre BogusOmit doc safety/errors header checking for main
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-13 borsAuto merge of #5033 - JohnTitor:split-use-self, r=flip1995
2020-01-13 ThibsGExtract visitor to utils
2020-01-13 ThibsGChange note message
2020-01-13 ThibsGFix formatting
2020-01-13 ThibsGBetter binding name on Err for note
2020-01-13 ThibsGMatch underscore-prefixed variable also
2020-01-13 borsAuto merge of #5042 - JohnTitor:rustup-0112, r=phansch
2020-01-13 Yuki OkushiRustup to rust-lang/rust#68045
2020-01-12 xiongmao86Pull master, rebase, and update_lints again.
2020-01-12 xiongmao86Update lints again.
2020-01-12 xiongmao86Fix grammar error.
2020-01-12 RuiUpdate clippy_lints/src/methods/mod.rs
2020-01-12 xiongmao86Change lint message.
2020-01-12 xiongmao86./util/dev update_lints.
2020-01-12 RuiFix documents and messages.
2020-01-12 xiongmao86Extend spans to include !.
2020-01-12 xiongmao86Fix lint warning in compile-test.rs
2020-01-12 xiongmao86format codebase.
2020-01-12 xiongmao86Add lint logic.
2020-01-12 xiongmao86Declare lint.
2020-01-12 xiongmao86Add test.
2020-01-11 Yuki OkushiSplit up `use_self` ui test
2020-01-11 borsAuto merge of #5040 - JohnTitor:rustup-0111, r=flip1995
2020-01-11 Yuki OkushiRemove references
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67000
2020-01-11 Yuki OkushiComment out half-open patterns' tests
2020-01-11 Yuki OkushiApply review comments
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67806
2020-01-11 Yuki OkushiApply review comments
2020-01-11 Yuki OkushiRustup to rust-lang/rust#68101
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67258
2020-01-09 borsAuto merge of #5031 - JohnTitor:editorconfig, r=phansch
2020-01-09 borsAuto merge of #5030 - JohnTitor:split-missing-doc,...
2020-01-09 Yuki OkushiSplit up `missing-doc` ui test
2020-01-09 Yuki OkushiPrefer 2 spaces as indent size over 4 on yaml
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-09 borsAuto merge of #5025 - JohnTitor:rustup-0109, r=flip1995
2020-01-09 Yuki OkushiRustup to rust-lang/rust#68024
2020-01-09 Yuki OkushiRustup to rust-lang/rust#67979
2020-01-09 Yuki OkushiRustup to rust-lang/rust#67781
2020-01-08 borsAuto merge of #5022 - flip1995:useless_attr, r=phansch
2020-01-08 flip1995Add regression test for useless_attribute lint
2020-01-08 flip1995Fix useless attribute suggestion
2020-01-08 borsAuto merge of #5017 - sinkuu:mir_no_opt_fallout, r...
2020-01-08 borsAuto merge of #5015 - krishna-veerareddy:change-float...
2020-01-08 borsAuto merge of #5019 - JohnTitor:follow-up-normalize...
2020-01-08 Yuki OkushiNormalize lint messages in cast_precision_loss
2020-01-08 borsAuto merge of #5018 - JohnTitor:rustup-0108, r=phansch
2020-01-08 Yuki OkushiRustup to rust-lang/rust#67970
2020-01-08 Shotaro YamadaFix `redundant_clone`
2020-01-07 Krishna Sai... Move `transmute_float_to_int` lint to `complexity`
2020-01-07 ThibsGSpan help without suggestion
2020-01-07 ThibsGChange lint name to WILDCARD_IN_OR_PATTERNS
2020-01-07 ThibsGHandle case for non-exhaustive enums
2020-01-07 ThibsGMove to complexity and adapt test
2020-01-07 ThibsGChange group and use only func call
2020-01-07 ThibsGRemove useless parameters in func call
2020-01-07 ThibsGNew lint: pats_with_wild_match_arm
2020-01-07 borsAuto merge of #5000 - JohnTitor:backticks, r=flip1995
2020-01-07 Yuki OkushiBless 32bit test
2020-01-07 Yuki OkushiApply suggestion from code review
2020-01-07 Yuki OkushiUpdate lintlist
2020-01-07 Yuki OkushiUpdate stderrs
2020-01-07 Yuki OkushiNormalize lint messages
2020-01-07 borsAuto merge of #5011 - JohnTitor:split-collapsible-if...
2020-01-07 borsAuto merge of #5010 - lzutao:recurse-remove_blocks...
2020-01-07 borsAuto merge of #5002 - lzutao:fmt-fallout, r=flip1995
2020-01-07 borsAuto merge of #4999 - krishna-veerareddy:issue-4679...
2020-01-07 Yuki OkushiSplit up `collapsible_if` ui test
2020-01-07 borsAuto merge of #5009 - lzutao:travis-windows-msvc, r...
2020-01-07 Lzu TaoMake utils::remove_blocks non-recursive
2020-01-07 Lzu TaoTravis: Use windows-msvc target for Windows build
2020-01-07 Krishna Sai... Prevent doc-tests from running and fix lint description
2020-01-07 Krishna Sai... Split test cases into separate files
2020-01-07 Krishna Sai... Add lint to detect usage of invalid atomic ordering
2020-01-06 borsAuto merge of #5008 - JohnTitor:let-on-macros, r=flip1995
2020-01-06 Yuki OkushiDo not trigger `let_and_return` lint on macros
2020-01-06 Lzu Taobuild: Use rustfmt from lastest nightly that contains it
2020-01-06 borsAuto merge of #5003 - JohnTitor:rustup, r=flip1995
2020-01-06 Yuki OkushiFix test again
2020-01-06 Yuki OkushiPick up lost property
2020-01-06 Yuki OkushiRustup to rust-lang/rust#67886
2020-01-05 borsAuto merge of #4998 - JohnTitor:revive-rls, r=llogiq
2020-01-05 Yuki OkushiFix space size
2020-01-05 Yuki OkushiRe-enable rls integration test
2020-01-05 borsAuto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr
2020-01-05 Yuki OkushiRustup to rust-lang/rust#67137
2020-01-05 Yuki OkushiRustup to rust-lang/rust#67803
2020-01-04 borsAuto merge of #4993 - rust-lang:doc-unsafe-macro-check...
2020-01-04 Andre BogusExternal macro check for missing_*_doc
2020-01-04 borsAuto merge of #4966 - bradsherman:iter-nth-zero, r...
2020-01-04 Brad ShermanAdd lint for iter.nth(0)
next