about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-01-29Rustup to rust-lang/rust#68512Yuki Okushi-1/+1
2020-01-27Auto merge of #5099 - JohnTitor:split-up-non-copy-const, r=flip1995bors-300/+335
2020-01-27Auto merge of #5098 - JohnTitor:rename-span-lints, r=flip1995bors-113/+113
2020-01-27Split up `non_copy_const` ui testYuki Okushi-300/+335
2020-01-27Rename `span_note_and_lint` to `span_lint_and_note`Yuki Okushi-26/+26
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-90/+90
2020-01-26Auto merge of #5084 - JohnTitor:clean-up-span-lint, r=flip1995bors-78/+121
2020-01-26Auto merge of #5097 - phansch:remove_fixme, r=llogiqbors-7/+6
2020-01-26Resolve FIXME: String::new is now a const fnPhilipp Hansch-7/+6
2020-01-26Auto merge of #5096 - eddyb:mac-name, r=oli-obkbors-13/+13
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-13/+13
2020-01-26Apply review commentsYuki Okushi-39/+39
2020-01-25Auto merge of #5083 - Areredify:issue-4399, r=flip1995bors-17/+42
2020-01-25dont fire possible_missing_comma if intendation is presentMikhail Babenko-17/+42
2020-01-25Auto merge of #5081 - Areredify:vec_box_threshold, r=flip1995bors-188/+251
2020-01-25add size parameter for lintMikhail Babenko-188/+251
2020-01-25Auto merge of #5090 - JohnTitor:split-up-match-same-arms, r=phanschbors-222/+219
2020-01-25Split up `match_same_arms` ui testYuki Okushi-222/+219
2020-01-24Auto merge of #5087 - Areredify:issue-4905, r=phanschbors-5/+19
2020-01-24Auto merge of #5086 - Areredify:issue-3746, r=phanschbors-15/+39
2020-01-24Auto merge of #5085 - JohnTitor:split-up-test, r=phanschbors-189/+194
2020-01-24don't fire empty_loop in no_std cratesMikhail Babenko-15/+39
2020-01-24improve empty_enum documentationMikhail Babenko-5/+19
2020-01-24Split up `needless_range_loop` ui testYuki Okushi-189/+194
2020-01-24Update stderrsYuki Okushi-26/+69
2020-01-24Clean up `methods/mod.rs`Yuki Okushi-52/+52
2020-01-24Auto merge of #5027 - sinkuu:vectored_io, r=phanschbors-15/+38
2020-01-23Auto merge of #5082 - Areredify:issue-4980, r=flip1995bors-12/+24
2020-01-23disable let_underscore_must_use in external macrosMikhail Babenko-12/+24
2020-01-23Auto merge of #4945 - Areredify:as_deref, r=flip1995bors-3/+294
2020-01-23add `option_as_ref_deref` lintAreredify-3/+294
2020-01-22Auto merge of #5079 - JohnTitor:fix-eq-op, r=flip1995bors-1/+22
2020-01-22Ignore macros with `!` operators in `eq_op`Yuki Okushi-1/+22
2020-01-21Auto merge of #5075 - JohnTitor:rustup-0122, r=flip1995bors-2/+2
2020-01-22Rustup to rust-lang/rust#68140Yuki Okushi-2/+2
2020-01-21Auto merge of #5068 - JohnTitor:split-up-transmute, r=phanschbors-214/+219
2020-01-21Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=ph...bors-34/+104
2020-01-21Decrease line length limit for stderr filesYuki Okushi-1/+1
2020-01-20Auto merge of #5067 - JohnTitor:lint-skip-while-next, r=flip1995bors-7/+117
2020-01-20Auto merge of #5070 - JohnTitor:suspicious-map-doc, r=flip1995bors-3/+4
2020-01-20Apply review commentYuki Okushi-5/+12
2020-01-20Auto merge of #5069 - JohnTitor:tweak-wording, r=flip1995bors-5/+9
2020-01-20Improve `suspicious_map`documentationYuki Okushi-3/+4
2020-01-20Tweak wording in `assertions_on_constants`Yuki Okushi-5/+9
2020-01-20Split up `transmute` ui testYuki Okushi-213/+218
2020-01-20Remove trailing whitespacesYuki Okushi-5/+5
2020-01-20Add `skip_while_next` lintYuki Okushi-2/+105
2020-01-19Auto merge of #5056 - rust-lang:dissasociate-mut-key, r=flip1995bors-16/+45
2020-01-19Avoid mut_key on types of unknown layoutAndre Bogus-16/+45
2020-01-19Auto merge of #5032 - JohnTitor:add-sugg-some-result, r=flip1995bors-54/+124