]> git.lizzy.rs Git - rust.git/history - clippy_dev/src/stderr_length_check.rs
Auto merge of #7316 - lengyijun:rc_mutex, r=llogiq
[rust.git] / clippy_dev / src / stderr_length_check.rs
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-03-31 borsAuto merge of #5398 - flip1995:deescalate, r=Manishearth
2020-03-31 flip1995Define modules in lib.rs instead of main.rs
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-20 borsAuto merge of #5323 - rabisg0:fix/5284, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5333 - matthiaskrgr:rustup_34, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5326 - matthiaskrgr:rustup_33, r=flip1995
2020-03-18 borsAuto merge of #5335 - flip1995:changelog, r=Manishearth
2020-03-18 borsAuto merge of #5329 - matthiaskrgr:int_arith_on_ref_532...
2020-03-18 flip1995Fix limit-stderr-files test
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 Lzu Taodev: Use bytecount for faster line count
2020-02-04 borsAuto merge of #5124 - flip1995:backport_back_merge...
2020-02-03 borsAuto merge of #5130 - JohnTitor:split-up-index-slice...
2020-02-03 Yuki OkushiDecrease line length limit for stderrs
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-31 borsAuto merge of #5109 - phansch:ciao_util_dev, r=flip1995
2020-01-30 borsAuto merge of #5110 - Aloso:patch-1, r=flip1995
2020-01-30 borsAuto merge of #5108 - JohnTitor:split-up-0130, r=flip1995
2020-01-30 Yuki OkushiDecrease line length limit for stderr files
2020-01-24 borsAuto merge of #5027 - sinkuu:vectored_io, r=phansch
2020-01-21 borsAuto merge of #5068 - JohnTitor:split-up-transmute...
2020-01-20 Yuki OkushiDecrease line length limit for stderr files
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-14 borsAuto merge of #4560 - rust-lang:must-use-pure, r=phansch
2019-10-14 Andre Bogusnew lints around `#[must_use]` fns
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-07-23 borsAuto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime...
2019-07-18 borsAuto merge of #4282 - phansch:decrease_stderr_maximum_l...
2019-07-17 Philipp HanschDecrease maximum length for stderr files
2019-07-13 borsAuto merge of #4229 - euclio:lint-doc-generation-fix...
2019-07-13 borsAuto merge of #4232 - mikerite:dev-fmt-4, r=flip1995
2019-07-13 Michael WrightMerge branch 'master' into dev-fmt-4
2019-07-07 Michael WrightAdd dev fmt subcommand
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-20 borsAuto merge of #4088 - pJunger:check1, r=oli-obk
2019-05-19 borsAuto merge of #4109 - Manishearth:backport-merge, r...
2019-05-19 borsAuto merge of #4107 - taiki-e:useless_attribute, r...
2019-05-19 borsAuto merge of #4099 - flip1995:ul_4094, r=oli-obk
2019-05-19 borsAuto merge of #4100 - phansch:add_stderr_length_check...
2019-05-17 Philipp HanschCollect at callsite, use eprintln instead of println
2019-05-16 Philipp HanschAdd a stderr file length check to clippy_dev