]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-08 Devin Rfix some of the review, rename, fmt, refactor
2020-06-08 Devin Rremove session
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 flip1995Fix rebase fallout
2020-06-07 flip1995Apply self-review by Centril
2020-06-07 Mazdak Farrokhzadsplit unnested_or_patterns test
2020-06-07 Mazdak Farrokhzaddogfood unnested_or_patterns
2020-06-07 Eduardo BrotoRemove unnecessary lifetime parameter
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 Eduardo BrotoMake let_and_return a late lint pass
2020-06-07 borsAuto merge of #5691 - flip1995:rustup, r=matthiaskrgr
2020-06-07 flip1995Temporarily disable RLS integration test
2020-06-07 flip1995Rustup to rust-lang/rust#71796
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
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-06 borsAuto merge of #72927 - petrochenkov:rustc, r=Mark-Simul...
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 Mark RousskovBump to 1.46
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 Vadim PetrochenkovUpdate fulldeps tests and clippy
2020-06-02 Eduardo BrotoApply suggestions from PR review
2020-06-02 Vadim PetrochenkovRename the crates in source code
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 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
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
next