]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-05-27 borsAuto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4119 - BO41:non_ascii_literal, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-27 borsAuto merge of #3832 - HarrisonMc555:use_last, r=flip1995
2019-05-27 borsAuto merge of #4148 - sanxiyn:typo, r=Manishearth
2019-05-27 Seo SanghyeonFix typo in comment
2019-05-26 borsAuto merge of #4145 - rust-lang:rustup, r=oli-obk
2019-05-26 Oliver SchererRustfmt
2019-05-26 Oliver SchererRustup to rustc 1.36.0-nightly (2268d9923 2019-05-26)
2019-05-25 borsAuto merge of #4141 - phansch:rustup5, r=oli-obk
2019-05-25 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61026
2019-05-24 borsAuto merge of #4135 - matthiaskrgr:rustup_obsol, r...
2019-05-24 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60803/
2019-05-24 borsAuto merge of #4134 - phansch:rustup4, r=Manishearth
2019-05-24 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/59545
2019-05-23 borsAuto merge of #4132 - phansch:rollup-0vxoimc, r=phansch
2019-05-23 Philipp HanschRollup merge of #4130 - matthiaskrgr:rtu_2, r=phansch
2019-05-23 Philipp HanschRollup merge of #4129 - matthiaskrgr:if_chain, r=phansch
2019-05-23 borsAuto merge of #4131 - phansch:rustup2, r=phansch
2019-05-23 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/60965
2019-05-23 Matthias Krügerclippy: bump rustc_tools util version to 0.2
2019-05-23 Matthias Krügerrustc_tool_utils: bump version to 0.2.0
2019-05-23 Matthias Krügerupdate if_chain to 1.0.0
2019-05-23 borsAuto merge of #4128 - matthiaskrgr:test_update, r=phansch
2019-05-23 Matthias Krügertests: update needless_bool test stderr
2019-05-23 borsAuto merge of #4126 - phansch:rustup, r=Manishearth
2019-05-23 Philipp Hanschcargo fmt
2019-05-23 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/60740
2019-05-22 borsAuto merge of #4120 - phansch:needless_lifetimes_async_...
2019-05-22 borsAuto merge of #4125 - Manishearth:rustup, r=oli-obk
2019-05-22 Oliver SchererDisable cargo integration test due to clippy ICE
2019-05-22 Manish GoregaokarRustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)
2019-05-21 Vincent Dal... Fix breaking tests
2019-05-21 Vincent Dal... Add the common case search
2019-05-21 Philipp KronesFormatting inside if_chain! macro
2019-05-21 Harrison McCulloughImplement get_last_with_len lint
2019-05-20 Philipp HanschLifetimes UI test cleanup
2019-05-20 BO41Fix tests and make other ascii lints auto-fixable
2019-05-20 borsAuto merge of #4118 - rust-lang:revert, r=phansch
2019-05-20 BO41Make non_ascii_literal auto-fixable
2019-05-20 BO41Improve verbosity of non_ascii_literal lint example
2019-05-20 Oliver SchererRevert "Turn off two tests broken due to #4108"
2019-05-20 borsAuto merge of #4088 - pJunger:check1, r=oli-obk
2019-05-19 borsAuto merge of #4115 - ehuss:fix-compiletest, r=Manishearth
2019-05-19 Eric HussFix compile-test from forcing a rebuild.
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-19 borsAuto merge of #4111 - Manishearth:changelog, r=oli-obk
2019-05-18 Manish GoregaokarUpdate master changelog
2019-05-18 Manish GoregaokarUpdate beta changelog
2019-05-18 pJungerUpdated README.
2019-05-18 pJungerRemoved symbols again.
2019-05-18 pJungerRemoved unused lifetime.
2019-05-18 pJungerChanged impl to use symbols.
2019-05-18 pJungerAdded suggestion for conversion with is_ok.
2019-05-18 pJungerFixed more lint findings.
2019-05-18 pJungerFixed clippy lints in checked_conversions.rs.
2019-05-18 pJungerRegistered lint.
2019-05-18 pJungerAdded lint for TryFrom for checked integer conversion...
2019-05-18 Taiki Endouseless_attribute: Add unreachable_pub to whitelists
2019-05-17 borsAuto merge of #4110 - rust-lang:symbolic_wasteland...
2019-05-17 Oliver SchererDogfood
2019-05-17 Oliver SchererDogfood and rustfmt
2019-05-17 Oliver SchererTurn off two tests broken due to #4108
2019-05-17 Oliver SchererPrevent symbocalypse
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-17 borsAuto merge of #4104 - Manishearth:beta-backports, r...
2019-05-17 Oliver SchererDon't require rustfmt on beta
2019-05-17 Oliver SchererDon't run dogfood on windows
2019-05-17 Manish GoregaokarBackport #4101
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
2019-05-16 borsAuto merge of #4101 - mikerite:redundant_closures_for_m...
2019-05-16 flip1995Also rename the lint in test files
2019-05-16 Manish GoregaokarAdd known problems
2019-05-16 Manish GoregaokarRename to redundant_closure_for_method_calls
2019-05-16 Vincent Dal... Add test for multiple same arms lints
2019-05-16 Vincent Dal... Fix match_same_arms to fail late
2019-05-16 Michael WrightSplit redundant_closure lint
2019-05-15 flip1995Add macro check for unreadable_literal lint
2019-05-15 borsAuto merge of #4066 - rust-lang:hash, r=Manishearth
2019-05-14 flip1995Fix dogfood errors
2019-05-14 flip1995Also hash mem::discriminant in hash_stmt
2019-05-14 Oliver Scherermem::discriminant trumps manual discriminant hashing
2019-05-14 borsAuto merge of #4095 - flip1995:mscn_test, r=phansch
2019-05-14 Oliver SchererProperly hash enums
2019-05-14 flip1995Add test for #3198
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 borsAuto merge of #4093 - rust-lang:rustup, r=oli-obk
2019-05-14 Oliver SchererRustfmt all the things
2019-05-14 Oliver SchererClippy dogfood
2019-05-14 Oliver SchererUpdate for compiletest changes
2019-05-14 Oliver SchererUse symbols instead of strings
2019-05-13 Manish GoregaokarRustup to rustc 1.36.0-nightly (1764b2972 2019-05-12)
2019-05-12 borsAuto merge of #4089 - flip1995:id_conv_reg_test, r...
next