]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
2020-11-20 flip1995Fix dogfood errors
2020-11-20 flip1995Properly deprecate panic_params lint
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-19 borsAuto merge of #6345 - giraffate:follow_up_of_rustup...
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-18 Takayuki NakataRevert "Add `rustfmt::skip` as a work around"
2020-11-18 borsAuto merge of #6340 - giraffate:improve_doc_for_map_clo...
2020-11-17 Takayuki NakataImprove doc about `map_clone`
2020-11-17 borsAuto merge of #6070 - matsujika:unnecessary_wrap, r...
2020-11-17 CamelidFix handling of panic calls
2020-11-17 borsAuto merge of #6337 - ThibsG:FixIce6332, r=Manishearth
2020-11-17 borsAuto merge of #6338 - flip1995:rustup, r=flip1995
2020-11-17 flip1995Run cargo dev fmt
2020-11-17 Hirochika MatsumotoPluralize lint name
2020-11-17 Hirochika MatsumotoFix embarrassing grammatical error
2020-11-17 Hirochika MatsumotoIgnore trait implementations
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoFix clippy error
2020-11-17 Hirochika MatsumotoSkip functions in PartialOrd
2020-11-17 Hirochika MatsumotoRemove wildcard use
2020-11-17 Hirochika MatsumotoDowngrade applicability to MaybeIncorrect
2020-11-17 Hirochika MatsumotoAllow this lint on lint tests
2020-11-17 Hirochika MatsumotoSkip function with no exprs contained
2020-11-17 Hirochika MatsumotoMake lint skip macros
2020-11-17 Hirochika MatsumotoAdd support for methods
2020-11-17 Hirochika MatsumotoMake lint skip closures
2020-11-17 Hirochika MatsumotoRun `cargo dev fmt`
2020-11-17 Hirochika MatsumotoImprove lint message
2020-11-17 Hirochika MatsumotoUpdate clippy_lints/src/unnecessary_wrap.rs
2020-11-17 Hirochika MatsumotoMove `find_all_ret_expressions` into `utils`
2020-11-17 Hirochika MatsumotoAdd test case
2020-11-17 Hirochika MatsumotoSplit lint suggestion into two
2020-11-17 Hirochika MatsumotoRun rustfmt
2020-11-17 Hirochika MatsumotoCall `diag.multipart_suggestion` instead
2020-11-17 Hirochika MatsumotoFix typo
2020-11-17 Hirochika MatsumotoOptout rustfix test
2020-11-17 Hirochika MatsumotoRefactor code according to reivews
2020-11-17 Hirochika MatsumotoAdd test cases
2020-11-17 Hirochika MatsumotoFix lint example
2020-11-17 Hirochika MatsumotoAdd suggestion on type signatures
2020-11-17 Hirochika MatsumotoAdd new lint to detect unnecessarily wrapped value
2020-11-17 borsAuto merge of #78779 - LeSeulArtichaut:ty-visitor-retur...
2020-11-16 ThibsGRemove `expect()` calls to avoid ICEs in `deref_addrof...
2020-11-16 Bastian Kauschkeclippy: fold by value
2020-11-16 borsAuto merge of #6119 - rsulli55:find_is_some_on_strs...
2020-11-16 borsAuto merge of #6336 - giraffate:sync-from-rust, r=flip1995
2020-11-16 Takayuki NakataAdd `rustfmt::skip` as a work around
2020-11-15 borsAuto merge of #6334 - flip1995:rustup, r=flip1995
2020-11-15 Jonas SchievinkRollup merge of #79016 - fanzier:underscore-expressions...
2020-11-14 LeSeulArtichautSet the default `BreakTy` to `!`
2020-11-14 LeSeulArtichautIntroduce `TypeVisitor::BreakTy`
2020-11-14 borsAuto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
2020-11-14 Fabian ZaiserAdd underscore expressions for destructuring assignments
2020-11-14 borsAuto merge of #6320 - giraffate:fix_suggestion_in_manua...
2020-11-13 Vishnunarayan K Iupdate clippy test ouput
2020-11-13 borsAuto merge of #6329 - giraffate:sync-from-rust, r=matth...
2020-11-13 Takayuki NakataFix dogfood test
2020-11-12 Mara BosRollup merge of #78836 - fanzier:struct-and-slice-destr...
2020-11-12 borsAuto merge of #6325 - flip1995:rustup, r=flip1995
2020-11-12 borsAuto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
2020-11-11 Takayuki NakataFix suggestion in `manual_range_contains` when using...
2020-11-11 Fabian ZaiserImplement destructuring assignment for structs and...
2020-11-11 Ikko AshimineFix typo in comment
2020-11-11 Ryan SullivantChange variable named `foo` and rerun `update-all-refer...
2020-11-11 rsulli55Update clippy_lints/src/methods/mod.rs
2020-11-11 Ryan SullivantCleaned up message and suggestion for `lint_search_is_some`
2020-11-11 Ryan SullivantAdded period back to lint `search_is_some` and ran
2020-11-11 rsulli55Remove borrow
2020-11-11 rsulli55Remove `to_string` on msg
2020-11-11 Ryan SullivantRan `tests/ui/update-all-references.sh" and `cargo...
2020-11-11 Ryan SullivantMoved the tests for lint `search_is_some` to new files
2020-11-11 Ryan SullivantAdded a lint as suggested in 6010 which recommends...
2020-11-11 borsAuto merge of #6269 - camsteffen:map-clone-deref, r...
2020-11-11 Cameron SteffenFix map_clone with deref and clone
2020-11-10 borsAuto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto
2020-11-10 borsAuto merge of #6319 - ebroto:rustup, r=ebroto
2020-11-10 Eduardo BrotoRun cargo dev fmt
2020-11-10 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-09 borsAuto merge of #6305 - smoelius:master, r=flip1995
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-09 Samuel E. Moelius IIIAllow `let_underscore_drop` in `filter_methods` test
2020-11-09 borsAuto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
2020-11-08 Samuel E. Moelius IIIUpdate references
2020-11-08 Vadim PetrochenkovDo not collect tokens for doc comments
2020-11-08 Samuel E. Moelius IIIUpdate lints
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 Samuel E. MoeliusUpdate clippy_lints/src/let_underscore.rs
2020-11-08 borsAuto merge of #6267 - camsteffen:or-fun-idx, r=flip1995
2020-11-08 Cameron SteffenFix or_fun_call for index operator
2020-11-08 Cameron SteffenMake KNOW_TYPES static
2020-11-08 borsAuto merge of #6288 - flip1995:changelog_internal,...
2020-11-08 flip1995Force contributors/reviewers to set _some_ changelog...
2020-11-08 borsAuto merge of #6293 - Urcra:lint-example-fix, r=flip1995
2020-11-08 Samuel E. Moelius IIIUpdate references
2020-11-08 borsAuto merge of #6271 - camsteffen:vec-box-import, r...
2020-11-08 Samuel E. Moelius IIIAdd let_underscore_drop
next