]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #5106 - flip1995:dbg_assert_mut_async, r=oli-obk
[rust.git] / tests /
2020-01-31 borsAuto merge of #5106 - flip1995:dbg_assert_mut_async...
2020-01-31 flip1995Add test for `await` in `debug_assert!(..)`
2020-01-31 borsAuto merge of #5111 - flip1995:changelog, r=phansch
2020-01-31 borsAuto merge of #5109 - phansch:ciao_util_dev, r=flip1995
2020-01-30 borsAuto merge of #5110 - Aloso:patch-1, r=flip1995
2020-01-30 borsAuto merge of #5108 - JohnTitor:split-up-0130, r=flip1995
2020-01-30 Philipp HanschDeprecate util/dev in favor of cargo alias
2020-01-30 borsAuto merge of #5101 - Areredify:let_underscore_lock...
2020-01-30 borsAuto merge of #5107 - JohnTitor:revive-test, r=flip1995
2020-01-30 Areredifylint all guard types, not just lock functions
2020-01-30 Mikhail Babenkodecouple 'let_underscore' tests
2020-01-30 Mikhail Babenkoadd lint
2020-01-30 Yuki OkushiSplit up `match` ui test
2020-01-30 Yuki OkushiRevive test in `enum_clike_unportable_variant`
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Add test and update reference.
2020-01-27 borsAuto merge of #5099 - JohnTitor:split-up-non-copy-const...
2020-01-27 Yuki OkushiSplit up `non_copy_const` ui test
2020-01-26 borsAuto merge of #5084 - JohnTitor:clean-up-span-lint...
2020-01-26 borsAuto merge of #5097 - phansch:remove_fixme, r=llogiq
2020-01-26 Philipp HanschResolve FIXME: String::new is now a const fn
2020-01-25 Yuki OkushiApply review comments
2020-01-25 borsAuto merge of #5083 - Areredify:issue-4399, r=flip1995
2020-01-25 Mikhail Babenkodont fire possible_missing_comma if intendation is...
2020-01-25 borsAuto merge of #5081 - Areredify:vec_box_threshold,...
2020-01-25 Mikhail Babenkoadd size parameter for lint
2020-01-25 borsAuto merge of #5090 - JohnTitor:split-up-match-same...
2020-01-25 Yuki OkushiSplit up `match_same_arms` ui test
2020-01-24 borsAuto merge of #5087 - Areredify:issue-4905, r=phansch
2020-01-24 borsAuto merge of #5086 - Areredify:issue-3746, r=phansch
2020-01-24 borsAuto merge of #5085 - JohnTitor:split-up-test, r=phansch
2020-01-24 Mikhail Babenkodon't fire empty_loop in no_std crates
2020-01-24 Mikhail Babenkoimprove empty_enum documentation
2020-01-24 Yuki OkushiSplit up `needless_range_loop` ui test
2020-01-24 Yuki OkushiUpdate stderrs
2020-01-24 borsAuto merge of #5027 - sinkuu:vectored_io, r=phansch
2020-01-23 borsAuto merge of #5082 - Areredify:issue-4980, r=flip1995
2020-01-23 Mikhail Babenkodisable let_underscore_must_use in external macros
2020-01-23 borsAuto merge of #4945 - Areredify:as_deref, r=flip1995
2020-01-23 Areredifyadd `option_as_ref_deref` lint
2020-01-22 borsAuto merge of #5079 - JohnTitor:fix-eq-op, r=flip1995
2020-01-22 Yuki OkushiIgnore macros with `!` operators in `eq_op`
2020-01-21 borsAuto merge of #5068 - JohnTitor:split-up-transmute...
2020-01-21 borsAuto merge of #5028 - krishna-veerareddy:issue-5026...
2020-01-20 borsAuto merge of #5067 - JohnTitor:lint-skip-while-next...
2020-01-20 borsAuto merge of #5070 - JohnTitor:suspicious-map-doc...
2020-01-20 Yuki OkushiApply review comment
2020-01-20 borsAuto merge of #5069 - JohnTitor:tweak-wording, r=flip1995
2020-01-20 Yuki OkushiImprove `suspicious_map`documentation
2020-01-20 Yuki OkushiTweak wording in `assertions_on_constants`
2020-01-20 Yuki OkushiSplit up `transmute` ui test
2020-01-20 Yuki OkushiAdd `skip_while_next` lint
2020-01-19 borsAuto merge of #5056 - rust-lang:dissasociate-mut-key...
2020-01-19 Andre BogusAvoid mut_key on types of unknown layout
2020-01-19 borsAuto merge of #5032 - JohnTitor:add-sugg-some-result...
2020-01-19 Yuki OkushiTreat more strange pattern
2020-01-19 borsAuto merge of #5066 - JohnTitor:split-up-1447, r=llogiq
2020-01-19 Yuki OkushiSplit up `if_same_then_else` ui test
2020-01-19 Yuki OkushiApply review comments
2020-01-19 Yuki OkushiReduce span range
2020-01-19 Yuki OkushiRename `ok_if_let` to `if_let_some_result`
2020-01-19 Yuki OkushiApply review comments
2020-01-19 Yuki OkushiAdd suggestion in `if_let_some_result`
2020-01-18 borsAuto merge of #5065 - matthiaskrgr:rustup_28, r=matthia...
2020-01-18 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/67712
2020-01-18 borsAuto merge of #5046 - JohnTitor:order-nonminimal-bool...
2020-01-18 borsAuto merge of #5063 - JohnTitor:allow-correctly, r...
2020-01-18 Yuki OkushiAllow `unused_self` lint at the function level
2020-01-16 borsAuto merge of #4994 - bradsherman:new_lint_gen, r=flip1995
2020-01-16 borsAuto merge of #5054 - flip1995:rustup, r=flip1995
2020-01-16 flip1995Update custom_ice_message.stderr
2020-01-16 Brad ShermanAdd lint for default lint description
2020-01-15 borsAuto merge of #5034 - ThibsG:MatchWildErrArmImprove5024...
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 Yuki OkushiSplit up `booleans` ui test
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-13 Yuki OkushiFix the ordering on `nonminimal_bool`
2020-01-13 borsAuto merge of #5033 - JohnTitor:split-use-self, r=flip1995
2020-01-13 ThibsGChange note message
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 xiongmao86Fix grammar error.
2020-01-12 xiongmao86Change lint message.
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 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 OkushiComment out half-open patterns' tests
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67806
2020-01-11 Yuki OkushiApply review comments
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 Krishna Sai Veera... Add memory fence tests for `invalid_atomic_ordering`
next