]> git.lizzy.rs Git - rust.git/history - tests
Apply self-review by Centril
[rust.git] / tests /
2020-06-07 Mazdak Farrokhzadsplit unnested_or_patterns test
2020-06-07 Mazdak Farrokhzadadd `unnested_or_patterns` lint
2020-06-07 borsAuto merge of #5691 - flip1995:rustup, r=matthiaskrgr
2020-06-07 flip1995Rustup to rust-lang/rust#71796
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-05 borsAuto merge of #5688 - ebroto:fix_cargo_tests_in_rustc...
2020-06-05 Eduardo BrotoFix cargo ui tests when running inside rust repo
2020-06-05 borsAuto merge of #5671 - ebroto:changelog_144_145, r=flip1995
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-06-03 borsAuto merge of #5677 - lzutao:checked_conv, r=matthiaskrgr
2020-06-03 Lzu TaoFix false negative of checked_conversion lint
2020-06-02 borsAuto merge of #5678 - lzutao:slice, r=flip1995
2020-06-02 borsAuto merge of #5672 - phansch:regression-test-env,...
2020-06-02 borsAuto merge of #5664 - ThibsG:GiveCorrectedCode, r=flip1995
2020-06-02 borsAuto merge of #5597 - esamudera:slice_iter_next, r...
2020-06-01 borsAuto merge of #5673 - phansch:endless-loop, r=Manishearth
2020-06-01 Philipp HanschAdd regression test for endless loop
2020-06-01 Philipp HanschAdd regression test for string_lit_as_bytes issue
2020-06-01 borsAuto merge of #5623 - JarredAllen:sort_by_key_reverse...
2020-05-31 JarredAllenImplement suggestions from phansch
2020-05-31 Ericko SamuderaNew lint: iter_next_slice
2020-05-31 borsAuto merge of #5662 - ebroto:cargo_tests_invalid_crate...
2020-05-31 JarredAllenUpdated test cases and formatted
2020-05-31 JarredAllenRenamed to
2020-05-31 JarredAllenDetect also when works
2020-05-31 JarredAllenDetect also a non-reversed comparison
2020-05-31 JarredAllenAdded negative test cases and ran cargo dev fmt
2020-05-31 JarredAllenPasses all tests now!
2020-05-31 JarredAllenMore progress towards sort_by_key_reverse lint
2020-05-31 JarredAllenAttempted start at sort_by_key_reverse lint
2020-05-31 JarredAllenCreated lint
2020-05-31 Eduardo Brotocargo-ui tests: check that <dir>/src exists before...
2020-05-31 borsAuto merge of #4455 - flip1995:unit_arg_appl, r=phansch
2020-05-31 flip1995Add tests for empty blocks
2020-05-31 flip1995Update test files
2020-05-31 flip1995Adapt stderr and fixed files
2020-05-31 borsAuto merge of #5667 - djugei:master, r=flip1995
2020-05-31 borsAuto merge of #5666 - flip1995:rollup-yjyvvbg, r=flip1995
2020-05-31 Philipp KronesRollup merge of #5663 - matthiaskrgr:crash_test_3969...
2020-05-31 Philipp KronesRollup merge of #5656 - ebroto:len_zero_ranges, r=matth...
2020-05-31 Philipp KronesRollup merge of #5637 - montrivo:feature/vec_resize_to_...
2020-05-31 borsAuto merge of #5655 - matthiaskrgr:source_mod, r=flip1995
2020-05-31 borsAuto merge of #5665 - flip1995:rustup, r=matthiaskrgr
2020-05-31 flip1995Fix sync fallout
2020-05-31 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-30 Tim Nielensnew lint: vec_resize_to_zero
2020-05-29 Matthias Krügeradd testcase that no longer ICEs
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-28 flip1995Temp fix: don't run cargo lint tests in rustc test...
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-27 Eduardo Brotolen_zero: skip ranges if feature `range_is_empty` is...
2020-05-27 borsAuto merge of #5652 - rust-lang:flip1995-patch-1, r...
2020-05-27 borsAuto merge of #5631 - ThibsG:ExtendUselessConversion...
2020-05-27 borsAuto merge of #5653 - matthiaskrgr:rustup_47, r=flip1995
2020-05-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/72342...
2020-05-26 ThibsGAdd test cases for broader coverage
2020-05-26 borsAuto merge of #5648 - returntrip:master, r=matthiaskrgr
2020-05-26 borsAuto merge of #5609 - phansch:empty-line-after-outer...
2020-05-26 Philipp HanschMake empty_line_after_outer_attr an early lint
2020-05-26 borsAuto merge of #5638 - ebroto:issue_5628_add_suggestion_...
2020-05-26 borsAuto merge of #5562 - flip1995:clippyup_up, r=phansch
2020-05-26 borsAuto merge of #5636 - ebroto:issue_5041, r=phansch
2020-05-25 borsAuto merge of #5647 - ebroto:5644_allow_ptr_arg_in_arg_...
2020-05-25 Eduardo Brotoptr_arg: honor `allow` attr on arguments
2020-05-25 borsAuto merge of #4429 - jeremystucki:or_fun_call, r=flip1995
2020-05-25 Jeremy StuckiUpdate ui test
2020-05-25 Jeremy StuckiAdd tests
2020-05-25 borsAuto merge of #5641 - ThibsG:DocCommonTools, r=flip1995
2020-05-25 borsAuto merge of #5635 - montrivo:bugfix/option_option_tes...
2020-05-25 Eduardo Brotoreversed_empty_ranges: add suggestion for &slice[N..N]
2020-05-25 ThibsGExtend `useless_conversion` lint with TryInto
2020-05-25 ThibsGExtend `useless_conversion` lint with TryFrom
2020-05-25 Eduardo Brotomultiple_crate_versions: skip dev and build deps
2020-05-25 Eduardo BrotoMake the name of the crate available in cargo UI tests
2020-05-25 borsAuto merge of #5616 - euclio:no-derive-suggestion,...
2020-05-25 borsAuto merge of #5646 - flip1995:rustup, r=matthiaskrgr
2020-05-22 Tim Nielensoption_option test case #4298
2020-05-22 Andy Russellnew_without_default: do not suggest deriving
2020-05-22 borsAuto merge of #5632 - flip1995:rustup, r=phansch
2020-05-21 borsAuto merge of #5614 - ebroto:test_cargo_lints, r=flip1995
2020-05-21 Eduardo BrotoRelax fs layout so that multiple pass/fail manifests...
2020-05-21 Eduardo BrotoAddress comments from PR review
2020-05-21 Eduardo BrotoAdd test for multiple_crate_versions
2020-05-21 Eduardo BrotoAdd test for cargo_common_metadata
2020-05-21 Eduardo BrotoAdd test for wildcard_dependencies
2020-05-21 Eduardo BrotoAdapt compile-test to run tests for cargo lints
2020-05-20 borsAuto merge of #5611 - rrbutani:master, r=flip1995
2020-05-20 borsAuto merge of #5622 - elichai:2020-05-match_wild_err_ar...
2020-05-20 Elichai TurkelUpdate future-not-send stderr output
2020-05-20 Elichai TurkelMake match_wild_err_arm pedantic, and update help messages
2020-05-20 borsAuto merge of #5582 - vtmargaryan:match_wildcard_for_si...
2020-05-20 borsAuto merge of #5621 - flip1995:rustup, r=phansch
2020-05-20 flip1995Update test after const_ptr functions are must_use now
2020-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-19 borsAuto merge of #69171 - Amanieu:new-asm, r=nagisa,nikoma...
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-17 borsAuto merge of #5568 - ThibsG:RenameIdentityConversionLi...
2020-05-17 borsAuto merge of #5529 - alex-700:improve-option-and-then...
next