]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-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 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 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-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-29 Alex MacleodAllow running `cargo dev lint` on a package directory
2022-03-29 Takayuki NakataFix ICE for `iter_overeager_cloned`
2022-03-28 Takayuki NakataFix version in changelog
2022-03-28 Samuel E. Moelius IIIAddress review comments
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 CaioRustfmt
2022-03-26 CaioDo not fire `panic` in a constant environment
2022-03-26 Peter Jaszkowiakfix `indexing_slicing` with const
2022-03-25 Peter Jaszkowiakspecify serde version compatible with codebase
2022-03-25 Alex MacleodProvide suggestion context in map_unit_fn
2022-03-25 borsAuto merge of #8582 - xFrednet:0000-changelog-1-60...
2022-03-25 xFrednetChangelog for Rust 1.60.0 :crab:
2022-03-24 borsAuto merge of #8580 - flip1995:rustup, r=flip1995
2022-03-24 flip1995Bump nightly version -> 2022-03-24
2022-03-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-24 Samuel MoeliusTypo
2022-03-24 borsAuto merge of #8579 - yoav-lavi:squashed-master, r...
2022-03-24 Yoav Lavi`unnecessary_join` lint
2022-03-24 Samuel E. Moelius IIIAdd `crate_in_macro_def` lint
2022-03-21 borsAuto merge of #8232 - Jarcho:match_same_arm_860, r...
2022-03-21 borsAuto merge of #8561 - FoseFx:use_unwrap_or, r=xFrednet
2022-03-21 borsAuto merge of #8520 - J-ZhengLi:issue8506, r=xFrednet
2022-03-21 J-ZhengLiallowing [`map_flatten`] to split long suggestions
2022-03-20 Max Baumannrefactor: remove need for MethodCall matching
2022-03-20 Max Baumannrefactor: use is_lang_ctor()
2022-03-20 Max Baumannfeat: change error message
2022-03-20 borsAuto merge of #8559 - pickfire:patch-1, r=xFrednet
2022-03-19 Max Baumanntest: add method chain test
2022-03-18 Max Baumannfeat: make fixable
2022-03-18 Max Baumannfeat: use span_lint_and_sugg
2022-03-18 Max Baumannrefactor: move into methods module
2022-03-18 borsAuto merge of #8562 - Jarcho:enum_tuple_variant_as_int...
2022-03-18 Max Baumannfeat: add comment
2022-03-18 borsAuto merge of #8543 - dswij:8393, r=giraffate
2022-03-18 Max Baumannfix: ran update_lints
2022-03-18 Max Baumannrefactor: rename lint to or_then_unwrap
2022-03-17 Jason NewcombAdd lint `cast_enum_constructor`
2022-03-17 Max Baumannfeat: add tests and fix existing ones
2022-03-17 Max Baumannfeat: rename variable in example
2022-03-17 Max Baumannrefactor: use pattern matching for MethodCall arguments
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 Max Baumannfix: fix clippy_lints
2022-03-17 Max Baumannfix: fix broken dogfood tests
2022-03-17 Max Baumannfix: fix tests
2022-03-17 Max Baumannfeat: add use_unwrap_or
2022-03-17 borsAuto merge of #8552 - Jarcho:ptr_arg_8495, r=xFrednet
2022-03-17 Ivan ThamFix typo in bug report
2022-03-17 dswijAdd some comments
2022-03-17 Jason NewcombFix mixed enum variant kinds + code cleanup
next