about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-07-17UI Test Cleanup: Extract match_ref_pats testsPhilipp Hansch-182/+191
2019-07-16Update UI testsPhilipp Hansch-45/+31
2019-07-16Auto merge of #4276 - phansch:uitestcleanup, r=flip1995bors-173/+191
2019-07-16Allow no_effect lint Philipp Hansch-0/+1
2019-07-16Remove commentPhilipp Hansch-1/+1
2019-07-16cargo fmtPhilipp Hansch-1/+0
2019-07-16UI Test Cleanup: Split up checked_unwrap testsPhilipp Hansch-173/+191
2019-07-16Removed lintining on never type.daxpedda-34/+17
2019-07-16Auto merge of #4275 - jayhardee9:fix/cmp-signum, r=flip1995bors-0/+44
2019-07-16UI Test Cleanup: Split out out_of_bounds_indexingPhilipp Hansch-158/+209
2019-07-15Auto merge of #4211 - flip1995:check_changelog, r=matthiaskrgrbors-0/+15
2019-07-15LintJerry Hardee-4/+2
2019-07-15Fix float_cmp false positive when comparing signumJerry Hardee-0/+46
2019-07-15grep only lines, that start with 'changelog: 'flip1995-1/+1
2019-07-15Get PR number from bors commit messageflip1995-1/+2
2019-07-15Authenticate with github_api_tokenflip1995-1/+2
2019-07-15Check PRs for changelog entry in the bodyflip1995-0/+13
2019-07-15false positives fixes of `implicit_return`daxpedda-76/+137
2019-07-15Auto merge of #4273 - mikerite:deny-warnings, r=flip1995bors-2/+7
2019-07-15Deny warnings in CIMichael Wright-2/+7
2019-07-15Auto merge of #3418 - phansch:add_travis_windows_build, r=me,flip1995bors-20/+32
2019-07-14Disable dogfood on windows for faster build time on travisflip1995-2/+2
2019-07-14Revert "Remove `CARGO_INCREMENTAL=0` from windows build"flip1995-1/+1
2019-07-13Remove `CARGO_INCREMENTAL=0` from windows buildflip1995-1/+1
2019-07-13Test with different sysroots dependent on the OSflip1995-6/+11
2019-07-13Build sys_root in driver with PathBuf instead of Stringflip1995-6/+14
2019-07-13Don't re-set the LD_LIBRARY_PATH in base_tests.shflip1995-2/+0
2019-07-13Add master toolchain binaries to the PATHflip1995-1/+5
2019-07-13Change conditionalPhilipp Hansch-1/+1
2019-07-13Stop allowing failures in Travis windows buildPhilipp Hansch-3/+0
2019-07-13Auto merge of #4229 - euclio:lint-doc-generation-fix, r=flip1995bors-12/+9
2019-07-13Auto merge of #4232 - mikerite:dev-fmt-4, r=flip1995bors-53/+244
2019-07-13Auto merge of #4268 - mikerite:fix-4260, r=flip1995bors-10/+26
2019-07-13Merge branch 'master' into dev-fmt-4Michael Wright-34/+54
2019-07-12Auto merge of #4269 - lzutao:rustup, r=flip1995bors-12/+16
2019-07-12Rustup `macro expansion and resolution`Lzu Tao-12/+16
2019-07-11Fix bug in `implicit_hasher` causing crashesMichael Wright-10/+26
2019-07-11Avoid rustfmt bug on WindowsMichael Wright-1/+5
2019-07-10Ignore generated fresh lifetimes in elision check.uHOOCCOOHu-0/+2
2019-07-09Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995bors-6/+16
2019-07-09Improve cast_ptr_alignment lintFlorian Gilcher-6/+16
2019-07-09Auto merge of #4265 - vks:patch-1, r=flip1995bors-1/+2
2019-07-09cast_ptr_alignment: Mention legal use under known problemsVinzent Steinberg-1/+2
2019-07-09Auto merge of #4264 - flip1995:appveyor, r=flip1995bors-2/+1
2019-07-09Disable AppVeyor builds on the master branchflip1995-2/+1
2019-07-09Auto merge of #4233 - thiagoarrais:jens1o-fix-1208, r=phansch,flip1995bors-7/+13
2019-07-09Auto merge of #4262 - bara86:master, r=flip1995bors-6/+6
2019-07-08Extract semantic constantThiago Arrais-1/+4
2019-07-08Use empty block instead of unit type for needless returnBara-6/+6
2019-07-08Avoid reporting string_lit_as_bytes for long stringsJens Hausdorf-7/+10