]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-14 borsAuto merge of #9161 - Victor-N-Suadicani:move_format_pu...
2022-07-14 Victor Nordam... Add Known problems section
2022-07-14 borsAuto merge of #9173 - giraffate:fix_the_minimal_version...
2022-07-14 Takayuki NakataFix the minimal version for `clap`
2022-07-13 borsAuto merge of #9134 - Jarcho:while_let_iter_closure...
2022-07-13 borsAuto merge of #9159 - alex-semenyuk:fix_typos, r=dswij
2022-07-13 borsFix typos
2022-07-13 borsAuto merge of #9169 - Alexendoo:message-convention...
2022-07-13 Alex MacleodUse LazyLock for lint_message_convention regexes
2022-07-13 borsAuto merge of #9156 - Rqnsom:manual_flatten, r=Alexendoo
2022-07-13 Victor Nordam... Move to restriction
2022-07-13 Korlofix for manual_flatten help texts order
2022-07-12 Victor-N-SuadicaniMoves format_push_string to pedantic.
2022-07-12 borsAuto merge of #9157 - Rqnsom:pull_request_template...
2022-07-12 borsAuto merge of #8703 - aldhsu:add_repeated_where_clause_...
2022-07-12 Korloupdate pull request template
2022-07-12 Allen HsuLint for repeated traits within trait bounds or where...
2022-07-12 borsAuto merge of #9149 - kyoto7250:issue_9013, r=Jarcho
2022-07-12 kyoto7250declare span variable before call
2022-07-12 borsAuto merge of #9138 - Jarcho:branches_sharing_code_2...
2022-07-11 borsAuto merge of #9154 - CeleritasCelery:master, r=flip1995
2022-07-11 Troy HinckleyFix broken link in CONTRIBUTING.md
2022-07-11 borsAuto merge of #9152 - mati865:patch-2, r=xFrednet
2022-07-11 Mateusz MikułaFix Clippy version in `derive_partial_eq_without_eq...
2022-07-11 borsAuto merge of #9144 - alex-semenyuk:or_fun_call_span_fi...
2022-07-11 alex-semenyukAddress review
2022-07-10 borsAuto merge of #9056 - Jarcho:let_unit_indirect, r=llogiq
2022-07-10 kyoto7250change applicability type to MaybeIncorrect
2022-07-10 alex-semenyukFix dogfood issue for or_fun_call
2022-07-10 alex-semenyukFix span for or_fun_call
2022-07-09 borsAuto merge of #9141 - alex-semenyuk:grammar_fix, r...
2022-07-09 borsAuto merge of #9140 - Jarcho:sig_drop, r=flip1995
2022-07-09 Jason NewcombIgnore the `IntoIterator::into_iter` call from for...
2022-07-09 alex-semenyukFix small mistakes
2022-07-09 Jason NewcombFixes for `branches_sharing_code`
2022-07-08 borsAuto merge of #9137 - alex-semenyuk:small_cosmetic_fix...
2022-07-08 alexey semenyukFix example header
2022-07-08 Jason NewcombAdd `for_each_expr`
2022-07-08 borsAuto merge of #8356 - J-ZhengLi:master-issue8288, r...
2022-07-08 borsSimplify if let statements
2022-07-08 Jason NewcombImprove `while_let_on_iterator` suggestion inside an...
2022-07-08 Jason NewcombAllow `let () = ..` as type inference for `let_unit_value`
2022-07-08 Jason NewcombChanges to `let_unit_value`
2022-07-07 borsAuto merge of #8958 - Alexendoo:simple_filter_map,...
2022-07-07 borsAuto merge of #9120 - anall:bugfix/ice9041, r=Jarcho
2022-07-07 Andrea NallFix ICE in sugg::DerefDelegate with (named) closures
2022-07-07 borsAuto merge of #9132 - hellow554:maybe_trait_bound_on_ty...
2022-07-07 Alex MacleodLint simple expressions in manual_filter_map, manual_fi...
2022-07-07 Marcel Hellwigfix incorrect suggestion for maybe trait bounds
2022-07-07 Marcel Hellwigtrait_bounds: rework two loops into one
2022-07-06 borsAuto merge of #9096 - Jarcho:needless_borrow_subs,...
2022-07-06 borsAuto merge of #9099 - joshtriplett:unnecessary-lazy...
2022-07-06 Josh TriplettDogfood fixes to use `bool::then_some`
2022-07-06 Josh TriplettAdd MSRV check for `bool::then_some`
2022-07-06 Josh TriplettExtend unnecessary_lazy_eval to cover `bool::then`...
2022-07-05 borsAuto merge of #9124 - Jarcho:shadow_ice, r=Alexendoo
2022-07-05 Jason NewcombLint `shadow_*` lints in anon const blocks
2022-07-05 borsAuto merge of #9121 - alex-semenyuk:fix_ui_test_cast_32...
2022-07-05 alexey semenyukFix stderr for cast_size_32bit
2022-07-05 borsAuto merge of #9117 - Jarcho:unsafe_block_closure,...
2022-07-04 borsAuto merge of #9115 - Alexendoo:new-with-const-generics...
2022-07-04 Jason NewcombFix `undocumented_unsafe_blocks` in closures
2022-07-04 Alex Macleodnew_without_default: ignore const generics/lifetime...
2022-07-04 borsAuto merge of #9093 - Jarcho:deref_ice, r=giraffate
2022-07-03 borsAuto merge of #9105 - Serial-ATA:lint-invalid-utf8...
2022-07-03 SerialAdd `invalid_utf8_in_unchecked`
2022-07-03 borsAuto merge of #9110 - alex-semenyuk:fix_trailling_comma...
2022-07-03 alexey semenyukFixed comment
2022-07-03 borsAuto merge of #9112 - xFrednet:9088-fix-lint-versions...
2022-07-03 xFrednetCorrect `[clippy::version]` for 1.62 lints and add...
2022-07-03 alexey semenyukRemove trailing spaces
2022-07-03 borsAuto merge of #9106 - usefulmove:master, r=flip1995
2022-07-03 Duanecorrected README.md book link
2022-07-02 Jason NewcombUse correct substitutions when checking if `needless_bo...
2022-07-02 Jason NewcombFix ICE in `dereference.rs`
2022-07-01 borsAuto merge of #9087 - alex-semenyuk:fix_link, r=llogiq
2022-07-01 alexey semenyukFix link
2022-07-01 borsAuto merge of #9085 - xFrednet:9081-update-format-push...
2022-07-01 xFrednetCorrect lint version for `format_push_string`
2022-07-01 borsAuto merge of #9082 - Alexendoo:let_unit_allow, r=xFrednet
2022-07-01 borsAuto merge of #9083 - giraffate:fix_link_in_changelog...
2022-07-01 Takayuki NakataFix some links
2022-07-01 Alex MacleodFix allow attributes in let_unit_value
2022-07-01 borsAuto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate
2022-06-30 borsAuto merge of #9075 - Serial-ATA:update-docs, r=flip1995
2022-06-30 borsAuto merge of #9078 - hamza1311:patch-1, r=xFrednet
2022-06-30 Muhammad HamzaFix broken hyperlink
2022-06-30 borsAuto merge of #9058 - xFrednet:changelog-1-62, r=flip1995
2022-06-30 SerialAdd `dev deprecate` to the development basics
2022-06-30 borsAuto merge of #9074 - daxpedda:equatable-if-let-externa...
2022-06-30 dAxpeDDaFix false-positive in `equatable_if_let`
2022-06-30 borsAuto merge of #9071 - Alexendoo:8734, r=dswij
2022-06-30 borsAuto merge of #9070 - flip1995:ci-fix, r=xFrednet
2022-06-30 Alex MacleodUncomment test for #8734
2022-06-30 Philipp KronesMake sure bors success depends on metadata_collection
2022-06-30 borsAuto merge of #9069 - flip1995:rustup, r=flip1995
2022-06-30 Philipp KronesBump Clippy version -> 0.1.64
2022-06-30 Philipp KronesBump nightly version -> 2022-06-30
2022-06-30 Philipp KronesFix dogfood
2022-06-30 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
next