]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #7627 - xFrednet:0000-updating-issue-templates-again, r=llogiq
[rust.git] / tests /
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 Michael WrightImprove `approx_constant` output
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-03 Michael WrightMake `approx_const` MSRV aware
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-02 borsAuto merge of #7604 - flip1995:rustup, r=Manishearth
2021-09-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-08-31 borsAuto merge of #7605 - xordi:issue-7548-fix, r=giraffate
2021-08-31 xordiFix function and variable names
2021-08-31 xordiAdd new ui tests
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-27 borsAuto merge of #7600 - xFrednet:0000-update-issue-templa...
2021-08-26 Jason NewcombSmall cleanup of `option_if_let_else` and additional...
2021-08-25 borsAuto merge of #7543 - DevinR528:disallowed-mod, r=Manis...
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 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
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 “a”→“an”
2021-08-22 borsAuto merge of #88163 - camsteffen:collapsible-match...
2021-08-19 Cameron SteffenFix clippy let expressions fallout
2021-08-17 borsAuto merge of #7565 - Jarcho:manual_split_once, r=llogiq
2021-08-16 Jason NewcombFix `option_if_let_else`
2021-08-16 Jason NewcombAdd lint `manual_split_once`
2021-08-16 borsAuto merge of #7566 - dswij:manual-flatten-use, r=xFrednet
2021-08-16 dswijAdd false positive test for `manual_flatten`
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-16 Thom ChiovoloniUplift the `invalid_atomic_ordering` lint from clippy...
2021-08-16 borsAuto merge of #7531 - Jarcho:manual_map_7413, r=camsteffen
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-14 Jason Newcombupdate stderr messages
2021-08-14 Jason NewcombFix tracking of which locals would need to be captured...
2021-08-14 Jason NewcombImprove `manual_map`
2021-08-14 Jason NewcombImprove `manual_map` and `map_entry`
2021-08-13 borsAuto merge of #7562 - dswij:filter-next-false-positive...
2021-08-13 dswijAdd false positive test for iterator method
2021-08-13 borsAuto merge of #87954 - flip1995:clippyup, r=Manishearth
2021-08-12 borsAuto merge of #7560 - xFrednet:7289-configuration-for...
2021-08-12 xFrednetUpdate type UI tests to use private items
2021-08-12 xFrednetUpdated lint message for `rc_mutex`
2021-08-12 Guillaume GomezRollup merge of #87885 - m-ou-se:edition-guide-links...
2021-08-12 flip1995Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735...
2021-08-12 borsAuto merge of #7558 - flip1995:rustup, r=flip1995
2021-08-12 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-08-12 Mara BosBless clippy tests.
2021-08-12 borsAuto merge of #7546 - mgeier:patch-1, r=giraffate
2021-08-12 borsAuto merge of #7516 - lf-:unwrap-or-default, r=xFrednet
2021-08-12 borsAuto merge of #7556 - F3real:no_effect_inclusive_range...
2021-08-11 F3realCorrectly report inclusive range in no_effect lint
2021-08-11 Matthias Geierfix line numbers
2021-08-11 Matthias Geierrustfmt
2021-08-11 Matthias GeierAdd test for similar names "iter" and "item"
2021-08-11 borsAuto merge of #7541 - LeSeulArtichaut:for-never-loop...
2021-08-11 LeSeulArtichaut`never_loop`: suggest using an `if let` instead of...
2021-08-11 Esteban Kuberupdate clippy
2021-08-10 JadeAdd unwrap_or_else_default lint
2021-08-10 borsAuto merge of #7535 - LeSeulArtichaut:7518-self-ty...
2021-08-10 F3realUpdate suggestion in case of index for unnecessary_oper...
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-08-09 borsAuto merge of #7544 - r00ster91:patch-1, r=flip1995
2021-08-09 borsAuto merge of #7542 - LeSeulArtichaut:cleanups, r=flip1995
2021-08-09 borsAuto merge of #7506 - HKalbasi:add-xor-swap, r=camsteffen
2021-08-08 hamidreza kalbasimerge XOR_SWAP with MANUAL_SWAP
2021-08-07 borsAuto merge of #7536 - LeSeulArtichaut:redundant-allocat...
2021-08-07 borsAuto merge of #7534 - LeSeulArtichaut:7517-closure...
2021-08-07 borsAuto merge of #7533 - Valentine-Mario:vec_extend_to_app...
2021-08-05 LeSeulArtichautProperly handle `Self` type for `trivially_copy_pass_by...
2021-08-05 valentine-mariofixed bug that had to deal with mut and non mut suggestion
2021-08-05 LeSeulArtichautDon't emit `too_many_lines` for closures
2021-08-02 borsAuto merge of #7522 - dswij:map-flatten-result, r=llogiq
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-08-02 borsAuto merge of #7519 - Jarcho:rustfmt_fix, r=giraffate
2021-08-01 Dharma Saputra WijayaHandle `Result` on `map_flatten` lint
2021-07-31 borsAuto merge of #7520 - Jarcho:while_let_7510, r=Manishearth
2021-07-31 Jason NewcombFix `while_let_on_iterator`
2021-07-31 Jason NewcombFix `while_let_on_iterator`
2021-07-31 Jason NewcombWorkaround rust-lang/rustfmt#4477 - relative paths...
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-30 Esteban KüberUse multispan suggestions more often
2021-07-29 Aaron HillRemove unnecessary trailing semicolons from clippy...
2021-07-29 Hrishi Dharamadd xor-swap lint
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 borsAuto merge of #7504 - flip1995:rename-lints, r=flip1995
2021-07-29 flip1995Rename two lints to comply with our lint naming convention
2021-07-29 borsAuto merge of #7503 - flip1995:rustup, r=flip1995
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
next