about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-11-25Rustup to rust-lang/rust#66671flip1995-1/+1
2019-11-24[comparison_chain] #4827 Check `core::cmp::Ord` is implementedTim Bodeit-1/+102
2019-11-23Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995bors-36/+231
2019-11-23Rollup merge of #4811 - mikerite:lit_repr_20191113, r=flip1995Philipp Krones-13/+121
2019-11-23Rollup merge of #4766 - phansch:fix_fp_in_derive_hash_xor_eq, r=flip1995Philipp Krones-13/+44
2019-11-23Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995Philipp Krones-10/+66
2019-11-23Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lintsflip1995-0/+96
2019-11-23Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...flip1995-1/+66
2019-11-23Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lintsflip1995-0/+155
2019-11-23Merge remote-tracking branch 'upstream/zst-offset' into rollup-new-lintsflip1995-0/+21
2019-11-22fix check_infinite_loop by checking for break or return inside loop bodyYerkebulan Tulibergenov-10/+66
2019-11-22Set mir_opt_level=0flip1995-56/+25
2019-11-22Rustup to rust-lang/rust#66389flip1995-2/+2
2019-11-22Remove never_type featureflip1995-40/+34
2019-11-20Implement if_same_cond_fn lintIgor Aleksanov-0/+155
2019-11-19Rustup to rustc 1.41.0-nightly (d1da8023d 2019-11-19)Manish Goregaokar-29/+28
2019-11-18Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)Manish Goregaokar-1/+1
2019-11-15New lint: zst_offsetAndre Bogus-0/+21
2019-11-15add new lint tabs in doc commentsFlorian Rohm-0/+96
2019-11-14literal repr: ignore more warnings in macrosMichael Wright-16/+64
2019-11-14literal representation: simplificationMichael Wright-1/+13
2019-11-13Add new lint: large stack arrayAreredify-1/+66
2019-11-13literal representation restructure 4Michael Wright-2/+50
2019-11-12no more must-use-candidate on trait implsAndre Bogus-8/+2
2019-11-12don't warn on CRLF in `with_newline` lintsAndy Russell-2/+58
2019-11-11Auto merge of #4803 - tomprogrammer:issue-4732, r=phanschbors-0/+13
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-1/+1
2019-11-11Auto merge of #4801 - mikerite:to_digit_is_some, r=flip1995bors-0/+38
2019-11-11Fix false positive in explicit_counter_loop lintThomas Bahn-0/+13
2019-11-11Fix false positive in derive_hash_xor_eqPhilipp Hansch-13/+44
2019-11-11Auto merge of #4780 - flip1995:ice_4775, r=phanschbors-0/+14
2019-11-10Add `to_digit_is_some` lintMichael Wright-0/+38
2019-11-10Only pass rlibs in target deps directorymsizanoen1-7/+1
2019-11-08Auto merge of #4786 - msizanoen1:target-libs, r=Manishearthbors-2/+14
2019-11-08Add target libs directory to search pathmsizanoen1-1/+2
2019-11-08Put ice test auxiliary fix in right placeMichael Wright-5/+1
2019-11-08Merge branch 'master' into fix-4727Michael Wright-140/+181
2019-11-07Auto merge of #4697 - Licenser:no-exit, r=flip1995bors-0/+56
2019-11-07Remove clippy dependency in lint_without_lint_passManish Goregaokar-20/+21
2019-11-07Remove clippy_lints from useless attribute testManish Goregaokar-11/+11
2019-11-07Update tests for exitHeinz N. Gies-6/+32
2019-11-07Improve function checkingHeinz N. Gies-0/+8
2019-11-07Exclude main from exit lintHeinz N. Gies-1/+9
2019-11-07Add lint for exitHeinz N. Gies-0/+14
2019-11-07Add the TARGET_LIBS environment variable for rustc CI testingmsizanoen1-1/+12
2019-11-07Deprecate `into_iter_on_array` lintflip1995-77/+48
2019-11-07use-self: correctly ignore dummy pathsMichael Wright-43/+87
2019-11-07rustup improper_ctypes: `extern "C"` fnsLzu Tao-30/+31
2019-11-06Add regression test for ICE #4775flip1995-0/+14
2019-11-06Auto merge of #4772 - HMPerson1:tastier_ice_cream, r=flip1995bors-0/+10