]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #8292 - marekdownar:8239, r=xFrednet
[rust.git] / tests /
2022-01-17 borsAuto merge of #8292 - marekdownar:8239, r=xFrednet
2022-01-17 borsAuto merge of #8302 - xFrednet:0000-move-return-self...
2022-01-17 xFrednetMove `return_self_not_must_use` to `pedantic`
2022-01-17 Marek Downarremoving unsafe from test fn's && renaming shrink to...
2022-01-17 borsAuto merge of #8299 - marekdownar:8214, r=Manishearth
2022-01-17 borsAuto merge of #8297 - Jarcho:if_same_then_else_7579...
2022-01-16 Jason NewcombDon't lint `if_same_then_else` with `if let` conditions
2022-01-16 borsAuto merge of #8203 - pmnoxx:piotr-next-lint, r=llogiq
2022-01-16 Marek Downar#8214 cmp_owned suggestion flips the comparison
2022-01-16 Piotr MikulskiNew line: cloned_next
2022-01-16 borsAuto merge of #8295 - Jarcho:useless_format_8290, r...
2022-01-16 borsAuto merge of #8284 - xFrednet:0000-update-copyright...
2022-01-15 borsAuto merge of #8274 - andrewarchi:master, r=camsteffen
2022-01-15 Jason NewcombHandle implicit named arguments in `useless_format`
2022-01-15 Marek Downarissue #8239: fix to prev commit && 4 test cases
2022-01-15 borsAuto merge of #8287 - Jarcho:iter_not_returning_iterato...
2022-01-15 Jason NewcombErase late bound regions in `iter_not_returning_iterator`
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-13 borsAuto merge of #8273 - SeeSpring:apply_not_unsafe_ptr_ar...
2022-01-13 SeeSpringApply `not_unsafe_ptr_arg_deref` to type aliases
2022-01-13 borsAuto merge of #8272 - flip1995:rustup, r=flip1995
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 Jason NewcombSuggest deref when needed in `implicit_clone`
2022-01-12 Jason NewcombAdd `manual_memcpy_test` for `VecDeque`
2022-01-12 borsAuto merge of #8266 - camsteffen:test-tweaks, r=flip1995
2022-01-12 borsAuto merge of #8265 - camsteffen:which-rustfmt, r=xFrednet
2022-01-12 borsAuto merge of #8112 - Alexendoo:disallowed_methods_prim...
2022-01-12 Alex MacleodUse method name from conf::DisallowedMethod
2022-01-12 borsAuto merge of #8213 - paolobarbolini:size-of-as-bits...
2022-01-12 Paolo BarboliniAdd manual_bits lint
2022-01-12 borsAuto merge of #8037 - ojeda:doc-codegen-change, r=camst...
2022-01-12 borsAuto merge of #8190 - camsteffen:no-in-band-liftetimes...
2022-01-12 borsAuto merge of #8198 - camsteffen:no-method-call-macro...
2022-01-12 borsAuto merge of #8268 - Jarcho:deref_addrof_8247, r=flip1995
2022-01-12 Jason NewcombDon't lint `deref_addrof` when the two operations occur...
2022-01-11 borsAuto merge of #8262 - 1nF0rmed:chore-update-borrowed...
2022-01-11 borsAuto merge of #8210 - guerinoni:master, r=Manishearth
2022-01-11 Federico GuerinoniAdd borrow_as_ptr lint
2022-01-11 borsAuto merge of #8260 - taiki-e:mutex_atomic, r=llogiq
2022-01-10 Cameron SteffenRemove rustfmt component check
2022-01-10 Cameron SteffenMerge dogfood tests
2022-01-10 Cameron SteffenMove workspace test
2022-01-10 Cameron SteffenRefactor test utils
2022-01-10 Cameron SteffenRun dogfood on windows
2022-01-10 Taiki EndoDowngrade mutex_atomic to nursery
2022-01-10 borsAuto merge of #8228 - Jarcho:iter_not_returning_iterato...
2022-01-10 borsAuto merge of #8257 - camsteffen:internal-features...
2022-01-10 borsAuto merge of #8252 - dswij:8229, r=xFrednet
2022-01-10 dswij`trait_duplication_in_bounds` Update description and...
2022-01-10 Cameron SteffenCombine internal features in clippy_lints
2022-01-09 borsAuto merge of #8236 - PatchMixolydic:single_char_lifeti...
2022-01-09 borsnew lint: `single_char_lifetime_names`
2022-01-09 dswijcover trait for `trait_duplication_in_bounds`
2022-01-09 Vadim Petrochenkovrustc_metadata: Rename `item_children(_untracked)`...
2022-01-08 borsAuto merge of #8201 - smoelius:master, r=camsteffen
2022-01-05 Jason NewcombHandle type projections in `iter_not_returning_iterator`
2022-01-05 Jason NewcombLint `iter_not_returning_iterator` on the trait definit...
2022-01-05 Jason NewcombSuggest `copy_from_slice` for `manual_memcpy` when...
2022-01-05 borsAuto merge of #8221 - Jarcho:while_let_on_iterator_8113...
2022-01-05 borsAuto merge of #8224 - Jarcho:type_repetition_in_bounds_...
2022-01-05 borsAuto merge of #8223 - camsteffen:remove-in-macro, r...
2022-01-04 borsAuto merge of #8219 - camsteffen:macro-decoupling,...
2022-01-04 borsNew macro utils
2022-01-04 Matthias KrügerRollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU
2022-01-04 Jason NewcombCheck for full equality in `type_repetition_in_bounds...
2022-01-04 borsAuto merge of #8220 - Jarcho:manual_swap_8154, r=camsteffen
2022-01-04 Jason NewcombConsider auto-deref when linting `manual_swap`
2022-01-04 Jason NewcombBetter detect when a field can be moved from in `while_...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2022-01-02 borsAuto merge of #8204 - wigy-opensource-developer:fix...
2022-01-02 Wigyerasing_op lint ignored when output type is different...
2022-01-02 borsAuto merge of #8208 - nmathewson:selfkind_no_fix, r...
2022-01-01 borsAuto merge of #8209 - xFrednet:8197-mention-attribute...
2022-01-01 borsreturn_self_not_must_use document `#[must_use]` on...
2022-01-01 Josh TriplettMake tidy check for magic numbers that spell things
2022-01-01 Nick Mathewsonwrong_self_convention: Match `SelfKind::No` more restri...
2021-12-31 borsAuto merge of #8193 - ebobrow:redundant_closure_fp...
2021-12-31 borsAuto merge of #8179 - nmathewson:unused_async_io_amount...
2021-12-31 Nick Mathewsonunused_io_amount: Use span_lint_and_help.
2021-12-31 Nick MathewsonExtend [`unused_io_amount`] to cover AsyncRead and...
2021-12-31 borsAuto merge of #92252 - GuillaumeGomez:update-pulldown...
2021-12-30 flip1995Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6...
2021-12-30 borsAuto merge of #8196 - flip1995:rustup, r=flip1995
2021-12-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-29 Elliot Bobrowfix [`redundant_closure`] fp with `Arc`
2021-12-28 borsAuto merge of #8117 - hotate29:issue7320, r=camsteffen
2021-12-28 borsAuto merge of #8183 - alex-ozdemir:limit-ident, r=camst...
2021-12-28 borsAuto merge of #8187 - ApamNapat:fix_7651, r=llogiq
2021-12-28 BBFixed issues with to_radians and to_degrees lints
2021-12-28 Alex Ozdemircontants peel_refs to catch `x << &0`
2021-12-28 Alex Ozdemirtest
2021-12-28 borsAuto merge of #8127 - dswij:8090, r=xFrednet
2021-12-28 borsAuto merge of #8185 - dswij:8177, r=llogiq
2021-12-28 bors`needless_return` suggest return unit type on void...
2021-12-28 borsAuto merge of #8175 - Kage-Yami:feature/document-8145...
2021-12-28 borsAuto merge of #8182 - rust-lang:cache-test-items, r...
2021-12-27 borsAuto merge of #8170 - rust-lang:numbered-fields, r...
2021-12-27 borsAuto merge of #8175 - Kage-Yami:feature/document-8145...
2021-12-26 Andre Bogusnew lint: `init-numbered-fields`
next