]> git.lizzy.rs Git - rust.git/history - src
Run fmt and update test
[rust.git] / src /
2020-04-08 Philipp KronesRollup merge of #5425 - xiongmao86:issue5367, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5424 - jpospychala:suspicious_op_assig...
2020-04-08 Philipp KronesRollup merge of #5422 - nickrtorres:contributing-triage...
2020-04-08 Philipp KronesRollup merge of #5420 - dtolnay:newret, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5419 - dtolnay:unreadable, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5417 - flip1995:doc_update, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5415 - nickrtorres:master, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5412 - dtolnay:tostring, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5410 - dtolnay:trivially, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5409 - dtolnay:letunit, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5406 - flip1995:update_lints_fix,...
2020-04-08 borsAuto merge of #5429 - faern:use-assoc-int-float-consts...
2020-04-07 Linus FärnstrandUse assoc const NAN for zero_div_zero lint
2020-04-04 David TolnayDowngrade new_ret_no_self to pedantic
2020-04-04 David TolnayDowngrade unreadable_literal to pedantic
2020-04-04 Nick Torresresult_map_or_into_option: add lint to catch manually...
2020-04-03 David TolnayDowngrade inefficient_to_string to pedantic
2020-04-03 David TolnayDowngrade trivially_copy_pass_by_ref to pedantic
2020-04-03 David TolnayDowngrade let_unit_value to pedantic
2020-04-02 borsAuto merge of #5349 - jpospychala:useless_rc, r=Manishearth
2020-04-01 Jacek Pospychalauseless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>
2020-04-01 borsAuto merge of #5402 - pmk21:allow-let-underscore-must...
2020-04-01 borsAuto merge of #5401 - dtolnay:option, r=Manishearth
2020-04-01 David TolnayDowngrade option_option to pedantic
2020-03-31 borsAuto merge of #5398 - flip1995:deescalate, r=Manishearth
2020-03-31 flip1995Don't use an exact lint counter anymore
2020-03-30 borsAuto merge of #5293 - matthiaskrgr:macro_skip_lifetime...
2020-03-30 borsAuto merge of #5294 - tmiasko:trait-ptr-cmp, r=Manishearth
2020-03-30 Tomasz MiąskoLint unnamed address comparisons
2020-03-30 borsAuto merge of #5365 - mgr-inz-rafal:issue4983_bool_upda...
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-30 borsAuto merge of #5387 - jpospychala:useless_self_fp,...
2020-03-30 borsAuto merge of #5392 - matthiaskrgr:rustup_40, r=phansch
2020-03-30 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70536
2020-03-30 borsAuto merge of #5380 - lzutao:deprecate-REPLACE_CONSTS...
2020-03-29 Lzu TaoDeprecate REPLACE_CONSTS lint
2020-03-27 borsAuto merge of #5376 - flip1995:verbose_file_reads_restr...
2020-03-26 flip1995Move verbose_file_reads to restriction
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-25 borsAuto merge of #5372 - matthiaskrgr:rpc_nursery, r=flip1995
2020-03-25 Matthias Krügermove redundant_pub_crate to nursery
2020-03-23 borsAuto merge of #5364 - flip1995:useless_transmute_quaran...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-23 flip1995Move useless_transmute to nursery
2020-03-23 Tim Robinsonnursery group -> style
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-16 Tim RobinsonLint for `pub(crate)` items that are not crate visible...
2020-03-10 borsAuto merge of #5272 - jmeyers35:file_read_lint, r=flip1995
2020-03-06 Jacob Meyersadd lint on File::read_to_string and File::read_to_end
2020-03-05 borsAuto merge of #5276 - flip1995:macro_use, r=flip1995
2020-03-05 flip1995Rename macro_use_import -> macro_use_imports
2020-03-05 borsAuto merge of #5230 - DevinR528:macro-use, r=flip1995
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-04 Devin Rwarn on macro_use attr
2020-03-04 borsAuto merge of #5266 - sinkuu:questionmark, r=flip1995
2020-03-04 borsAuto merge of #5258 - ThibsG:UselessBindingInStruct638...
2020-03-04 ThibsGAdd restrictive pat use in full binded struct
2020-02-24 borsAuto merge of #4897 - krishna-veerareddy:issue-2040...
2020-02-24 Krishna Sai Veera... Add `imprecise_flops` lint
2020-02-24 Krishna Sai Veera... Move `manual_mul_add` into `suboptimal_flops` lint
2020-02-24 Krishna Sai Veera... Change lint name to `suboptimal_flops`
2020-02-24 Krishna Veera ReddyConsolidate the accuracy and efficiency lints
2020-02-24 Krishna Veera ReddyAdd lints to detect inaccurate and inefficient FP opera...
2020-02-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Fix fallout
2020-02-21 flip1995Move enum_glob_use lint into wildcard_imports pass
2020-02-21 flip1995Run update_lints
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
2020-02-21 borsAuto merge of #5213 - JohnTitor:warm-return-ty, r=flip1995
2020-02-21 borsAuto merge of #5200 - nipunn1313:unneeded_field_pattern...
2020-02-21 Krishna Sai Veera... Separate out lint to check lossy whole number float...
2020-02-20 Nipunn KoorapatiMove unneeded_field_pattern to restriction group
2020-02-17 borsAuto merge of #5185 - krishna-veerareddy:issue-5160...
2020-02-17 Krishna Sai Veera... Uplift `excessive_precision` to the correctness category
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-13 borsAuto merge of #5168 - lily-commure:chars_next_style...
2020-02-13 Lily ChungReclassify chars_next_cmp as a style lint.
2020-02-12 borsAuto merge of #5088 - rust-lang:gha, r=Manishearth...
2020-02-12 flip1995Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime...
2020-02-11 borsAuto merge of #5158 - lzutao:callbackshook, r=flip1995
2020-02-11 Lzu TaoImpl DefaultCallbacks on our side
2020-02-10 borsAuto merge of #5148 - krishna-veerareddy:issue-5147...
2020-02-09 Krishna Sai Veera... Add `option-env-unwrap` lint
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 borsAuto merge of #5125 - Areredify:too_many_bools, r=flip1995
2020-02-06 borsAuto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint...
2020-02-05 Areredifyadd excessive bools lints
2020-02-05 borsAuto merge of #5135 - lzutao:config, r=flip1995
2020-02-04 borsAuto merge of #5061 - ThibsG:UselessMatch3664, r=flip1995
2020-02-04 ThibsGMerge fixes
2020-02-04 ThibsGUse span_lint_and_sugg + move infaillible lint
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-02-01 flip1995Move debug_assertions_with_mut_call to nursery
2020-01-31 borsAuto merge of #5106 - flip1995:dbg_assert_mut_async...
2020-01-31 flip1995Move debug_assertions_with_mut_call to nursery
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
next