]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-09-10 Jason NewcombFix result order for `manual_split_once` when `rsplitn...
2021-09-09 borsAuto merge of #7649 - flip1995:backport_remerge, r...
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-09-09 borsAuto merge of #7610 - Labelray:master, r=camsteffen
2021-09-09 borsAuto merge of #7621 - azdavis:master, r=camsteffen
2021-09-09 Labelrayadd new lint `iter_not_returning_iterator`
2021-09-09 Ariel DavisAllow giving reasons for disallowed_methods
2021-09-08 borsAuto merge of #7631 - camsteffen:depinfo, r=flip1995
2021-09-08 Cameron SteffenDeny warnings in test modules
2021-09-08 Cameron SteffenUse binary-dep-depinfo to resolve UI dependencies
2021-09-08 Cameron SteffenRemove unused dependencies
2021-09-08 borsAuto merge of #7644 - flip1995:rustup, r=flip1995
2021-09-08 flip1995Bump Clippy Version -> 0.1.57
2021-09-08 flip1995Bump nightly version -> 2021-09-08
2021-09-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-08 borsAuto merge of #7607 - dswij:mut-range-bound-break,...
2021-09-08 dswijAdd known problems to `mut_range_bound` docs
2021-09-08 dswijUpdate test output for `mut_range_bound`
2021-09-08 dswij`mut_range_bound` to check for immediate break from...
2021-09-08 dswijAdd additional test for broken loop in `mut_range_bound`
2021-09-07 borsAuto merge of #7642 - mikerite:fix-7641, r=flip1995
2021-09-07 Michael WrightAdd `TAU` to `approx_constant`
2021-09-06 borsAuto merge of #7634 - chansuke:update-eval-order-depend...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-05 borsAuto merge of #7596 - lengyijun:option_needless_deref...
2021-09-05 borsAuto merge of #7638 - xFrednet:7569-avoid-indexing...
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-05 borsAuto merge of #7627 - xFrednet:0000-updating-issue...
2021-09-05 borsAuto merge of #7629 - mikerite:fix-7623-2, r=xFrednet
2021-09-05 xFrednetAvoid slice indexing in Clippy (down with the ICEs)
2021-09-05 Michael WrightImprove `approx_constant` output
2021-09-05 Michael WrightAdd MSRV to `approx_constant` documentation
2021-09-05 lyjUpdate clippy_lints/src/needless_option_as_deref.rs
2021-09-04 borsAuto merge of #7570 - HKalbasi:derivable-impls, r=camst...
2021-09-04 borsAuto merge of #7584 - shepmaster:unnecessary_expect...
2021-09-04 hamidreza kalbasiadd derivable impls lint
2021-09-04 lengyijunneedless_option_as_deref
2021-09-04 chansukeFix documentation of eval_order_dependence
2021-09-04 yukangFix #88256, remove duplicated diagnostic
2021-09-03 Fridtjof StoldtCorrect link in documentation for the file `clippy_lint...
2021-09-03 xFrednetUpdating issue templates again for rustbot
2021-09-03 Michael WrightMake `approx_const` MSRV aware
2021-09-03 Michael WrightReorder approx_consts constant to match rust docs
2021-09-03 Jake GouldingAdjust the output of unnecessary_unwrap and provide...
2021-09-03 Jake GouldingExtend unnecessary_unwrap to look for expect in additio...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-09-02 borsAuto merge of #7604 - flip1995:rustup, r=Manishearth
2021-09-02 flip1995Fix fallout from re-applying patches
2021-09-02 flip1995Bump nightly version -> 2021-09-02
2021-09-02 xFrednetFix matadata collection configuration formatting
2021-09-02 Cameron SteffenAdd higher docs and remove some unneeded fields
2021-09-02 flip1995Fix remaining dogfood errors
2021-09-02 Cameron SteffenFix dogfood
2021-09-02 Cameron SteffenFix manual_match with let-expressions
2021-09-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-02 borsAuto merge of #7619 - UnrealApex:patch-1, r=flip1995
2021-09-02 borsAuto merge of #7617 - xFrednet:0000-link-diag-item...
2021-09-01 Eduard-Mihai... rustc_target: move `LayoutOf` to `ty::layout`.
2021-09-01 AaronUpdate README.md
2021-09-01 xFrednetReference new diagnostic item docs in our docs :)
2021-08-31 borsAuto merge of #7605 - xordi:issue-7548-fix, r=giraffate
2021-08-31 xordiFix function and variable names
2021-08-31 xordiFix CI errors
2021-08-31 xordiAdd new ui tests
2021-08-31 xordiCheck for Not trait implementation
2021-08-31 Cameron SteffenFix clippy for let-else
2021-08-30 borsAuto merge of #7573 - Jarcho:option_if_let_else, r...
2021-08-30 lcnr`feature(const_generics)` -> `feature(const_param_types)`
2021-08-30 Ellenrename const_evaluatable_checked to generic_const_exprs
2021-08-28 inquisitivecrystalTeach tools that macros are now HIR items
2021-08-28 inquisitivecrystalTreat macros as HIR items
2021-08-27 borsAuto merge of #7600 - xFrednet:0000-update-issue-templa...
2021-08-27 Michael WoeristerPath remapping: Make behavior of diagnostics output...
2021-08-26 Jason NewcombSmall cleanup of `option_if_let_else` and additional...
2021-08-26 borsAuto merge of #7602 - flip1995:needless_collect_appl...
2021-08-26 borsAuto merge of #7583 - dswij:match-trait-docs, r=xFrednet
2021-08-26 dswijUpdate doc/common_tools_writing_lints.md
2021-08-26 dswijUpdate common tool docs on type implement trait check
2021-08-26 flip1995Set applicability of needless_collect to MaybeIncorrect
2021-08-26 lcnrupdate `TypeFlags` to deal with missing ct substs
2021-08-26 lcnradd `tcx` to `fn walk`
2021-08-26 lcnrmake unevaluated const substs optional
2021-08-26 lcnrrequire a `tcx` for `TypeVisitor`
2021-08-25 borsAuto merge of #7543 - DevinR528:disallowed-mod, r=Manis...
2021-08-25 xFrednetUpdated issue templates(formatting and rustbot label...
2021-08-25 borsAuto merge of #7453 - F3real:assume_function_calls_have...
2021-08-24 Devin RagotzyAdd module_style lint to restriction
2021-08-24 borsAuto merge of #7592 - lengyijun:redundant_allocation...
2021-08-24 lengyijunredundant_allocation: fix 7487
2021-08-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 borsAuto merge of #7595 - camsteffen:branches-sharing-nurse...
2021-08-23 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
2021-08-23 Cameron SteffenMove branches_sharing_code to nursery
2021-08-23 borsAuto merge of #7593 - camsteffen:remove-stderr-limit...
2021-08-23 Cameron SteffenRemove stderr limit
2021-08-23 borsAuto merge of #7539 - Labelray:master, r=camsteffen
2021-08-23 LabelrayAdd new lints `negative_feature_names` and `redundant_f...
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
next