]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-28 Cameron SteffenFactor out some ty param utils
2022-01-28 Cameron SteffenFactor out get_qpath_generics
2022-01-28 Cameron SteffenRename qpath_generic_tys
2022-01-28 Cameron SteffenAdd path_def_id util
2022-01-28 Cameron SteffenRename path_to_res to def_path_res
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-28 borsAuto merge of #8354 - dswij:8345, r=giraffate
2022-01-28 dswijUpdate docs for `map_flatten` on `Option`
2022-01-27 maxfix underflow in `check_manual_split_once` lint
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Bump nightly version -> 2022-01-27
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-26 borsAuto merge of #8350 - dswij:8331, r=Manishearth
2022-01-26 Dharma Saputra... fix bad suggestion on `numeric_literal`
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-25 borsAuto merge of #8343 - robjtede:patch-1, r=giraffate
2022-01-25 Rob EdeAutofocus search input
2022-01-24 borsAuto merge of #8315 - dswij:8306, r=giraffate
2022-01-23 borsAuto merge of #8311 - dswij:8277, r=llogiq
2022-01-23 dswijfix `needless_question_mark` not considering async fn
2022-01-23 Vadim PetrochenkovUpdate clippy
2022-01-23 Vadim Petrochenkovrustc_lint: Reuse the set of registered tools from...
2022-01-23 borsAuto merge of #8217 - Jarcho:needless_borrow_8191,...
2022-01-23 Jason NewcombSubsume `ref_in_deref` into `needless_borrow`
2022-01-23 Jason NewcombRemove final reference on fields and method calls in...
2022-01-22 borsAuto merge of #8278 - Alexendoo:needless-lifetime-expli...
2022-01-22 Alex Macleod`needless_lifetimes`: ignore lifetimes in explicit...
2022-01-22 borsAuto merge of #8332 - Jarcho:clear_test_results, r...
2022-01-22 Jason NewcombDon't bless outdated files on windows
2022-01-21 borsAuto merge of #8271 - Jarcho:ptr_arg_214, r=flip1995
2022-01-21 Jason NewcombFix `needless_borrow` causing mutable borrows to be...
2022-01-21 Jason Newcomb`ptr_arg` cleanup
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-21 borsAuto merge of #8329 - Alexendoo:enum-variant-names...
2022-01-21 Alex MacleodDon't suggest an empty variant name in `enum_variant_names`
2022-01-21 borsAuto merge of #91359 - dtolnay:args, r=Mark-Simulacrum
2022-01-20 dswij`trait_duplication_in_bounds` checks path segments...
2022-01-19 Aaron HillStore a `Symbol` instead of an `Ident` in `AssocItem`
2022-01-19 borsAuto merge of #8280 - xFrednet:8276-map-clone-msrv...
2022-01-19 borsAuto merge of #8304 - camsteffen:test-tweaks, r=flip1995
2022-01-19 borsAuto merge of #8310 - camelid:rm-stringification, r...
2022-01-19 Noah LevRemove unnecessary `Symbol` stringification
2022-01-18 borsAuto merge of #87648 - JulianKnodt:const_eq_constrain...
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-18 borsAuto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
2022-01-17 kadminUpdate w/ comments
2022-01-17 kadminUpdate term for use in more places
2022-01-17 David TolnayBless clippy ui tests after format_args change
2022-01-17 Cameron SteffenRemove __CLIPPY_INTERNAL_TESTS env var
2022-01-17 kadminUse Term in ProjectionPredicate
2022-01-17 kadminAdd term
2022-01-17 kadminadd eq constraints on associated constants
2022-01-17 borsAuto merge of #90986 - camsteffen:nested-filter, r...
2022-01-17 flip1995Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97...
2022-01-17 borsAuto merge of #8292 - marekdownar:8239, r=xFrednet
2022-01-17 borsAuto merge of #8302 - xFrednet:0000-move-return-self...
2022-01-17 xFrednetMove `return_self_not_must_use` to `pedantic`
2022-01-17 Marek Downarremoving unsafe from test fn's && renaming shrink to...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-17 borsAuto merge of #8299 - marekdownar:8214, r=Manishearth
2022-01-17 borsAuto merge of #8297 - Jarcho:if_same_then_else_7579...
2022-01-16 Jason NewcombDon't lint `if_same_then_else` with `if let` conditions
2022-01-16 Cameron SteffenFix Visitor::NestedFilter in Clippy
2022-01-16 Cameron SteffenFormat clippy
2022-01-16 borsAuto merge of #8203 - pmnoxx:piotr-next-lint, r=llogiq
2022-01-16 Marek Downar#8214 cmp_owned suggestion flips the comparison
2022-01-16 Piotr MikulskiFix tests
2022-01-16 Piotr MikulskiFix clippy warnings
2022-01-16 Piotr MikulskiNew line: cloned_next
2022-01-16 Elliot Bobrowfix op_ref false positive
2022-01-16 borsAuto merge of #8295 - Jarcho:useless_format_8290, r...
2022-01-16 borsAuto merge of #8284 - xFrednet:0000-update-copyright...
2022-01-16 borsAuto merge of #92805 - BoxyUwU:revert-lazy-anon-const...
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-15 borsAuto merge of #8274 - andrewarchi:master, r=camsteffen
2022-01-15 Jason NewcombHandle implicit named arguments in `useless_format`
2022-01-15 Marek Downarissue #8239: fix to prev commit && 4 test cases
2022-01-15 Camille GILLOTReturn a LocalDefId in get_parent_item.
2022-01-15 Marek Downarissue #8239: Printed hint for lint or_fun_call is cropp...
2022-01-15 borsAuto merge of #8287 - Jarcho:iter_not_returning_iterato...
2022-01-15 Jason NewcombErase late bound regions in `iter_not_returning_iterator`
2022-01-15 Ellennyahggdshjjghsdfhgsf
2022-01-15 Elleninitial revert
2022-01-15 xFrednetUpdate copyright year for Clippy (2022 edition)
2022-01-14 xFrednetTrack `msrv` attribute for `manual_bits` and `borrow_as...
2022-01-14 xFrednetAdd `msrv` config for `map_clone`
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-14 Andrew ArchibaldUpdate markdown-it version
2022-01-13 Andrew ArchibaldEscape pipes in Markdown tables
2022-01-13 borsAuto merge of #8273 - SeeSpring:apply_not_unsafe_ptr_ar...
2022-01-13 borsAuto merge of #89861 - nbdd0121:closure, r=wesleywiser
2022-01-13 SeeSpringApply `not_unsafe_ptr_arg_deref` to type aliases
2022-01-13 flip1995Fix Clippy sync fallout
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 borsAuto merge of #8272 - flip1995:rustup, r=flip1995
2022-01-13 flip1995Bump nightly version -> 2022-01-13
2022-01-13 flip1995Bump Clippy Version -> 0.1.60
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-13 Jason NewcombChanges to `ptr_arg`
next