]> git.lizzy.rs Git - rust.git/history - README.md
Fix test failures
[rust.git] / README.md
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-25 Philipp KronesRollup merge of #5517 - flip1995:deploy_time_travel...
2020-04-25 Philipp KronesRollup merge of #5516 - flip1995:doc_release, r=phansch
2020-04-25 Philipp KronesRollup merge of #5505 - flip1995:avoid_running_lints...
2020-04-23 borsAuto merge of #5513 - matthiaskrgr:reg, r=phansch
2020-04-23 borsAuto merge of #5498 - phansch:update_changelog, r=flip1995
2020-04-23 Matthias KrügerREADME: fix lit count line
2020-04-20 borsAuto merge of #5496 - phansch:markdown-link, r=flip1995
2020-04-20 borsAuto merge of #5495 - phansch:update_changelog_docs...
2020-04-20 borsAuto merge of #5332 - DevinR528:if-let-else-mutex,...
2020-04-20 Devin Rfix map import to rustc_middle
2020-04-20 Devin Rdev update_lints
2020-04-16 borsAuto merge of #5479 - matthiaskrgr:readme_auto_fix...
2020-04-16 Matthias Krügerreadme: update to cargo clippy --fix command
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-03-31 borsAuto merge of #5398 - flip1995:deescalate, r=Manishearth
2020-03-31 flip1995Run update_lints
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 #5380 - lzutao:deprecate-REPLACE_CONSTS...
2020-03-29 borsAuto merge of #5382 - richkadel:gitattributes-macro...
2020-03-29 borsAuto merge of #5384 - matthiaskrgr:readme_4, r=matthiaskrgr
2020-03-29 Matthias Krügerreadme: move "how to run single lint" instructions...
2020-03-29 Lzu TaoDeprecate REPLACE_CONSTS lint
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-25 borsAuto merge of #5371 - matthiaskrgr:rdm, r=phansch
2020-03-25 Matthias Krügerreadme: explain how to run only a single lint on a...
2020-03-23 borsAuto merge of #5364 - flip1995:useless_transmute_quaran...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
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 #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-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Run update_lints
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
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 borsAuto merge of #5204 - flip1995:license, r=Manishearth
2020-02-20 flip1995Update Copyright year
2020-02-19 borsAuto merge of #5190 - flip1995:nuke_traveyor, r=phansch...
2020-02-18 flip1995Nuke Travis+AppVeyor CI
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-12 borsAuto merge of #5163 - flip1995:gha_fix, r=flip1995
2020-02-12 flip1995Change badge branch master -> auto
2020-02-12 borsAuto merge of #5088 - rust-lang:gha, r=Manishearth...
2020-02-12 flip1995Add GHA badge to README.md
2020-02-12 flip1995Fix markdown Files
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-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
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 borsAuto merge of #5101 - Areredify:let_underscore_lock...
2020-01-30 Mikhail Babenkodecouple 'let_underscore' tests
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Declare lint and implement lint logic.
2020-01-25 borsAuto merge of #5081 - Areredify:vec_box_threshold,...
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 borsAuto merge of #4945 - Areredify:as_deref, r=flip1995
2020-01-23 Areredifyadd `option_as_ref_deref` lint
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 Yuki OkushiAdd `skip_while_next` lint
2020-01-18 borsAuto merge of #5046 - JohnTitor:order-nonminimal-bool...
2020-01-15 borsAuto merge of #5034 - ThibsG:MatchWildErrArmImprove5024...
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-12 xiongmao86Pull master, rebase, and update_lints again.
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-07 ThibsGSpan help without suggestion
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 Krishna Sai Veera... Add lint to detect usage of invalid atomic ordering
2020-01-05 borsAuto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr
2020-01-04 borsAuto merge of #4966 - bradsherman:iter-nth-zero, r...
next