]> git.lizzy.rs Git - rust.git/history - tests
Workaround rust-lang/rustfmt#4477 - relative paths in `path` attribute
[rust.git] / tests /
2021-07-31 Jason NewcombWorkaround rust-lang/rustfmt#4477 - relative paths...
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...
2021-07-28 Philipp KronesRollup merge of #7298 - flip1995:ci-switch-to-monster...
2021-07-28 flip1995Update deploy CI
2021-07-27 Jacob PrattUpdate tests
2021-07-27 borsAuto merge of #7492 - nfejzic:improve_help, r=Manishearth
2021-07-27 borsAuto merge of #7488 - DevinR528:bantype-fix, r=camsteffen
2021-07-27 Devin RagotzyAdd primitive type support to disallowed_type lint
2021-07-27 Nadir FejzicHandle `--no-deps` flag same as `--fix` flag.
2021-07-27 borsAuto merge of #7466 - xFrednet:5393-use-more-diagnostic...
2021-07-26 kadminActually infer args in visitors
2021-07-26 borsAuto merge of #7495 - camsteffen:extern-conflict, r...
2021-07-26 Cameron SteffenImprove conflicting rlibs error again
2021-07-26 borsAuto merge of #7493 - xFrednet:7220-fix-new-without...
2021-07-26 borsAuto merge of #7485 - camsteffen:add-test-externs,...
2021-07-26 borsAuto merge of #7477 - F3real:needless_continue, r=flip1995
2021-07-26 borsAuto merge of #7484 - camsteffen:author, r=flip1995
2021-07-26 xFrednetPrefer a code snipped over formatting the self type...
2021-07-25 Cameron Steffenauthor: check block.expr: None
2021-07-25 borsAuto merge of #83723 - cjgillot:ownernode, r=petrochenkov
2021-07-25 kadminAdd inferred args to typeck
2021-07-23 Cameron Steffenclippy::author improvements
2021-07-23 Cameron SteffenAdd clippy_utils and if_chain to extern crate list
2021-07-23 chaz-kikerupdate clippy ui test 'future_not_send.stderr' to match
2021-07-22 F3realLint on continue expression without semi-colon
2021-07-21 F3realEmit needless_continue warning if loop ends on continue
2021-07-20 F3realEnhance needless continue to detect loop {continue;}
2021-07-19 borsAuto merge of #7221 - th1000s:keyword_, r=giraffate
2021-07-19 flip1995Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042...
2021-07-19 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-19 borsAuto merge of #7470 - DevinR528:fix-ice7447, r=flip1995
2021-07-19 borsAuto merge of #7403 - Anthuang:redundant-method-names...
2021-07-19 Anthony HuangRun bless
2021-07-18 borsAuto merge of #7474 - camsteffen:binop, r=Manishearth
2021-07-18 Michael Howellfix(clippy): add missing allow(dyn_drop)
2021-07-18 borsAuto merge of #7473 - Jarcho:ice_7340, r=Manishearth
2021-07-18 Cameron SteffenFactor BinOp utils
2021-07-17 Jason NewcombFix ICE in `is_integer_const` when the expression is...
2021-07-16 borsAuto merge of #7471 - flip1995:ice-7410, r=giraffate
2021-07-16 flip1995Fix ICE in redundant_pattern_matching
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-15 Devin RagotzyAdd check if ty has_escaping_bound_vars in zero_sized_m...
2021-07-15 borsAuto merge of #7460 - camsteffen:run-from-source, r...
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
2021-07-15 borsAuto merge of #7468 - flip1995:rustup, r=flip1995
2021-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-15 borsAuto merge of #7308 - lengyijun:redundant_allocation_ar...
2021-07-14 lyjredundant_allocation: add Arc; some refractoring.
2021-07-14 xFrednetUse diagnostic items for `Vec`, `VecDeque` and connecte...
2021-07-14 borsAuto merge of #7462 - xFrednet:7369-branches-sharing...
2021-07-14 xFrednetFixed `branches_sharing_code` FP with block expressions...
2021-07-14 borsAuto merge of #7437 - ebobrow:redundant-closure-move...
2021-07-14 Elliot Bobrowsuggest `&mut` for redundant FnMut closures
2021-07-14 borsAuto merge of #7346 - lengyijun:redundant_clone_5707...
2021-07-14 lyjfix 5707
2021-07-13 Thomas OttoNo longer suggest inserting or appending an underscore
2021-07-13 borsAuto merge of #86827 - camsteffen:hash-lint-resolved...
2021-07-13 borsAuto merge of #7446 - Y-Nak:fix-7445, r=xFrednet,flip1995
2021-07-13 Yoshitomo Nakanishi`default_numeric_fallback`: Add rustfix tests
2021-07-13 borsAuto merge of #7442 - camsteffen:format-args, r=xFrednet
2021-07-13 Cameron SteffenSplit a lint message into help
2021-07-13 Cameron SteffenFix useless_format false positive
2021-07-09 Yoshitomo Nakanishi`default_numeric_fallback`: Add more tests for floating...
2021-07-08 Yoshitomo Nakanishidefault_numeric_fallback: Fix FP with floating literal
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-06 Ryan LevickAdd s to non_fmt_panic
2021-07-06 borsAuto merge of #7439 - iobtl:assert_msg_panic_fp, r...
2021-07-06 iobtlfix false positive (panic message) with assert macro...
2021-07-05 Anthony HuangAdd redundant_method_names lint
2021-07-05 borsAuto merge of #7243 - mgacek8:issue7145_strlen_on_c_str...
2021-07-05 Mateusz GacekAdd new lint: strlen_on_c_strings
2021-07-04 borsAuto merge of #7431 - DevinR528:fix-macro-brace, r...
2021-07-04 Devin RagotzyFix emitting in nested (proc_)macros for nonstandard_ma...
2021-07-03 borsAuto merge of #7428 - camsteffen:use-self-ice, r=flip1995
2021-07-03 Cameron SteffenFix use_self ICE
2021-07-03 borsAuto merge of #7426 - ebobrow:doc-markdown-fp, r=llogiq
2021-07-03 Elliot Bobrowfix doc_markdown false positive
2021-07-03 borsAuto merge of #7316 - lengyijun:rc_mutex, r=llogiq
2021-07-03 borsAuto merge of #7424 - dtolnay-contrib:macrobraces,...
2021-07-03 David TolnayDowngrade nonstandard_macro_braces to nursery
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
2021-07-01 borsAuto merge of #7418 - flip1995:rustup, r=flip1995
2021-07-01 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-01 borsAuto merge of #7407 - m-ou-se:doc-hidden-variants,...
2021-07-01 flip1995match_wildcard_for_single_variants: don't produce bad...
2021-07-01 flip1995Simplify wildcard_enum_match_arm test
2021-06-30 borsAuto merge of #7400 - popzxc:restrict-locales, r=Manish...
2021-06-30 Igor AleksanovImplement 'disallowed_script_idents' lint
2021-06-30 borsAuto merge of #7390 - popzxc:issue-7331, r=flip1995
2021-06-29 borsAuto merge of #7405 - jyn514:fix-stable, r=camsteffen
2021-06-29 borsAuto merge of #7409 - xFrednet:5394-vs-code-tasks,...
2021-06-28 borsAuto merge of #7350 - camsteffen:suspicious, r=flip1995
2021-06-26 Mara BosDon't suggest unstable and doc(hidden) variants.
2021-06-26 Mara BosDon't use exact definition of std's ErrorKind in test.
next