| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Update stderrs | Yuki Okushi | -498/+498 |
| 2020-01-07 | Normalize lint messages | Yuki Okushi | -127/+133 |
| 2020-01-07 | Auto merge of #5011 - JohnTitor:split-collapsible-if, r=flip1995 | bors | -283/+302 |
| 2020-01-07 | Auto merge of #5010 - lzutao:recurse-remove_blocks, r=phansch | bors | -6/+5 |
| 2020-01-07 | Auto merge of #5002 - lzutao:fmt-fallout, r=flip1995 | bors | -1/+5 |
| 2020-01-07 | Auto merge of #4999 - krishna-veerareddy:issue-4679-atomic-ordering, r=phansch | bors | -2/+737 |
| 2020-01-07 | Split up `collapsible_if` ui test | Yuki Okushi | -283/+302 |
| 2020-01-07 | Auto merge of #5009 - lzutao:travis-windows-msvc, r=phansch | bors | -1/+7 |
| 2020-01-07 | Make utils::remove_blocks non-recursive | Lzu Tao | -6/+5 |
| 2020-01-07 | Travis: Use windows-msvc target for Windows build | Lzu Tao | -1/+7 |
| 2020-01-06 | Prevent doc-tests from running and fix lint description | Krishna Sai Veera Reddy | -5/+5 |
| 2020-01-06 | Split test cases into separate files | Krishna Sai Veera Reddy | -583/+620 |
| 2020-01-06 | Add lint to detect usage of invalid atomic ordering | Krishna Sai Veera Reddy | -2/+700 |
| 2020-01-06 | Auto merge of #5008 - JohnTitor:let-on-macros, r=flip1995 | bors | -1/+24 |
| 2020-01-07 | Do not trigger `let_and_return` lint on macros | Yuki Okushi | -1/+24 |
| 2020-01-07 | build: Use rustfmt from lastest nightly that contains it | Lzu Tao | -1/+5 |
| 2020-01-06 | Auto merge of #5003 - JohnTitor:rustup, r=flip1995 | bors | -218/+229 |
| 2020-01-07 | Fix test again | Yuki Okushi | -3/+1 |
| 2020-01-07 | Pick up lost property | Yuki Okushi | -1/+1 |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -218/+231 |
| 2020-01-05 | Auto merge of #4998 - JohnTitor:revive-rls, r=llogiq | bors | -5/+3 |
| 2020-01-06 | Fix space size | Yuki Okushi | -3/+3 |
| 2020-01-06 | Re-enable rls integration test | Yuki Okushi | -2/+0 |
| 2020-01-05 | Auto merge of #4996 - JohnTitor:rustup, r=matthiaskrgr | bors | -4/+4 |
| 2020-01-05 | Rustup to rust-lang/rust#67137 | Yuki Okushi | -2/+2 |
| 2020-01-05 | Rustup to rust-lang/rust#67803 | Yuki Okushi | -2/+2 |
| 2020-01-04 | Auto merge of #4993 - rust-lang:doc-unsafe-macro-check, r=flip1995 | bors | -9/+58 |
| 2020-01-04 | External macro check for missing_*_doc | Andre Bogus | -9/+58 |
| 2020-01-04 | Auto merge of #4966 - bradsherman:iter-nth-zero, r=flip1995 | bors | -8/+154 |
| 2020-01-04 | Add lint for iter.nth(0) | Brad Sherman | -6/+152 |
| 2020-01-04 | Fix existing iter-nth-zero violations | Brad Sherman | -2/+2 |
| 2020-01-04 | Auto merge of #4992 - phansch:rustup_foobar, r=matthiaskrgr | bors | -79/+83 |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -79/+83 |
| 2020-01-04 | Auto merge of #4881 - krishna-veerareddy:issue-4871-use-mem-take, r=flip1995 | bors | -74/+249 |
| 2020-01-04 | Auto merge of #4990 - JohnTitor:remove-try, r=phansch | bors | -8/+8 |
| 2020-01-04 | Remove use of `try!` from documentation | Yuki Okushi | -8/+8 |
| 2020-01-03 | Auto merge of #4989 - rust-lang:no-unmangled-must-use, r=flip1995 | bors | -9/+25 |
| 2020-01-03 | No #[no_mangle] must_use_candidate functions | Andre Bogus | -9/+25 |
| 2020-01-03 | Auto merge of #4975 - JohnTitor:fix-4968, r=phansch | bors | -4/+55 |
| 2020-01-03 | Move `use_self_macro` into `crashes/auxiliary` | Yuki Okushi | -1/+16 |
| 2020-01-03 | Auto merge of #4978 - mikerite:fix-4958, r=phansch | bors | -17/+108 |
| 2020-01-02 | Auto merge of #4977 - krishna-veerareddy:issue-4969-replace-consts-fp, r=phansch | bors | -3/+50 |
| 2020-01-01 | Add `if let` test case | Krishna Veera Reddy | -2/+22 |
| 2020-01-02 | Move `is_normalizable` into utils | Yuki Okushi | -7/+13 |
| 2020-01-02 | Add attribute | Yuki Okushi | -0/+2 |
| 2020-01-01 | Fix bad `explicit_into_iter_loop` suggestion | Michael Wright | -17/+108 |
| 2019-12-31 | Prevent `replace_consts` lint within match patterns | Krishna Veera Reddy | -3/+30 |
| 2019-12-31 | Indicate anonymous lifetimes for types | Krishna Veera Reddy | -5/+5 |
| 2019-12-31 | Remove unnecessary import | Krishna Veera Reddy | -3/+1 |
| 2019-12-31 | Lint within internal macros without a suggestion | Krishna Veera Reddy | -44/+57 |