]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-14 borsAuto merge of #9167 - aldhsu:fix-trait-duplication...
2022-08-13 borsAuto merge of #9326 - flip1995:version-update, r=xFrednet
2022-08-12 flip1995Update lint versions for 1.63 release
2022-08-12 borsAuto merge of #9324 - flip1995:changelog, r=xFrednet
2022-08-12 flip1995Update Changelog to 1.63
2022-08-12 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
2022-08-12 Allen HsuLint trait duplication in one pass.
2022-08-12 Michael KrasnitskiAdjust lint description for better clarity
2022-08-11 borsAuto merge of #9323 - flip1995:rustup, r=flip1995
2022-08-11 Philipp KronesBump Clippy version -> 0.1.65
2022-08-11 Philipp KronesBump nightly version -> 2022-08-11
2022-08-11 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-08-09 borsAuto merge of #9308 - daxpedda:missing-const-for-fn...
2022-08-09 dAxpeDDaAddress review take 2
2022-08-09 dAxpeDDaAddress review
2022-08-09 dAxpeDDaUse `check_proc_macro` for `missing_const_for_fn`
2022-08-09 borsAuto merge of #9288 - lukaslueg:partialeqnone, r=Jarcho
2022-08-08 Lukas LuegAdd partialeq_to_none lint
2022-08-08 borsAuto merge of #9306 - guerinoni:rename-logic-bug, r...
2022-08-08 Federico GuerinoniRename `logic_bug` to `overly_complex_bool_expr`
2022-08-08 borsAuto merge of #9126 - Jarcho:auto_deref_sugg, r=Manishearth
2022-08-08 Jason NewcombLint `explicit_auto_deref` in implicit return positions...
2022-08-08 Jason NewcombFix ICE when checking the HIR ty of closure args.
2022-08-08 borsAuto merge of #9303 - Jarcho:ice_9297, r=Alexendoo
2022-08-08 borsAuto merge of #8694 - Jarcho:check_proc_macro, r=xFrednet
2022-08-08 borsAuto merge of #9302 - Jarcho:sig_drop_nursery, r=flip1995
2022-08-08 Jason NewcombFix ICE when reading literals with weird proc-macro...
2022-08-08 Jason NewcombSmall cleanup for `check_proc_macro.rs`
2022-08-08 Jason NewcombAdd note to the docs on `is_from_proc_macro`
2022-08-08 Jason NewcombDon't lint `default_trait_access` in proc-macro expansions
2022-08-08 Jason NewcombDon't lint `missing_docs_in_private_items` on proc...
2022-08-08 Jason NewcombUse new util function in `suspicious_else_formatting`
2022-08-08 Jason NewcombDon't lint `unit_arg` when expanded from a proc-macro
2022-08-08 Jason NewcombMove `significant_drop_in_scrutinee` into `nursey`
2022-08-06 borsAuto merge of #99743 - compiler-errors:fulfillment...
2022-08-05 borsAuto merge of #9294 - alex-semenyuk:enable_def_id_nocor...
2022-08-05 alex-semenyukEnable test for def_id_nocore for windows
2022-08-05 borsAuto merge of #9292 - alex-semenyuk:typos_fixed, r...
2022-08-04 alex-semenyukFix some typos
2022-08-04 borsAuto merge of #9266 - alex-semenyuk:cast_abs_to_unsigne...
2022-08-04 alex-semenyukFix cast_abs_to_unsigned generates non-compiling code...
2022-08-04 alex-semenyukFix some typos
2022-08-04 Michael GouletAdd `traits::fully_solve_obligation` that acts like...
2022-08-04 Michael KrasnitskiExtend `if_then_some_else_none` to also suggest `bool...
2022-08-03 borsAuto merge of #9284 - lengyijun:typo, r=dswij
2022-08-03 Fabian WolffWarn about dead tuple struct fields
2022-08-03 borsAuto merge of #9282 - macovedj:clone-on-copy-try-preced...
2022-08-03 lengyijunfix typo in tests/ui/redundant_allocation.rs
2022-08-02 Daniel Macoveiclean up
2022-08-02 Daniel Macoveiadd paren before '?' when suggesting deref
2022-08-02 Matthias KrügerRollup merge of #100053 - flip1995:clippy_backport...
2022-08-02 Matthias KrügerRollup merge of #99987 - Alexendoo:parse-format-positio...
2022-08-02 borsAuto merge of #9053 - AaronC81:fix-9052, r=flip1995
2022-08-02 Allen HsuAdd extra test cases from #8771, #8757, #9076.
2022-08-02 Allen HsuSplit unfixable lints.
2022-08-02 Allen HsuCompare where predicates to trait bounds.
2022-08-02 borsAuto merge of #9264 - guerinoni:instant-elapsed, r...
2022-08-02 borsAuto merge of #9279 - tabokie:weight-loss, r=flip1995
2022-08-02 tabokieuse slice match more often
2022-08-02 tabokiesimplify unit type check
2022-08-02 tabokiemove [`assertions_on_result_states`] to restriction
2022-08-02 borsAuto merge of #9254 - alex-semenyuk:enable_empty_loop_n...
2022-08-01 Federico GuerinoniAdd `elapsed_instant` lint
2022-08-01 Camille GILLOTRemove DefId from AssocItemContainer.
2022-08-01 Camille GILLOTStore associated item defaultness in impl_defaultness.
2022-08-01 borsAuto merge of #99884 - nnethercote:lexer-improvements...
2022-08-01 borsAuto merge of #9273 - tabokie:assert_ok_fp, r=flip1995
2022-08-01 tabokiedo not apply [`assertions_on_result_states`] to unwrap...
2022-08-01 borsAuto merge of #9270 - schubart:link_to_developer_guide...
2022-08-01 Michael SchubartMake it easier to find the developer guide
2022-08-01 tabokiemove [`assertions_on_result_states`] to restriction
2022-08-01 borsAuto merge of #9223 - sgued:unwrap-expect-used, r=giraffate
2022-07-31 Nicholas NethercoteShrink `Token`.
2022-07-31 Alex MacleodAlways include a position span in rustc_parse_format...
2022-07-31 Dylan DPCRollup merge of #99186 - camsteffen:closure-localdefid...
2022-07-30 Cameron SteffenUse LocalDefId for closures more
2022-07-30 borsAuto merge of #99948 - Dylan-DPC:rollup-ed5136t, r...
2022-07-30 borsAuto merge of #99887 - nnethercote:rm-TreeAndSpacing...
2022-07-30 SostheneApply suggestions from code review
2022-07-29 Miguel GuarnizAvoid ICE when fetching LocalDefId
2022-07-29 Miguel GuarnizChange enclosing_body_owner to return LocalDefId
2022-07-29 Miguel GuarnizRename local_did to def_id
2022-07-29 Miguel GuarnizChange maybe_body_owned_by to take local def id
2022-07-29 borsAuto merge of #8974 - Metaswitch:remove-blacklist-termi...
2022-07-29 Andy CaldwellAdd deprecation test for old configuration entry
2022-07-29 Andy CaldwellChange lint name to plural
2022-07-29 Andy CaldwellRename "blacklisted name" to "disallowed name" throughout
2022-07-29 Nicholas NethercoteRemove `TreeAndSpacing`.
2022-07-29 borsAuto merge of #99660 - PrestonFrom:issue_99265, r=compi...
2022-07-29 borsAuto merge of #9252 - Metaswitch:use-deprecated-config...
2022-07-28 Andy CaldwellHarden duplicates checking and add tests
2022-07-28 Sosthène GuédonFix tests
2022-07-28 Sosthène Guédonunwrap_used: Fix doc to not recommend expect when expec...
2022-07-28 Philipp KronesMerge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d...
2022-07-28 borsAuto merge of #9257 - flip1995:rustup, r=flip1995
2022-07-28 Philipp KronesBump nightly version -> 2022-07-28
2022-07-28 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-28 alex-semenyukEnable test empty_loop_no_std on windows
2022-07-28 borsAuto merge of #9253 - Serial-ATA:fix-fmt-err, r=flip1995
2022-07-28 SerialTell the user how to revert `dev setup intellij`
next