]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-06 borsAuto merge of #5528 - phansch:same-tys, r=flip1995
2020-06-06 Philipp HanschCleanup: Use rustc's `same_types` instead of our `same_tys`
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 Eduardo BrotoAdd error info when cargo metadata fails to run
2020-06-05 borsAuto merge of #5687 - flip1995:release_doc, r=phansch
2020-06-05 flip1995Replace all remaining occurrences of submodule with...
2020-06-05 borsAuto merge of #5671 - ebroto:changelog_144_145, r=flip1995
2020-06-05 borsAuto merge of #5686 - flip1995:release_doc, r=phansch
2020-06-05 flip1995Reorder sections of release documentation
2020-06-05 borsAuto merge of #5685 - flip1995:backport_remerge, r...
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-06-04 borsAuto merge of #5681 - matthiaskrgr:empty_line, r=phansch
2020-06-04 Matthias Krügermatch_wildcard_for_single_variants: remove empty line...
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 Eduardo BrotoApply suggestions from PR review
2020-06-02 borsAuto merge of #5678 - lzutao:slice, r=flip1995
2020-06-02 Lzu TaoMake use of slice pattern
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 Eduardo BrotoUpdate documentation on changelog updates
2020-06-01 borsAuto merge of #5673 - phansch:endless-loop, r=Manishearth
2020-06-01 ThibsGAdd doc for checking if type defines certain method
2020-06-01 ThibsGCorrected doc PR fixes
2020-06-01 ThibsGAdd more corrected code for doc
2020-06-01 ThibsGGive more corrected code examples in doc
2020-06-01 ThibsGFix more code examples
2020-06-01 ThibsGFix some code examples in doc
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-06-01 Eduardo BrotoUpdate changelog for stable:1.44 beta:1.45
2020-05-31 JarredAllenRan update_lints
2020-05-31 JarredAllenImplement suggestions from phansch
2020-05-31 borsAuto merge of #5661 - matthiaskrgr:explain_ra_setup...
2020-05-31 Matthias KrügerCONTRIBUTING: explain how to use cargo dev ra-setup
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 borsAuto merge of #5669 - mikerite:fix-cargo_metadata-0...
2020-05-31 flip1995Add tests for empty blocks
2020-05-31 flip1995Don't suggest to move empty blocks
2020-05-31 flip1995Update test files
2020-05-31 flip1995Move linting out in its own function
2020-05-31 flip1995Suggest to remove the semicolon of the last stmt in...
2020-05-31 flip1995Rework suggestion generation and use multipart_suggesti...
2020-05-31 flip1995Use multiple span_suggestions instead of multipart_sugg...
2020-05-31 flip1995Adapt stderr and fixed files
2020-05-31 flip1995Rework suggestion generation of `unit_arg` lint
2020-05-31 Michael WrightIncrease cargo_metadata version to 0.9.1
2020-05-31 borsAuto merge of #5667 - djugei:master, r=flip1995
2020-05-31 djugeiran update_lints
2020-05-31 borsAuto merge of #5666 - flip1995:rollup-yjyvvbg, r=flip1995
2020-05-31 djugeimoved cast_ptr_alignment to pedantic and expanded docum...
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-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-28 flip1995Temp fix: don't run cargo lint tests in rustc test...
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-28 Matthias Krügerclippy_dev: add ra_setup
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 borsAuto merge of #5651 - ebroto:names_as_early_passes...
2020-05-26 Philipp KronesFail bors on missing changelog
2020-05-26 borsAuto merge of #5650 - imbsky:actions-cache-v2, r=flip1995
2020-05-26 Eduardo BrotoAvoid triggering similar names on code from expansion
2020-05-26 Sora MorimotoBump actions/cache from v1 to v2
2020-05-26 flip1995Fix fallout in similar_names
2020-05-26 flip1995Fix fallout in redundant_field_names
2020-05-26 flip1995Register redundant_field_names and non_expressive_names...
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 HanschBe less specific about quote and syn versions
2020-05-26 Philipp HanschUsing dev-dependencies doesn't seem to work w/ compiletest
2020-05-26 Philipp HanschSpecify quote and syn versions
next