]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-13 Evan TypanskiComment why `hir_ty_to_ty` is safe in `check_ty`
2022-05-13 borsAuto merge of #8825 - ydah:fix_spelling, r=giraffate
2022-05-13 ydahTweak some words improved representation
2022-05-12 borsAuto merge of #8799 - Alexendoo:lintcheck-common, r...
2022-05-12 yonip23inline construct_lint_suggestions
2022-05-12 Evan TypanskiCatch other thinning allocations using Ty
2022-05-12 borsAuto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
2022-05-12 Alex MacleodSome lintcheck cleanup
2022-05-12 yonip23fix indentation + test
2022-05-12 tamaronfix
2022-05-11 yonip23fix clippy warning
2022-05-11 borsAuto merge of #8818 - koic:use_rust_2021_prelude, r...
2022-05-11 yonip23fix review comments
2022-05-11 borsAuto merge of #8726 - Serial-ATA:issue-8723, r=dswij...
2022-05-11 Camille GILLOTBless clippy.
2022-05-11 Koichi ITOUse the traits added to the Rust 2021 Edition prelude
2022-05-11 Jack HueyIntroduce EarlyBinder
2022-05-10 SerialFix `match_single_binding` for assign expressions
2022-05-10 yonip23add suggestions to rc_clone_in_vec_init
2022-05-10 Evan TypanskiFix redundant_allocation warning for Rc<Box<str>>
2022-05-10 tamaronchore
2022-05-10 tamaronfix
2022-05-10 borsAuto merge of #8796 - nsunderland1:master, r=giraffate
2022-05-10 borsAuto merge of #8769 - yonip23:8719, r=xFrednet
2022-05-10 yonip23introduce rc_clone_in_vec_init lint
2022-05-10 lcnrupdate clippy
2022-05-10 nsunderland1New lint: [`derive_partial_eq_without_eq`]
2022-05-09 borsAuto merge of #8809 - Alexendoo:metadata-collection...
2022-05-09 Alex MacleodIgnore unfulfilled_lint_expectations in metadata collection
2022-05-09 borsAuto merge of #8797 - xFrednet:0000-expect-a-playground...
2022-05-09 Jason NewcombDon't lint `cmp_owned` when `From::from` results in...
2022-05-09 Jason NewcombReduce unnecessary work in `cmp_owned`
2022-05-09 borsAuto merge of #8805 - Alexendoo:let-chain-docs, r=flip1995
2022-05-09 SparrowLiifix clippy
2022-05-09 Alex MacleodRecommend let chains over if_chain in docs
2022-05-09 Alex Macleoduse let chains in bit_mask.rs
2022-05-09 borsAuto merge of #95542 - xFrednet:rfc-2383-expect-query...
2022-05-08 borsAuto merge of #8802 - smoelius:allow-expect-unwrap...
2022-05-08 borsAuto merge of #96770 - flip1995:fix-trait-type-in-bound...
2022-05-08 xFrednetTest `expect` attribute for tool lints, clippy edition...
2022-05-08 Samuel E. Moelius IIIOptionally allow `expect` and `unwrap` in tests
2022-05-08 Samuel E. Moelius IIIPass msrvs by copy
2022-05-08 borsAuto merge of #94206 - PrestonFrom:significant_drop...
2022-05-07 xFrednetReplace `#[allow]` with `#[expect]` in Clippy
2022-05-07 flip1995Track if a where bound comes from a impl Trait desugar
2022-05-07 borsAuto merge of #8794 - smoelius:fix-8759, r=llogiq
2022-05-07 tamaronfix
2022-05-07 Preston FromLint for significant drops who may have surprising...
2022-05-07 borsAuto merge of #96531 - kckeiks:remove-item-like-visitor...
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #8793 - Alexendoo:dev-lint-extra-args...
2022-05-06 Miguel Guarnizuse def_span and def_kind queries instead of calling...
2022-05-06 tamaronResolved conflicts
2022-05-06 Alex MacleodPass through extra args in `cargo dev lint`
2022-05-06 Samuel E. Moelius IIIAddress `unnecessary_to_owned` false positive
2022-05-06 borsAuto merge of #8763 - arieluy:manual_range_contains...
2022-05-06 borsAuto merge of #8792 - jyn514:remove-ast-json, r=flip1995
2022-05-06 Ariel UyCreate RangeBounds struct
2022-05-06 Joshua NelsonSuggest -Zunpretty=ast-tree instead of -Zast-json
2022-05-06 borsAuto merge of #8778 - sunfishcode:main, r=giraffate
2022-05-05 SerialUse CamelCase; Fix filter ranges
2022-05-05 borsAuto merge of #8790 - Jarcho:attribute_line, r=flip1995
2022-05-05 Jason NewcombRevert hack fixing #2475 added in commit 034c81b76145a0...
2022-05-05 borsAuto merge of #8789 - fedemartinezdev:master, r=flip1995
2022-05-05 Federico MartinezAdded missing `### What it does`
2022-05-05 flip1995(Partially) Revert "HACK: Move buggy lints to nursery"
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-05 Gary GuoBless clippy error msg
2022-05-05 borsAuto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995
2022-05-05 flip1995Fix ICE in EarlyAttribtues lints
2022-05-05 flip1995HACK: Move buggy lints to nursery
2022-05-05 flip1995Bump nightly version -> 2022-05-05
2022-05-05 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-05-05 SerialChange input placeholder
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-04 Nicholas NethercoteOverhaul `MacArgs::Eq`.
2022-05-04 Alex Macleodidentity_op: add parenthesis to suggestions where required
2022-05-04 borsAuto merge of #8575 - FoseFx:trim_split_whitespace2...
2022-05-04 borsAuto merge of #8780 - Alexendoo:init-numbered-field...
2022-05-04 Max Baumannadd trim_split_whitespace
2022-05-03 SerialOnly require minor version
2022-05-03 borsAuto merge of #8779 - binggh:easier-needless-late-init...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 borsAuto merge of #8783 - flip1995:ouir-nursery, r=llogiq
2022-05-03 flip1995Move only_used_in_recursion to nursery
2022-05-03 Alex MacleodIgnore type aliases in `init_numbered_fields`
2022-05-03 bingghcargo dev bless
2022-05-03 bingghEasier readability for needless_late_init
2022-05-03 bjorn3Make rustc_parse_format compile on stable
2022-05-03 borsAuto merge of #8730 - tamaroning:fix8724, r=Alexendoo
2022-05-02 Dan GohmanFix `cast_lossless` to avoid warning on `usize` to...
2022-05-01 Vadim Petrochenkovrustc: Panic by default in `DefIdTree::parent`
2022-05-01 tamaronimprove identity_op
2022-05-01 Scott McMurrayFix the clippy build
2022-04-30 borsAuto merge of #8767 - xFrednet:8765-fix-doc-example...
2022-04-30 borsAuto merge of #8625 - Jarcho:rename_lint, r=xFrednet
2022-04-30 xFrednetAdd missing quite in `large_include_file` example
2022-04-30 borsAuto merge of #8720 - asquared31415:ptr-cast-ice-fix...
2022-04-30 borsAuto merge of #8764 - dtolnay-contrib:checkoutv3, r...
2022-04-30 Camille GILLOTBless tests.
next