]> git.lizzy.rs Git - rust.git/history - tests
Fix pattern match of ExprKind::MethodCall
[rust.git] / tests /
2020-06-13 Teddy_WangAdded a lint for .map(|x| x)
2020-06-09 borsAuto merge of #5702 - ebroto:5698_mul_not_comm, r=matth...
2020-06-09 Eduardo Brotoif_same_then_else: don't assume multiplication is alway...
2020-06-09 borsAuto merge of #5279 - DevinR528:macro-use-sugg, r=flip1995
2020-06-09 Devin RAdd enough attrs to the test file so the fix compiles...
2020-06-08 Devin RFix suggestion output, add run-rustfix to test file...
2020-06-08 Devin Rcleaned up import suggestion formatter, look into code...
2020-06-08 Devin Rwip: of handling nested import paths for multi-macro...
2020-06-08 Devin Rfix some of the review, rename, fmt, refactor
2020-06-08 Devin Ruse hashset not map for keeping track of seen macro...
2020-06-08 Devin Rcollected all the imports and names
2020-06-08 Devin Rwarn on macro_use attr
2020-06-08 borsAuto merge of #5692 - ebroto:5689_N_dotdot_N, r=yaahc
2020-06-08 borsAuto merge of #5680 - ebroto:3792_let_return, r=Manishearth
2020-06-08 borsAuto merge of #5378 - Centril:unnested-or-pats, r=flip1...
2020-06-07 Mazdak Farrokhzadsplit unnested_or_patterns test
2020-06-07 Mazdak Farrokhzadadd `unnested_or_patterns` lint
2020-06-07 Eduardo Brotoreversed_empty_ranges: don't lint N..N except in for...
2020-06-07 Eduardo Brotolet_and_return: do not lint if last statement borrows
2020-06-07 Eduardo BrotoRename let_and_return test for consistency with the...
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...
next