]> git.lizzy.rs Git - rust.git/history - tests
Make code cleaner and more readable
[rust.git] / tests /
2019-07-19 uHOOCCOOHuFix fmt
2019-07-19 borsAuto merge of #4286 - phansch:update_pulldown_cmark3...
2019-07-19 borsAuto merge of #4285 - matthiaskrgr:rustup_backticks...
2019-07-19 Philipp HanschUpdate pulldown-cmark to 0.5.3
2019-07-18 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/62764
2019-07-18 borsAuto merge of #4282 - phansch:decrease_stderr_maximum_l...
2019-07-18 uHOOCCOOHuAdd test
2019-07-18 borsAuto merge of #4274 - daxpedda:implicit_return_fixes...
2019-07-17 borsAuto merge of #4280 - phansch:uitests_matches, r=flip1995
2019-07-17 borsAuto merge of #4259 - Darth-Revan:origin/inherent_to_st...
2019-07-17 Darth-RevanFix "unkown clippy lint" error in UI test.
2019-07-17 Darth-RevanCorrections for PR review.
2019-07-17 Darth-RevanImplement lint for inherent to_string() method.
2019-07-17 borsAuto merge of #4278 - phansch:uitestcleanup_indexing...
2019-07-17 Philipp HanschUI Test Cleanup: Extract match_ref_pats tests
2019-07-16 Philipp HanschUpdate UI tests
2019-07-16 borsAuto merge of #4276 - phansch:uitestcleanup, r=flip1995
2019-07-16 Philipp HanschAllow no_effect lint
2019-07-16 Philipp HanschRemove comment
2019-07-16 Philipp Hanschcargo fmt
2019-07-16 Philipp HanschUI Test Cleanup: Split up checked_unwrap tests
2019-07-16 daxpeddaRemoved lintining on never type.
2019-07-16 borsAuto merge of #4275 - jayhardee9:fix/cmp-signum, r...
2019-07-16 Philipp HanschUI Test Cleanup: Split out out_of_bounds_indexing
2019-07-15 Jerry HardeeFix float_cmp false positive when comparing signum
2019-07-15 daxpeddafalse positives fixes of `implicit_return`
2019-07-15 borsAuto merge of #4273 - mikerite:deny-warnings, r=flip1995
2019-07-15 borsAuto merge of #3418 - phansch:add_travis_windows_build...
2019-07-14 flip1995Disable dogfood on windows for faster build time on...
2019-07-13 borsAuto merge of #4229 - euclio:lint-doc-generation-fix...
2019-07-13 borsAuto merge of #4232 - mikerite:dev-fmt-4, r=flip1995
2019-07-13 borsAuto merge of #4268 - mikerite:fix-4260, r=flip1995
2019-07-13 Michael WrightMerge branch 'master' into dev-fmt-4
2019-07-11 Michael WrightFix bug in `implicit_hasher` causing crashes
2019-07-09 borsAuto merge of #4257 - skade:improve-cast-alignment...
2019-07-09 Florian GilcherImprove cast_ptr_alignment lint
2019-07-09 borsAuto merge of #4233 - thiagoarrais:jens1o-fix-1208...
2019-07-09 borsAuto merge of #4262 - bara86:master, r=flip1995
2019-07-08 BaraUse empty block instead of unit type for needless return
2019-07-08 Jens HausdorfAvoid reporting string_lit_as_bytes for long strings
2019-07-08 Jeremy StuckiAdd test for unnecessary_flat_map
2019-07-07 Michael WrightWork around rustup fallback error on Windows
2019-07-07 Michael WrightImprove fmt test failure message
2019-07-07 Michael WrightAdd dev fmt subcommand
2019-07-06 borsAuto merge of #4254 - lzutao:hiridification-62168,...
2019-07-06 Lzu TaoRemove lint for ONCE_INIT
2019-07-06 Lzu TaoUpdate rustfix tests
2019-07-03 borsAuto merge of #4250 - mikerite:fix-3992, r=phansch
2019-07-03 Michael WrightFix allow bug in `trivially_copy_pass_by_ref`
2019-07-02 borsAuto merge of #4246 - mikerite:fix-4244, r=flip1995
2019-07-02 Michael WrightFix `match_same_arms` false negative
2019-07-01 borsAuto merge of #4245 - flip1995:ice_4121, r=matthiaskrgr
2019-07-01 flip1995Test for melted ICE #4121
2019-07-01 borsAuto merge of #4243 - mikerite:fix-4058, r=flip1995
2019-07-01 borsAuto merge of #4222 - jfrikker:try_err, r=flip1995
2019-07-01 Michael WrightFix `never_loop` false positive
2019-06-30 Joe FrikkerRunning rustfmt on test
2019-06-30 borsAuto merge of #4240 - alex:uninit-intrinsic-prep, r...
2019-06-29 Alex GaynorRemoved use of intrinsics::uninit from tests.
2019-06-25 Joe FrikkerMaking try_err machine applicable
2019-06-24 borsAuto merge of #4123 - Centril:rustup-let-chains-ast...
2019-06-23 Joe FrikkerPR comments
2019-06-23 Mazdak FarrokhzadAccount for let_chains in collapsible_if ui test cases.
2019-06-22 Joe FrikkerAdding try_err lint
2019-06-22 borsAuto merge of #4220 - d-dorazio:4182-needless-return...
2019-06-21 Daniele D'Oraziocargo fmt
2019-06-21 Daniele D'Oraziomore idiomatic code
2019-06-21 Daniele D'Orazioupdate tests and fix lints in clippy
2019-06-21 Daniele D'Oraziomake needless_return work with void functions
2019-06-19 borsAuto merge of #4221 - lzutao:redundant-lifetime, r...
2019-06-19 Lzu TaoFix warnings about unnecessary lifetime bounds
2019-06-19 borsAuto merge of #4210 - dtolnay:division, r=flip1995
2019-06-17 borsAuto merge of #4214 - d-dorazio:4204-fix-float-cmp...
2019-06-17 Daniele D'Oraziofix suggestion for floating points inequality
2019-06-14 borsAuto merge of #4162 - krk:static-static, r=flip1995
2019-06-14 flip1995Restructure rename tests
2019-06-14 krkRegister rename to the LintStore.
2019-06-14 krkRename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LI...
2019-06-14 krkRename const_static_lifetime to redundant_static_lifetime.
2019-06-14 krkMerge StaticConst and StaticStatic lints into StaticConst.
2019-06-14 krkAdd lint for statics with explicit static lifetime.
2019-06-12 borsAuto merge of #4195 - thiagoarrais:division-of-integer...
2019-06-12 Thiago ArraisAdds lint for integer division
2019-06-12 borsAuto merge of #4191 - g-bartoszek:redundant-closure...
2019-06-12 Grzegorzredundant_closure_for_method_calls fixes:
2019-06-10 borsAuto merge of #4190 - projedi:fix-eta, r=flip1995
2019-06-10 Alexander ShabalinWorkaround for rust-lang/rustfmt#3615
2019-06-10 Alexander ShabalinFixing eta with respect to lazy evaluation.
2019-06-08 borsAuto merge of #4185 - mikerite:outer_expn_info, r=Manis...
2019-06-08 Michael WrightAdd OUTER_EXPN_INFO lint
2019-06-06 borsAuto merge of #4177 - mikerite:compiler_lint_functions_...
2019-06-06 borsAuto merge of #4136 - euclio:println-writeln-suggestion...
2019-06-04 borsAuto merge of #4164 - mikerite:fix-4144, r=mikerite
2019-06-02 Michael WrightFix .map(..).unwrap_or_else(..) bad suggestion
2019-06-01 borsAuto merge of #4158 - phansch:rustup_tests, r=Manishearth
2019-06-01 Philipp HanschFix ellipsis_inclusive_range_patterns lint warnings
2019-05-30 Andy Russelladd suggestions for print/write with newline lint
2019-05-30 borsAuto merge of #4157 - phansch:update_pulldown_cmark2...
2019-05-30 borsAuto merge of #4113 - rust-lang:author, r=flip1995
2019-05-30 borsAuto merge of #4155 - phansch:rustup_trait_obj, r=oli-obk
next