| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | travis: sort integration test jobs so that the jobs taking the most time are ... | Matthias Krüger | -14/+15 |
| 2019-04-28 | Auto merge of #4042 - matthiaskrgr:toml_update, r=Manishearth | bors | -1/+1 |
| 2019-04-28 | deps: bump toml from 0.4 to 0.5 | Matthias Krüger | -1/+1 |
| 2019-04-28 | Auto merge of #4040 - mikerite:fix-build-20190428, r=Manishearth | bors | -74/+78 |
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -74/+78 |
| 2019-04-25 | Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch | bors | -1/+49 |
| 2019-04-25 | Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995 | bors | -3/+18 |
| 2019-04-25 | Ignore unnecessary cast if inside macro | cemil | -3/+18 |
| 2019-04-25 | Auto merge of #4029 - phansch:update_pulldown_cmark, r=oli-obk | bors | -41/+24 |
| 2019-04-25 | Auto merge of #4028 - phansch:skip_appveyor_on_pr_pushes, r=phansch | bors | -5/+5 |
| 2019-04-25 | Auto merge of #4030 - phansch:rustup190425, r=Manishearth | bors | -6/+5 |
| 2019-04-25 | Rustup for https://github.com/rust-lang/rust/pull/59042 | Philipp Hansch | -6/+5 |
| 2019-04-24 | Update pulldown_cmark to 0.5 | Philipp Hansch | -41/+24 |
| 2019-04-24 | Auto merge of #4027 - kraai:remove-approx_constant-known-problems, r=phansch | bors | -4/+1 |
| 2019-04-24 | Only run AppVeyor on r+, try and the master branch | Philipp Hansch | -5/+5 |
| 2019-04-24 | Auto merge of #4023 - phansch:add_test, r=flip1995 | bors | -1/+11 |
| 2019-04-24 | Remove approx_constant known problems | Matthew Kraai | -4/+1 |
| 2019-04-24 | Auto merge of #4022 - phansch:move_some_loop_tests, r=flip1995 | bors | -228/+234 |
| 2019-04-24 | Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=... | bors | -1/+7 |
| 2019-04-23 | Suppress let_and_return if let has attributes | Matthew Kraai | -1/+7 |
| 2019-04-24 | Add test for or_fun_call macro suggestion | Philipp Hansch | -1/+11 |
| 2019-04-24 | UI test cleanup: Extract needless_range_loop tests | Philipp Hansch | -228/+234 |
| 2019-04-24 | Auto merge of #4021 - kraai:change-cast_lossless-warning, r=Manishearth | bors | -32/+32 |
| 2019-04-23 | Change "if types change" to "if you later change the type" | Matthew Kraai | -32/+32 |
| 2019-04-23 | Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk | bors | -5/+41 |
| 2019-04-23 | Auto merge of #4020 - rust-lang:rustup, r=phansch | bors | -1/+1 |
| 2019-04-23 | Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23) | Manish Goregaokar | -1/+1 |
| 2019-04-23 | Add test | Manish Goregaokar | -0/+18 |
| 2019-04-23 | Ignore all enum and struct constructors in lints about `*or(call())` | Manish Goregaokar | -5/+23 |
| 2019-04-23 | Auto merge of #4017 - Xanewok:wip-disambiguate-extern, r=oli-obk | bors | -2/+25 |
| 2019-04-23 | compiletest: Disambiguate extern crate deps shared with the compiler | Igor Matuszewski | -2/+25 |
| 2019-04-21 | Auto merge of #4013 - kraai:move-path_buf_push_overwrite-to-nursery, r=matthi... | bors | -5/+6 |
| 2019-04-21 | Auto merge of #4014 - Xanewok:rustup-60124, r=matthiaskrgr | bors | -1/+2 |
| 2019-04-21 | Use newly-introduced mutability query for statics | Igor Matuszewski | -1/+2 |
| 2019-04-21 | Move path_buf_push_overwrite to nursery | Matthew Kraai | -5/+6 |
| 2019-04-20 | redundant closure triggers for fnptrs and closures | Grzegorz | -2/+37 |
| 2019-04-20 | Auto merge of #4011 - phansch:add_test_for_derive_expansion, r=flip1995 | bors | -6/+21 |
| 2019-04-20 | Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995 | bors | -6/+11 |
| 2019-04-20 | Auto merge of #4005 - phansch:rustfix_match_as_ref, r=flip1995 | bors | -38/+60 |
| 2019-04-20 | Auto merge of #4006 - phansch:fix_module_name_repetitions_fp, r=flip1995 | bors | -23/+33 |
| 2019-04-20 | Add test for derives for used_underscore_binding lint | Philipp Hansch | -6/+21 |
| 2019-04-19 | Auto merge of #4009 - phansch:update_compiletest, r=phansch | bors | -1/+1 |
| 2019-04-19 | Update compiletest_rs | Philipp Hansch | -1/+1 |
| 2019-04-19 | Allow allowing of toplevel_ref_arg lint | Philipp Hansch | -6/+11 |
| 2019-04-19 | redundant closure for functions restricted to FnDefs | Grzegorz | -0/+13 |
| 2019-04-19 | Fix false positive in module_name_repetitions lint | Philipp Hansch | -23/+33 |
| 2019-04-19 | Add run-rustfix for match_as_ref lint | Philipp Hansch | -38/+60 |
| 2019-04-19 | Auto merge of #3989 - flip1995:assert_on_const, r=phansch | bors | -41/+42 |
| 2019-04-18 | Auto merge of #3990 - felixrabe:patch-1, r=flip1995 | bors | -1/+1 |
| 2019-04-18 | Auto merge of #3978 - phansch:rustfix_len_zero, r=flip1995 | bors | -163/+367 |