]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-30 Jethro BeekmanAdd lint for inline assembly syntax style preference
2020-09-27 borsAuto merge of #6091 - ebroto:rustup, r=ebroto
2020-09-27 Eduardo BrotoFix dogfood
2020-09-27 Eduardo BrotoRun cargo dev fmt
2020-09-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-27 borsAuto merge of #6090 - Fishrock123:rc_buffer-formatting...
2020-09-27 Jeremiah Senkpiellints: clarify rc_buffer and add caveats
2020-09-26 borsAuto merge of #6081 - ilknarf:master, r=matthiaskrgr
2020-09-26 borsAuto merge of #6079 - giraffate:print_stdout_in_build_r...
2020-09-26 Eduardo BrotoAdd missing attr to clippy_workspace_tests/build.rs
2020-09-26 Takayuki NakataAdd build script but does not work in the dogfood test
2020-09-26 Oliver SchererRemove all unstable feature support in the `missing_con...
2020-09-26 Takayuki NakataSome small fixes
2020-09-26 Oliver SchererMove `qualify_min_const_fn` out of rustc into clippy
2020-09-25 Frankupdate lint description
2020-09-25 Frankremove useless test, update disallowed_method description
2020-09-25 Frankupdate error message, refactor disallowed_method
2020-09-25 Frankfix error message
2020-09-25 Frankchange config variables to reference, remove wildcard...
2020-09-25 Frankupdate toml_unknown_key test
2020-09-25 Frankrun cargo dev fmt
2020-09-25 Frankrun cargo dev update_lints
2020-09-25 Frankupdate unused variable
2020-09-25 Frankadd disallowed_method lint
2020-09-25 Takayuki NakataFix the detection of build scripts
2020-09-25 borsAuto merge of #6084 - ebroto:ui_tests_cleanup, r=flip1995
2020-09-25 Eduardo BrotoUse emit=link for auxiliary proc macro crates
2020-09-25 Eduardo BrotoAdd emit=metadata to UI tests build flags
2020-09-25 Eduardo BrotoRemove run-pass annotations from crash tests
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-25 Jonas SchievinkRollup merge of #76724 - ecstatic-morse:dataflow-pass...
2020-09-24 Takayuki NakataFix FP in `print_stdout`
2020-09-24 borsAuto merge of #6077 - ebroto:revert_or_fun_call_const...
2020-09-24 borsAuto merge of #6076 - rail-rain:fix_fp_explicit_counter...
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
2020-09-23 Robin SchoonoverSatisfy rc_buffer lint in Constant::Binary byte string...
2020-09-22 Eduardo BrotoRevert "Avoid or_fun_call for const_fn with no args"
2020-09-22 Eduardo BrotoRevert "or_fn_call: ignore nullary associated const...
2020-09-22 railFix a FP in `explicit_counter_loop`
2020-09-22 borsAuto merge of #6069 - alex-700:redundant-pattern-matchi...
2020-09-21 Aleksei LatyshevForbid redundant_pattern_matching triggering in macros
2020-09-21 borsAuto merge of #6071 - ebroto:rustup, r=ebroto
2020-09-21 Eduardo BrotoSplit redundant_pattern_matching tests
2020-09-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-20 Christiaan... Remove `can_suggest` from Clippy.
2020-09-20 Christiaan... Update Clippy testcases
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-20 CDirkxUpdate src/tools/clippy/clippy_lints/src/matches.rs
2020-09-20 Christiaan... Remove `can_suggest` check for `is_ok` and `is_err`.
2020-09-20 Christiaan... Update Clippy testcases
2020-09-18 borsAuto merge of #6046 - rail-rain:change_criteria_non_cop...
2020-09-17 railadd `WRAPPED_SELF: Option<Self>` in the test
2020-09-17 railrewrite the test and fix a minor fp
2020-09-17 railChange the criteria of `interior_mutable_const`
2020-09-16 Robin SchoonoverMove rc_buffer lint into perf category
2020-09-16 borsAuto merge of #6034 - rail-rain:fix_fp_in_indexing_slic...
2020-09-16 railreplace `walk_ptrs_ty` with `peel_refs`
2020-09-16 railfix a FP in `indexing_slicing`
2020-09-16 borsAuto merge of #5937 - montrivo:option_if_let_else,...
2020-09-16 borsAuto merge of #6025 - thomcc:compare_exchange_atomics...
2020-09-16 borsAuto merge of #6038 - mikerite:lint-5734, r=matthiaskrgr
2020-09-16 Tim Nielensoption_if_let_else - change misleading test file section
2020-09-16 borsAuto merge of #6048 - giraffate:add_note_to_shadow_unre...
2020-09-16 borsAuto merge of #6042 - euclio:println-empty, r=flip1995
2020-09-16 borsAuto merge of #6057 - giraffate:update_doc_about_moving...
2020-09-16 Andy Russell{print,write}-with-newline: do not suggest empty format...
2020-09-16 Takayuki NakataUpdate documentation about moving from Discord to Zulip
2020-09-16 borsAuto merge of #6056 - rust-lang:flip1995/triagebot...
2020-09-16 Philipp KronesAdd S-* label modifier to triagebot
2020-09-16 borsAuto merge of #6055 - lzutao:bump-cmark, r=phansch
2020-09-16 Lzu Taobump pulldown-cmark v0.8
2020-09-16 Robin SchoonoverExtend testing of rc_buffer lint
2020-09-15 Tim Nielensoption_if_let_else - distinguish pure from impure else...
2020-09-15 Michael Wrightmanual-strip: Fix formatting
2020-09-15 Michael Wrightmanual-strip: Add additional test
2020-09-15 Michael WrightMerge branch 'master' into lint-5734
2020-09-15 borsAuto merge of #6043 - HaramanJohal:margin_of_error...
2020-09-15 borsAuto merge of #6049 - flip1995:rustup, r=flip1995
2020-09-15 Haraman Johalupdate lint docs
2020-09-15 Takayuki NakataAdd note to `shadow_unrelated`
2020-09-15 borsAuto merge of #6045 - giraffate:remove_extra_blank_line...
2020-09-15 Lzu TaoFix clippy hard-code slice::Iter path
2020-09-15 borsAuto merge of #6013 - ebroto:diagnostic_item_restrictio...
2020-09-15 Eduardo BrotoFix usage of backquotes in suggestion
2020-09-15 Eduardo BrotoMisc doc updates
2020-09-15 Eduardo BrotoFix dogfood after MatchTypeOnDiagItem
2020-09-15 Eduardo BrotoAdd internal lint MatchTypeOnDiagItem
2020-09-15 Dylan MacKenzieAdd pass names to some common dataflow analyses
2020-09-14 Takayuki NakataRemove an extra blank line in `shadow_same`
2020-09-14 Haraman Johalclarify margin of error in wording of float comparison...
2020-09-14 Robin SchoonoverApply rc_buffer lint to Arc<T>
2020-09-14 Robin SchoonoverAdd rc_buffer lint for Rc<String> and other buffer...
2020-09-14 borsAuto merge of #5998 - deg4uss3r:master, r=yaahc
2020-09-14 Michael WrightFix `manual-strip` dogfood errors
2020-09-14 Michael WrightNew lint: `manual-strip`
2020-09-13 borsAuto merge of #6035 - matthiaskrgr:try_into_show_type...
2020-09-13 Manish GoregaokarMerge pull request #6036 from giraffate/update_verbose_...
2020-09-13 Takayuki NakataDowngrade `verbose_bit_mask` to pedantic
2020-09-13 Matthias Krügeruseless_conversion: show type in error message.
next