| Age | Commit message (Expand) | Author | Lines |
| 2019-07-17 | UI Test Cleanup: Extract match_ref_pats tests | Philipp Hansch | -182/+191 |
| 2019-07-16 | Update UI tests | Philipp Hansch | -45/+31 |
| 2019-07-16 | Auto merge of #4276 - phansch:uitestcleanup, r=flip1995 | bors | -173/+191 |
| 2019-07-16 | Allow no_effect lint
| Philipp Hansch | -0/+1 |
| 2019-07-16 | Remove comment | Philipp Hansch | -1/+1 |
| 2019-07-16 | cargo fmt | Philipp Hansch | -1/+0 |
| 2019-07-16 | UI Test Cleanup: Split up checked_unwrap tests | Philipp Hansch | -173/+191 |
| 2019-07-16 | Removed lintining on never type. | daxpedda | -34/+17 |
| 2019-07-16 | Auto merge of #4275 - jayhardee9:fix/cmp-signum, r=flip1995 | bors | -0/+44 |
| 2019-07-16 | UI Test Cleanup: Split out out_of_bounds_indexing | Philipp Hansch | -158/+209 |
| 2019-07-15 | Auto merge of #4211 - flip1995:check_changelog, r=matthiaskrgr | bors | -0/+15 |
| 2019-07-15 | Lint | Jerry Hardee | -4/+2 |
| 2019-07-15 | Fix float_cmp false positive when comparing signum | Jerry Hardee | -0/+46 |
| 2019-07-15 | grep only lines, that start with 'changelog: ' | flip1995 | -1/+1 |
| 2019-07-15 | Get PR number from bors commit message | flip1995 | -1/+2 |
| 2019-07-15 | Authenticate with github_api_token | flip1995 | -1/+2 |
| 2019-07-15 | Check PRs for changelog entry in the body | flip1995 | -0/+13 |
| 2019-07-15 | false positives fixes of `implicit_return` | daxpedda | -76/+137 |
| 2019-07-15 | Auto merge of #4273 - mikerite:deny-warnings, r=flip1995 | bors | -2/+7 |
| 2019-07-15 | Deny warnings in CI | Michael Wright | -2/+7 |
| 2019-07-15 | Auto merge of #3418 - phansch:add_travis_windows_build, r=me,flip1995 | bors | -20/+32 |
| 2019-07-14 | Disable dogfood on windows for faster build time on travis | flip1995 | -2/+2 |
| 2019-07-14 | Revert "Remove `CARGO_INCREMENTAL=0` from windows build" | flip1995 | -1/+1 |
| 2019-07-13 | Remove `CARGO_INCREMENTAL=0` from windows build | flip1995 | -1/+1 |
| 2019-07-13 | Test with different sysroots dependent on the OS | flip1995 | -6/+11 |
| 2019-07-13 | Build sys_root in driver with PathBuf instead of String | flip1995 | -6/+14 |
| 2019-07-13 | Don't re-set the LD_LIBRARY_PATH in base_tests.sh | flip1995 | -2/+0 |
| 2019-07-13 | Add master toolchain binaries to the PATH | flip1995 | -1/+5 |
| 2019-07-13 | Change conditional | Philipp Hansch | -1/+1 |
| 2019-07-13 | Stop allowing failures in Travis windows build | Philipp Hansch | -3/+0 |
| 2019-07-13 | Auto merge of #4229 - euclio:lint-doc-generation-fix, r=flip1995 | bors | -12/+9 |
| 2019-07-13 | Auto merge of #4232 - mikerite:dev-fmt-4, r=flip1995 | bors | -53/+244 |
| 2019-07-13 | Auto merge of #4268 - mikerite:fix-4260, r=flip1995 | bors | -10/+26 |
| 2019-07-13 | Merge branch 'master' into dev-fmt-4 | Michael Wright | -34/+54 |
| 2019-07-12 | Auto merge of #4269 - lzutao:rustup, r=flip1995 | bors | -12/+16 |
| 2019-07-12 | Rustup `macro expansion and resolution` | Lzu Tao | -12/+16 |
| 2019-07-11 | Fix bug in `implicit_hasher` causing crashes | Michael Wright | -10/+26 |
| 2019-07-11 | Avoid rustfmt bug on Windows | Michael Wright | -1/+5 |
| 2019-07-10 | Ignore generated fresh lifetimes in elision check. | uHOOCCOOHu | -0/+2 |
| 2019-07-09 | Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995 | bors | -6/+16 |
| 2019-07-09 | Improve cast_ptr_alignment lint | Florian Gilcher | -6/+16 |
| 2019-07-09 | Auto merge of #4265 - vks:patch-1, r=flip1995 | bors | -1/+2 |
| 2019-07-09 | cast_ptr_alignment: Mention legal use under known problems | Vinzent Steinberg | -1/+2 |
| 2019-07-09 | Auto merge of #4264 - flip1995:appveyor, r=flip1995 | bors | -2/+1 |
| 2019-07-09 | Disable AppVeyor builds on the master branch | flip1995 | -2/+1 |
| 2019-07-09 | Auto merge of #4233 - thiagoarrais:jens1o-fix-1208, r=phansch,flip1995 | bors | -7/+13 |
| 2019-07-09 | Auto merge of #4262 - bara86:master, r=flip1995 | bors | -6/+6 |
| 2019-07-08 | Extract semantic constant | Thiago Arrais | -1/+4 |
| 2019-07-08 | Use empty block instead of unit type for needless return | Bara | -6/+6 |
| 2019-07-08 | Avoid reporting string_lit_as_bytes for long strings | Jens Hausdorf | -7/+10 |