]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-18 borsAuto merge of #7240 - flip1995:rollup-6nwjgyp, r=flip1995
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 Philipp KronesRollup merge of #7237 - hi-rustin:rustin-patch-command...
2021-05-18 Philipp KronesRollup merge of #7235 - camsteffen:manual-unwrap-or...
2021-05-18 flip1995CI: update rustup before installing the toolchain on...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-18 hi-rustinAdd the command to add upstream remote
2021-05-18 Bruno A. MuciñoRemove powi, "square can be computed more efficiently"
2021-05-17 borsAuto merge of #7234 - camsteffen:if-let-else-braces...
2021-05-17 Cameron SteffenFix manual_unwrap_or FP deref reference
2021-05-17 Cameron SteffenRemove dead code after not linting else if let
2021-05-17 borsAuto merge of #7133 - arya-k:master, r=llogiq
2021-05-17 Cameron SteffenSimplify manual_unwrap_or
2021-05-17 borsAuto merge of #7223 - ThibsG:FpUselessConversion7205...
2021-05-17 borsAuto merge of #7233 - giraffate:fix_manual_unwrap_or_fp...
2021-05-17 ThibsGAdd generic args for comparison in `use_self` and ...
2021-05-17 Arya KumarFix missing variable init in lint example
2021-05-17 Takayuki NakataFix a `manual_unwrap_or` FP with deref coercion
2021-05-17 borsAuto merge of #7225 - InquisitivePenguin:unnessecary...
2021-05-17 borsAuto merge of #7216 - ThibsG:OptionIfLetElse7006, r...
2021-05-16 borsAuto merge of #7214 - xFrednet:7197-collecting-configur...
2021-05-16 borsAuto merge of #7217 - xFrednet:7172-metadata-collection...
2021-05-15 xFrednetApplying PR suggestions and cleaning up
2021-05-15 Jackson Lewisupdate_lints
2021-05-15 Jackson LewisUnnecessary -> Unused
2021-05-14 Jackson LewisImplement unnecessary-async and UI test
2021-05-13 borsAuto merge of #7222 - ThibsG:WrongSelfTest, r=Manishearth
2021-05-13 ThibsGAdd sized trait for `wrong_self_convention` lint test
2021-05-13 borsAuto merge of #7188 - mgacek8:issue7164_needless_collec...
2021-05-13 borsAuto merge of #7215 - ThibsG:WrongSelfFix7179, r=Manish...
2021-05-13 Mateusz Gacekneedless_collect: use snippet_with_applicability
2021-05-13 borsAuto merge of #7095 - Y-Nak:match_single_binding, r...
2021-05-13 borsAuto merge of #6966 - Jarcho:while_let_on_iterator_fp...
2021-05-13 ThibsGStop linting `else if let` pattern in `option_if_let_el...
2021-05-13 ThibsGTrigger `wrong_self_convention` only if it has implicit...
2021-05-13 Jason NewcombFix test comment for `while_let_on_iterator`
2021-05-13 Jason NewcombCleanup of `while_let_on_iterator`
2021-05-13 Jason NewcombImprovements to `while_let_on_iterator`
2021-05-13 Yoshitomo Nakanishimatch_single_binding: Fix invalid suggestion when match...
2021-05-12 xFrednetAdded `cargo collect-metadata` as a alias for the metad...
2021-05-12 xFrednetMetadata collection collecting configuration deprecatio...
2021-05-12 xFrednetMetadata collection clarifying default configuration...
2021-05-12 xFrednetMetadata formatting the configuration section
2021-05-12 xFrednetMetadata collection monster searching for configurations
2021-05-12 borsAuto merge of #7197 - xFrednet:4310-depreciated-lints...
2021-05-11 Arya Kumaradded `needless_bitwise_bool` lint
2021-05-11 Fridtjof StoldtUpdate clippy_lints/src/deprecated_lints.rs
2021-05-11 borsAuto merge of #7193 - wchargin:wchargin-inconsistent...
2021-05-10 borsAuto merge of #7203 - flip1995:beta, r=llogiq
2021-05-10 borsAuto merge of #7170 - flip1995:revert_drop_order, r...
2021-05-09 xFrednetMetadata collection monster eating deprecated lints
2021-05-08 William CharginMove `inconsistent_struct_constructor` to pedantic
2021-05-08 borsAuto merge of #7165 - camsteffen:question-mark, r=Manis...
2021-05-07 Mateusz Gacekneedless_collect: Lint `LinkedList` and `BinaryHeap...
2021-05-07 Mateusz Gacekneedless_collect: replace paths with diag items
2021-05-07 Mateusz Gacekneedless_collect: For `BTreeMap` and `HashMap` lint...
2021-05-07 borsAuto merge of #7183 - th1000s:write_nl_hint, r=flip1995
2021-05-07 borsAuto merge of #7182 - mgacek8:wrong_self_convention_to_...
2021-05-07 borsAuto merge of #7185 - kpreid:patch-1, r=giraffate
2021-05-07 Kevin ReidFix duplicated "Rust 1.52" version section header
2021-05-06 Thomas OttoHandle write!(buf, "\n") case better
2021-05-06 Mateusz Gacekwrong_self_convention: For `to_*` variant don't lint...
2021-05-06 borsAuto merge of #7180 - flip1995:changelog, r=camsteffen
2021-05-06 flip1995Update CHANGELOG.md
2021-05-06 borsAuto merge of #7178 - flip1995:rustup, r=flip1995
2021-05-06 flip1995Bump Clippy version -> 0.1.54
2021-05-06 flip1995Bump nightly version -> 2021-05-06
2021-05-06 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-06 borsAuto merge of #7177 - giraffate:add_a_missing_lint_to_m...
2021-05-06 borsAuto merge of #7166 - TaKO8Ki:refactor_misc_early_modul...
2021-05-06 Takayuki NakataAdd a missing lint to MSRV config doc
2021-05-05 borsAuto merge of #7175 - camsteffen:filter-map-none, r...
2021-05-05 Cameron SteffenFix unnecessary_filter_map false positive
2021-05-05 borsAuto merge of #7174 - camsteffen:eval-order-async,...
2021-05-05 Cameron SteffenFix eval_order_dependence async false positive
2021-05-05 Cameron SteffenImprove eval_order_dependence output
2021-05-05 borsAuto merge of #7170 - flip1995:revert_drop_order, r...
2021-05-05 borsAuto merge of #6887 - xFrednet:4310-internal-metadata...
2021-05-05 xFrednetApplying PR suggestions (mostly typos)
2021-05-05 xFrednetApplying PR suggestions
2021-05-05 xFrednetENABLE_METADATA_COLLECTION env-value to disable default...
2021-05-05 xFrednetMetadata collection: Rounding up the implementation
2021-05-05 xFrednetMetadata collection: Resolve lint from locals
2021-05-05 xFrednetMetadata collection: Refining the implementation
2021-05-05 xFrednetMetadata collection: processing emission closures ...
2021-05-05 xFrednetMetadata Collection: Collecting direct emission applica...
2021-05-05 xFrednetMetadata collection: Collecting Applicability assign...
2021-05-05 xFrednetMetadata collection: Some refactoring for readability
2021-05-05 xFrednetMetadata collection: Tracking Applicability mut borrows
2021-05-05 xFrednetMetadata collection: Collecting Applicability assign...
2021-05-05 xFrednetMetadata collection lint: Start Applicability value...
2021-05-05 xFrednetMetadata collection lint: Basic applicability collection
2021-05-05 xFrednetMetadata collection lint: Basic lint collection
2021-05-05 borsAuto merge of #7163 - mgacek8:issue7110_needless_collec...
2021-05-05 borsAuto merge of #84200 - CDirkx:os, r=m-ou-se
2021-05-05 flip1995Add regression test for stack overflow in redundant_pat...
2021-05-05 Cameron SteffenFix stack overflow in `redundant_pattern_matching`
2021-05-05 Mateusz Gacekneedless_collect: use `node_type_opt` instead of `node_...
2021-05-05 borsAuto merge of #7167 - camsteffen:unused-unit-macro...
2021-05-04 Cameron SteffenFix unused_unit macro false positive
next