]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-11 borsAuto merge of #6708 - matthiaskrgr:lintcheck, r=flip1995
2021-02-11 Matthias Krügerlintcheck: collect ICEs
2021-02-11 Matthias Krügerlintcheck: add support for path sources
2021-02-11 Matthias Krügerstart a clippy-dev readme and some rough info on how...
2021-02-11 Matthias Krügerlintcheck: make the log file be ${source-file}-logs.txt
2021-02-11 Matthias Krügerlintcheck toml: explain why tokei is commented out
2021-02-11 borsAuto merge of #6650 - daxpedda:cargo-common-metadata...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-10 borsAuto merge of #6714 - alpaca-tc:fixed_tiny_typo, r...
2021-02-10 alpaca-tcFix typo
2021-02-10 borsAuto merge of #6695 - TaKO8Ki:add-bytes-nth, r=phansch
2021-02-10 borsAuto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995
2021-02-10 Takayuki Maedaadd some test cases
2021-02-10 Takayuki MaedaUpdate clippy_lints/src/methods/bytes_nth.rs
2021-02-10 borsAuto merge of #6698 - camsteffen:path-to-local, r=phansch
2021-02-09 borsAuto merge of #6709 - rust-lang:flip1995-patch-1, r...
2021-02-09 Philipp KronesRemove rustfmt from rust-toolchain file
2021-02-09 ThibsGAdd better turbofish extractor
2021-02-09 borsAuto merge of #6704 - rust-lang:flip1995-patch-1, r...
2021-02-09 Philipp KronesRename "good first issue" back to "good-first-issue"
2021-02-08 Cameron SteffenUse path_to_local_id
2021-02-08 Cameron SteffenRefactor out UnusedSelfVisitor
2021-02-08 Cameron SteffenEnhance LocalUsedVisitor to check closure bodies
2021-02-08 borsAuto merge of #6696 - dtolnay-contrib:regex, r=Manishearth
2021-02-08 David TolnayDowngrade trivial_regex to nursery
2021-02-07 borsAuto merge of #6694 - matthiaskrgr:lintcheck-cfg, r...
2021-02-07 Takayuki Maedaadd a new lint `bytes_nth`
2021-02-07 Matthias Krügerlintcheck: add a cmdline option --crates-toml <TOML...
2021-02-07 borsAuto merge of #6686 - matthiaskrgr:lintcheck_git, r...
2021-02-07 borsAuto merge of #6674 - phlip9:disallowed_functions,...
2021-02-07 borsAuto merge of #6685 - magurotuna:filter_map_identity...
2021-02-07 borsAuto merge of #6681 - 1c3t3a:1c3t3a-issue-6467, r=xFred...
2021-02-07 borsAuto merge of #6660 - camsteffen:path-to-local, r=llogiq
2021-02-07 borsAuto merge of #6688 - rust-lang:triagebot_update, r...
2021-02-07 borsAuto merge of #6682 - camsteffen:let-underscore-ref...
2021-02-06 Philipp KronesUpdate triagebot.toml to new label names
2021-02-06 Cameron SteffenEat dogfood
2021-02-06 Bastian KerstingFixed suggestion in macro invocations
2021-02-06 Eric HussStabilize workspace wrapper.
2021-02-06 Matthias Krügerlintcheck: avoid dbg!() calls
2021-02-06 daxpeddaConfused about my own explanation.
2021-02-06 daxpeddaDocument condition.
2021-02-06 daxpeddaFux `toml_unknown_key` test.
2021-02-06 daxpeddaPick up `clippy.toml` in `ui-cargo` tests.
2021-02-06 daxpeddaAdd back `publish = false` to the old test.
2021-02-06 daxpeddaAdd test for `publish = true`.
2021-02-06 daxpeddaChange clippy configuration option.
2021-02-06 daxpeddaHide clippy configuration option.
2021-02-06 daxpeddaImplement `_cargo_ignore_publish`.
2021-02-06 daxpeddaTest names were flipped.
2021-02-06 daxpeddaFix cargo_common_metadata warning on `publish = false`.
2021-02-06 Bastian KerstingChanged lint level to `restriction`
2021-02-06 Bastian KerstingSwitched to `snippet_with_macro_callsite`
2021-02-06 Bastian KerstingRevert "Fixed for loop problem, corrected all occurence...
2021-02-06 borsAuto merge of #6684 - matthiaskrgr:versiontest_dont_bre...
2021-02-06 Bastian KerstingFixed for loop problem, corrected all occurences that...
2021-02-06 Matthias Krügerlintcheck: cleanup, fix --only for git crates, better...
2021-02-06 Matthias Krügerlintcheck: add git source as an example and update...
2021-02-06 Matthias Krügerimplement the download_and_extract() step for git sources
2021-02-06 Matthias Krügerlintcheck: make TomlCrate also accept git-data from...
2021-02-06 Matthias Krügerlintcheck: update logs
2021-02-06 Yusuke TanakaUse flatten instead of filter_map
2021-02-06 Yusuke TanakaAdd new lint `filter_map_identity`
2021-02-05 Matthias Krügertests: ignore check_that_clippy_has_the_same_major_vers...
2021-02-05 Cameron SteffenFix let_underscore_drop implements Drop logic
2021-02-05 Bastian KerstingFixed macro edge case for `semicolon_if_nothing_returne...
2021-02-05 Bastian KerstingAdded documentation
2021-02-05 Bastian KerstingFirst version of the lint
2021-02-05 borsAuto merge of #6679 - flip1995:ra_setup_abs_path, r...
2021-02-05 borsAuto merge of #6678 - TaKO8Ki:fix-typo, r=flip1995
2021-02-05 Cameron SteffenCleanup path to local checks
2021-02-05 flip1995Use absolute path to Rust repo in ra_setup
2021-02-05 Takayuki Maedafix typo
2021-02-04 Philip HayesSupport free functions in disallowed-methods lint
2021-02-04 ThibsGSet turbofish for every sugg and add more test cases
2021-02-04 borsAuto merge of #6646 - nahuakang:for_loops_over_options_...
2021-02-04 nahuakangImprove lint message; add note for future autofixable...
2021-02-03 nahuakangAdd additional test cases and improve span lint
2021-02-03 borsAuto merge of #6669 - magurotuna:fix-test-name, r=flip1995
2021-02-03 Yusuke TanakaFix file names of flat_map_identity test
2021-02-03 nahuakangAdd additional check on if arg type has iter method
2021-02-03 borsAuto merge of #6667 - Manishearth:rustup, r=Manishearth
2021-02-03 Manish GoregaokarMerge branch 'sync-from-rust3' into rustup
2021-02-03 Manish GoregaokarRun rustfmt
2021-02-03 Manish GoregaokarRustup
2021-02-03 Manish GoregaokarMerge remote-tracking branch 'origin/master' into rustup
2021-02-02 nahuakangEnhance manual flatten
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 borsAuto merge of #6639 - xFrednet:0000-configuration-docum...
2021-02-02 xFrednetUpdated the list of active mentors
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-02 Vasili NovikovAdd .editorconfig
2021-02-02 borsAuto merge of #6664 - camsteffen:path-to-res, r=Manishearth
2021-02-02 borsAuto merge of #6523 - brightly-salty:missing-panic...
2021-02-02 Caden HausteinAdd missing_panics_doc lint
2021-02-02 borsAuto merge of #6659 - phlip9:let_and_return_fix, r...
2021-02-02 borsAuto merge of #6661 - Manishearth:exhaustive-fix, r...
2021-02-02 Philipp KronesFix test formatting
2021-02-02 Manish Goregaokarexhaustive_structs: don't trigger for structs with...
2021-02-01 ThibsGFix suggestions that need parens
next