]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-08 borsAuto merge of #8619 - pitaj:fix-6973, r=giraffate
2022-04-07 borsAuto merge of #8657 - flip1995:raw_lint_desc, r=flip1995
2022-04-07 flip1995Allow raw lint descriptions
2022-04-07 borsAuto merge of #8656 - flip1995:rustup, r=flip1995
2022-04-07 flip1995Bump changelog stable version -> 1.60
2022-04-07 flip1995Bump nightly version -> 2022-04-07
2022-04-07 flip1995Bump Clippy Version -> 0.1.62
2022-04-07 flip1995Fix internal::INVALID_PATHS lint
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-07 borsAuto merge of #8635 - pbor:unsigned-abs, r=giraffate
2022-04-07 borsAuto merge of #8646 - Alexendoo:option-as-deref-mut...
2022-04-07 Alex MacleodFix `as_deref_mut` false positives in `needless_option_...
2022-04-07 Paolo Borelliconf: fix lint name in comment
2022-04-07 Paolo Borellinew lint cast_abs_to_unsigned
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 borsAuto merge of #8606 - InfRandomness:err()-expect()...
2022-04-06 infrandomnessFix mistakes in documentation :
2022-04-06 InfRandomnessAdd .err().expect() lint
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-06 borsAuto merge of #8644 - yoav-lavi:squashed-master, r...
2022-04-06 Yoav Laviupdate unnecessary_join documentation
2022-04-06 J-ZhengLicode refractor for `[needless_match]`
2022-04-06 borsAuto merge of #8612 - SabrinaJewson:suggest-from-utf8...
2022-04-06 Sabrina JewsonReport `from_utf8` suggestion as maybe incorrect
2022-04-06 borsAuto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
2022-04-06 borsAuto merge of #8588 - pitaj:fix-8348, r=flip1995
2022-04-05 borsAuto merge of #8636 - flip1995:release_changelog_quick_...
2022-04-05 borsAuto merge of #8403 - nerdypepper:fix/diagnostic-messag...
2022-04-05 Akshayfix mispelling in diagnostic message of bytes_nth
2022-04-05 borsAuto merge of #8620 - Alexendoo:test-fmt-first, r=flip1995
2022-04-05 borsAuto merge of #8607 - Alexendoo:cargo-dev-lint-dir...
2022-04-05 flip1995Add documentation on how to do a minimal changelog...
2022-04-05 David Woodsession: opt for enabling directionality markers
2022-04-05 David Wooderrors: implement sysroot/testing bundle loading
2022-04-05 David Wooderrors: implement fallback diagnostic translation
2022-04-05 David Woodspan: move `MultiSpan`
2022-04-04 borsAuto merge of #8633 - xFrednet:8627-escape-mod-rs,...
2022-04-04 xFrednetEscape `mod.rs` file mentions to avoid links in our...
2022-04-04 borsAuto merge of #8632 - Jarcho:cast_ptr_alignment, r...
2022-04-04 Jason NewcombDon't lint `cast_ptr_alignment` when used for unaligned...
2022-04-04 Jason NewcombAdd lints `drop_non_drop` and `forget_non_drop`
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-04-04 borsAuto merge of #8594 - FoseFx:unit_like_struct_brackets...
2022-04-04 Max Baumannis_unit_like_struct -> has_brackets
2022-04-02 Alex MacleodRun fmt test before compile-test/dogfood
2022-04-02 borsAuto merge of #8605 - Jarcho:remove-deps, r=xFrednet
2022-04-02 borsAuto merge of #8611 - Alexendoo:module-files-relative...
2022-04-02 Jason NewcombAdd a couple of examples to `undocumented_unsafe_blocks`
2022-04-02 Peter Jaszkowiakignore `&x | &y` in unnested_or_patterns
2022-04-02 Jason NewcombRemove cargo_metadata dependency from clippy
2022-04-02 Jason NewcombRemove cargo_metadata dependency from clippy_dev
2022-04-02 Jason NewcombRemove regex dependency from clippy_dev
2022-04-01 borsAuto merge of #8616 - pitaj:single_element_loop_arrays...
2022-04-01 Peter Jaszkowiaksingle_element_loop: handle arrays for Edition2021
2022-04-01 SabrinaJewsonDon't unnecessarily suggest unsafe block
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 SabrinaJewsonSuggest from_utf8_unchecked in const contexts
2022-03-30 borsAuto merge of #8610 - SabrinaJewson:transmute-int-to...
2022-03-30 Max Baumannpedantic -> restriction
2022-03-30 Max Baumannupdate description
2022-03-30 Max Baumannstyle -> pedantic
2022-03-30 Max Baumannunit_like_struct_brackets -> empty_structs_with_brackets
2022-03-30 Max Baumannchanges after review
2022-03-30 Max Baumannuse span_suggestion_hidden
2022-03-30 Max Baumannadditional checks for conditionally compiled code
2022-03-30 Max Baumannfix godfood test
2022-03-30 Max Baumannfix uitests
2022-03-30 Max Baumannfix existing clippy tests
2022-03-30 Max Baumannadd unit_like_struct_brackets
2022-03-30 SabrinaJewsonDon't warn int-to-char transmutes in const contexts
2022-03-30 Alex MacleodHandle relative paths in module_files lints
2022-03-30 borsAuto merge of #8602 - giraffate:fix_ice_for_iter_overea...
2022-03-30 borsAuto merge of #8576 - smoelius:crate_in_macro_def,...
2022-03-30 Samuel E. Moelius IIIFix error message in crate_in_macro_def.stderr
2022-03-30 Samuel E. Moelius IIIMove `crate_in_macro_def` to suspicious
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 borsAuto merge of #8597 - giraffate:fix_changelog, r=xFrednet
2022-03-30 borsAuto merge of #8592 - c410-f3r:stuff, r=flip1995
2022-03-30 borsAuto merge of #8586 - pitaj:fix-8378, r=flip1995
2022-03-30 borsAuto merge of #8584 - Alexendoo:map-unit-fn-context...
2022-03-30 lcnrclippy: nameres for primitive type impls
2022-03-30 lcnrget clippy to compile again
2022-03-29 Alex MacleodAllow running `cargo dev lint` on a package directory
2022-03-29 Camille GILLOTRemember mutability in `DefKind::Static`.
2022-03-29 Takayuki NakataFix ICE for `iter_overeager_cloned`
2022-03-29 J-ZhengLiimprove parent expr check
2022-03-28 Oli SchererRemove opaque type obligation and just register opaque...
2022-03-28 Oli SchererRevert "Auto merge of #93893 - oli-obk:sad_revert,...
2022-03-28 Takayuki NakataFix version in changelog
2022-03-28 Samuel E. Moelius IIIAddress review comments
2022-03-28 Jaic1First submit
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-28 borsAuto merge of #8519 - tysg:redundant-modulo, r=giraffate
2022-03-27 Tianyi SongEmit lint when rhs is negative
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 CaioRustfmt
next