]> git.lizzy.rs Git - rust.git/history - tests
Move `VecResizeToZero` into `Methods` lint pass
[rust.git] / tests /
2022-08-19 Jason NewcombMove `VecResizeToZero` into `Methods` lint pass
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-18 borsAuto merge of #9348 - lukaslueg:issue9347, r=Alexendoo
2022-08-18 Lukas LuegDont lint on match pattern-binding
2022-08-18 borsAuto merge of #9136 - smoelius:enhance-needless-borrow...
2022-08-17 borsAuto merge of #9338 - sgued:9331-unwrap-err-used, r...
2022-08-17 Sosthène Guédonunwrap_used: Fix error message for unwrap_err when...
2022-08-17 borsAuto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
2022-08-17 borsAuto merge of #9345 - cherryblossom000:patch-1, r=flip1995
2022-08-17 borsAuto merge of #9344 - Jarcho:opt_target_dir, r=flip1995
2022-08-17 Jason NewcombHandle `CARGO_TARGET_DIR` not being set in compile...
2022-08-17 borsAuto merge of #9341 - bmc-msft:suggest-map_or-instead...
2022-08-16 Samuel E. Moelius IIIFix adjacent code
2022-08-16 Samuel E. Moelius IIIEnhance `needless_borrow` to consider trait implementations
2022-08-16 borsAuto merge of #9343 - Serial-ATA:compiletest-target...
2022-08-16 SerialUse `CARGO_TARGET_DIR` in compile-test
2022-08-16 borsAuto merge of #9327 - Serial-ATA:non_ascii_literal_macr...
2022-08-16 SerialFix [`non_ascii_literal`] in tests
2022-08-16 Sosthène Guédonunwrap_used and expect_used: trigger on uses of their...
2022-08-16 borsAuto merge of #9340 - alex-semenyuk:box_t, r=dswij
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 borsAuto merge of #9328 - stanislav-tkach:borrow_deref_ref...
2022-08-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
2022-08-15 lukasluegFix label not starting with lcase-letter
2022-08-15 borsAuto merge of #9329 - xphoniex:fix-#9317, r=flip1995
2022-08-14 xphoniexSkip `unnecessary_to_owned` when `t != t.to_string()`
2022-08-14 Guilherme-VasconcelosUpdate all tests to comply with clippy::manual_empty_st...
2022-08-14 Guilherme-VasconcelosImplement clippy::manual_empty_string_creations lint
2022-08-14 borsAuto merge of #9187 - sgued:iter-once, r=flip1995
2022-08-14 borsAuto merge of #9167 - aldhsu:fix-trait-duplication...
2022-08-12 borsAuto merge of #9324 - flip1995:changelog, r=xFrednet
2022-08-12 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
2022-08-12 Allen HsuLint trait duplication in one pass.
2022-08-11 borsAuto merge of #9323 - flip1995:rustup, r=flip1995
2022-08-11 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-08-10 Lukas LuegAdd labels to if_let_mutex
2022-08-10 Lukas LuegFix if_let_mutex not checking Mutexes behind refs
2022-08-09 miam-miam100Add new lint [`positional_named_format_parameters`]
2022-08-09 borsAuto merge of #9308 - daxpedda:missing-const-for-fn...
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 Sosthène GuédonRename new lints to iter_on_empty_collections and iter_...
2022-08-08 Sosthène GuédonPrevent some false positives
2022-08-08 Sosthène GuédonImprove suggestions
2022-08-08 Sosthène GuédonMove iter_once and iter_empty to methods as a late...
2022-08-08 Sosthène GuédonAdd iter_once and iter_empty lints
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 Jason NewcombFix ICE when reading literals with weird 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 NewcombDon't lint `unit_arg` when expanded from a proc-macro
2022-08-07 Jason NewcombAllow type erasure using `*const/mut int_type` in ...
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 KrasnitskiExtend `if_then_some_else_none` to also suggest `bool...
2022-08-03 Jason NewcombDon't lint `transmute_undefined_repr` when the the...
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 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 borsAuto merge of #9254 - alex-semenyuk:enable_empty_loop_n...
2022-08-01 Federico GuerinoniAdd `elapsed_instant` lint
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 borsAuto merge of #9223 - sgued:unwrap-expect-used, r=giraffate
2022-07-30 borsAuto merge of #99887 - nnethercote:rm-TreeAndSpacing...
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 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 Philipp KronesMerge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d...
2022-07-28 borsAuto merge of #9257 - flip1995:rustup, r=flip1995
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-27 Philipp KronesRead and use deprecated configuration (as well as emitt...
next