]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #4136 - euclio:println-writeln-suggestions, r=flip1995
[rust.git] / tests /
2019-06-06 borsAuto merge of #4136 - euclio:println-writeln-suggestion...
2019-06-04 borsAuto merge of #4164 - mikerite:fix-4144, r=mikerite
2019-06-02 Michael WrightFix .map(..).unwrap_or_else(..) bad suggestion
2019-06-01 borsAuto merge of #4158 - phansch:rustup_tests, r=Manishearth
2019-06-01 Philipp HanschFix ellipsis_inclusive_range_patterns lint warnings
2019-05-30 Andy Russelladd suggestions for print/write with newline lint
2019-05-30 borsAuto merge of #4157 - phansch:update_pulldown_cmark2...
2019-05-30 borsAuto merge of #4113 - rust-lang:author, r=flip1995
2019-05-30 borsAuto merge of #4155 - phansch:rustup_trait_obj, r=oli-obk
2019-05-30 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61203
2019-05-28 Oliver SchererDon't rustfmt author test
2019-05-28 Oliver SchererFix `Block` dump in author lint
2019-05-28 borsAuto merge of #4142 - agnxy:rename-assoc, r=flip1995
2019-05-28 borsAuto merge of #4071 - matthiaskrgr:sizeof, r=flip1995
2019-05-27 borsAuto merge of #4137 - euclio:let-return, r=oli-obk
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-24 Andy Russelltweak `let_and_return` diagnostic
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 Matthias Krügertrivially_copy_pass_by_ref: print size of type and...
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 borsAuto merge of #4128 - matthiaskrgr:test_update, r=phansch
2019-05-23 Matthias Krügertests: update needless_bool test stderr
2019-05-22 borsAuto merge of #4120 - phansch:needless_lifetimes_async_...
2019-05-21 Vincent Dal MasoFix breaking tests
2019-05-21 Vincent Dal MasoAdd the common case search
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 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-18 pJungerAdded suggestion for conversion with is_ok.
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 SchererTurn off two tests broken due to #4108
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 Manish GoregaokarBackport #4101
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 Vincent Dal MasoAdd test for multiple same arms lints
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 borsAuto merge of #4095 - flip1995:mscn_test, r=phansch
2019-05-14 flip1995Add test for #3198
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 Oliver SchererUpdate for compiletest changes
2019-05-14 Oliver SchererUse symbols instead of strings
2019-05-12 borsAuto merge of #4089 - flip1995:id_conv_reg_test, r...
2019-05-12 flip1995Add regression test for identity_conversion FP
2019-05-12 borsAuto merge of #4087 - phansch:move_tests, r=matthiaskrgr
2019-05-12 Philipp HanschUI test cleanup: Extract many_single_char_names tests
2019-05-12 borsAuto merge of #4085 - phansch:empty_loop_tests, r=matth...
2019-05-12 Philipp HanschAdd tests for empty_loop lint
2019-05-12 borsAuto merge of #4082 - Manishearth:macro-check-split...
2019-05-12 Michael WrightFix #4019
2019-05-12 Michael WrightMove ctor tests from methods.rs to or_fun_calls.rs
2019-05-12 Manish GoregaokarRename in_macro to in_macro_or_desugar
2019-05-11 borsAuto merge of #4080 - rust-lang:rustup, r=oli-obk
2019-05-11 Manish GoregaokarStart handling desugarings in author lint
2019-05-11 Manish GoregaokarIgnore desugarings in macro checks
2019-05-09 borsAuto merge of #4069 - mikerite:while_loop_test_split...
2019-05-09 Michael WrightRemove unused attrs in while_let_on_iterator tests
2019-05-09 Michael WrightFix while_let_on_iterator.stderr
2019-05-09 Michael WrightMerge branch 'master' into while_loop_test_split
2019-05-08 Michael WrightRename while_loop tests to while_let_on_iterator
2019-05-08 Michael WrightSplit while_loop.rs tests
2019-05-07 borsAuto merge of #4064 - mikerite:fix-771, r=matthiaskrgr
2019-05-07 Michael WrightAdd test for #771.
2019-05-06 borsAuto merge of #4063 - mikerite:while_loop_clean_up...
2019-05-06 Michael WrightClean up while_loop tests
2019-05-03 borsAuto merge of #4053 - euclio:too-many-args-span, r...
2019-05-02 Andy Russellremove function body from "too many args" span
2019-05-02 borsAuto merge of #4049 - airt:fix-4033-search_is_some...
2019-05-02 borsAuto merge of #4035 - JoshMcguigan:useless_let_if_seq...
2019-05-01 borsAuto merge of #4056 - matthiaskrgr:rustup__, r=Manishearth
2019-05-01 Matthias Krügermore Use->DropTemps fixes
2019-05-01 borsAuto merge of #4051 - yaahallo:master, r=Manishearth
2019-05-01 Jane Lusbyuse clippy-preview instead of clippy in cargo
2019-04-30 borsAuto merge of #4039 - andrehjr:add-find-map-lints,...
2019-04-30 André Luis Leal... Update find(p).map(p) occurrences to use find_map(p)
2019-04-30 André Luis Leal... Add lints for find_map
next