]> git.lizzy.rs Git - rust.git/history - tests
Properly parenthesize to avoid operator precedence errors
[rust.git] / tests /
2020-07-03 JarredAllenProperly parenthesize to avoid operator precedence...
2020-07-03 JarredAllenStop linting on macros and correctly use braces for...
2020-07-03 JarredAllenLint for if let Some(x) = ... instead of Option::map_or
2020-07-03 borsAuto merge of #4841 - phaylon:pattern-type-mismatch...
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 Robert SedlacekAdjusted expected STDERR
2020-07-03 Robert SedlacekAdded restriction lint: pattern-type-mismatch
2020-07-03 ThibsGDon't lint for predicates generated in macros
2020-07-03 ThibsGTake generic args into account for bounded type
2020-07-03 ThibsGAdd configurable threshold for `type_repetition_in_boun...
2020-07-03 borsAuto merge of #5763 - flip1995:rustup, r=Manishearth
2020-07-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-07-01 borsAuto merge of #5760 - phansch:deprecate-regex-macro...
2020-07-01 Philipp HanschDeprecate regex_macro lint
2020-07-01 borsAuto merge of #5759 - mikerite:multiple_crate_versions_...
2020-07-01 Michael WrightFix multiple_crate_versions error
2020-06-30 borsAuto merge of #5758 - ebroto:5704_unnested_or_pats...
2020-06-30 Eduardo BrotoRequire `or_patterns` to suggest nesting them
2020-06-30 borsAuto merge of #5750 - ebroto:blanket_clippy_restriction...
2020-06-30 Eduardo BrotoMove blanket_clippy_restriction_lints to "style"
2020-06-30 Eduardo BrotoLint enabling the whole restriction group
2020-06-30 borsAuto merge of #5751 - flip1995:rustup, r=Manishearth...
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-28 Dylan MacKenzieUpdate tests
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-24 borsAuto merge of #5701 - ebroto:4874_cmp_owned_fp, r=flip1995
2020-06-24 borsAuto merge of #5745 - montrivo:copy_on_clone, r=phansch
2020-06-23 Tim Nielenscopy_on_clone - add machine applicability
2020-06-23 Eduardo Brotocmp_owned: reverse operands if necessary
2020-06-23 Eduardo Brotocmp_owned: avoid FP when PartialEq is not implemented...
2020-06-23 borsAuto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
2020-06-23 borsAuto merge of #5738 - mikerite:loops-20200623-2, r...
2020-06-23 borsAuto merge of #5735 - lzutao:issue-temp, r=flip1995
2020-06-23 borsAuto merge of #5741 - flip1995:rollup-8chbwhy, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5726 - sozysozbot:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5724 - ebroto:5697_const_result_option...
2020-06-23 Philipp KronesRollup merge of #5716 - bugadani:patch-1, r=matthiaskrgr
2020-06-23 Philipp KronesRollup merge of #5713 - flip1995:more_lints, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5712 - ijijn:master, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5710 - lcnr:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5709 - ebroto:5389_ice, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5705 - dtolnay:orpat, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5178 - matthiaskrgr:rustc_arg_pass...
2020-06-23 borsAuto merge of #5739 - flip1995:rustup, r=flip1995
2020-06-23 borsAuto merge of #5695 - esamudera:lint_mem_uninitialized...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-23 borsAuto merge of #5711 - flip1995:rustup, r=flip1995
2020-06-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-22 Aaron HillStop using old version of `syn` in `rustc-workspace...
2020-06-16 Eduardo Brotoredundant_pattern_matching: avoid non-const fn in const...
2020-06-16 Ericko Samuderamem_replace_with_uninit: suggest std::ptr::read
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-14 Iain Brandram-AdamsUpdate stderr to match, and reinforce comments
2020-06-13 Teddy_WangAdded a lint for .map(|x| x)
2020-06-13 Iain Brandram-AdamsRemove `bar` from blacklisted names
2020-06-12 Eduardo BrotoFix ICE in consts::binop
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-10 Lzu TaoMigrate to numeric associated consts
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-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
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
next