]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-09 Philipp HanschMerge pull request #2739 from gnzlbg/patch-1
2018-05-09 gnzlbgRemove removed rustfmt options
2018-05-09 Oliver SchneiderMerge pull request #2737 from flip1995/escaped_squigglies
2018-05-09 flip1995panic_params: don't lint escaped squigglies
2018-05-07 Oliver SchneiderMerge pull request #2733 from phansch/build_script
2018-05-07 Philipp HanschAdd rustc version check to build script
2018-05-07 Oliver SchneiderMerge pull request #2730 from NiekGr/len_zero_use_of_one
2018-05-07 Oliver SchneiderVersion bump
2018-05-06 NiekGrUpdate len_zero to handle comparisions with one
2018-05-06 Oliver SchneiderMerge pull request #2729 from mikerite/fix_compilation_...
2018-05-06 Michael WrightFixes compilation for rust nightly 2018-05-05
2018-05-05 Oliver SchneiderMerge pull request #2720 from estk/fix-dot-zero
2018-05-05 Evan SimmonsFix 1x..x.0 false positive, pretty suggestion
2018-05-04 Philipp HanschMerge pull request #2724 from Caemor/patch-1
2018-05-04 Oliver SchneiderMerge pull request #2726 from rust-lang-nursery/rustup
2018-05-04 Oliver SchneiderVersion bump
2018-05-04 Oliver SchneiderMerge pull request #2713 from alexreg/nightly-fix
2018-05-04 ChrisLink with https instead of http
2018-05-04 Oliver SchneiderSatisfy dogfood
2018-05-04 Oliver SchneiderUpdate inline_fn_without_body.rs
2018-05-03 Alexander RegueiroFixed build for latest nightly (again)
2018-05-03 Oliver SchneiderRustup field -> method transition of ..=
2018-05-03 Oliver Schneiderremove unused crate import
2018-05-01 Oliver SchneiderMerge pull request #2714 from imp/2709_simplify_some_in...
2018-05-01 Oliver SchneiderMerge pull request #2711 from phansch/fix_2707
2018-05-01 Cyril PliskoSimplify some internal code
2018-05-01 Philipp HanschPrevent crash when macro is in different file
2018-05-01 Alexander RegueiroFixed build for latest nightly
2018-05-01 Oliver SchneiderMerge pull request #2672 from ysimonson/multiple-crate...
2018-05-01 Oliver SchneiderMerge pull request #2701 from nathan/patch-1
2018-04-29 Yusuf SimonsonLint for multiple versions of dependencies
2018-04-28 Oliver SchneiderMerge pull request #2703 from phansch/rustup20180427
2018-04-28 Philipp HanschRustup to latest nightly
2018-04-27 NathanAdd third variant to {pub_,}enum_variant_names examples
2018-04-27 Oliver SchneiderMerge pull request #2696 from nathan/patch-1
2018-04-27 Oliver SchneiderMerge pull request #2697 from phansch/add_contributing_toc
2018-04-27 Philipp HanschAdd TOC to contribution instructions
2018-04-27 Oliver SchneiderMerge pull request #2699 from mati865/rustup
2018-04-27 Mateusz Mikułarustup
2018-04-27 NathanRemove extraneous `'s in {wrong,crosspointer}_transmute...
2018-04-27 NathanFix missing line comments in {drop,forget}_copy examples
2018-04-27 NathanFix missing line comment in drop_ref example
2018-04-27 NathanFix missing line comment in crosspointer_transmute...
2018-04-27 NathanFix missing line comment in doc_markdown example
2018-04-25 Oliver SchneiderMerge pull request #2673 from estk/excessive_precision
2018-04-25 Oliver SchneiderMerge pull request #2679 from devonhollowood/cast-align...
2018-04-25 Oliver SchneiderMerge pull request #2687 from phansch/explain_how_lints...
2018-04-24 Evan SimmonsNew excessive precision lint for floats
2018-04-24 Philipp HanschMention util/update_lints.py
2018-04-24 Devon HollowoodMake cast_ptr_alignment ignore c_void
2018-04-24 Oliver SchneiderMerge pull request #2684 from 17cupsofcoffee/infallible...
2018-04-24 Joe ClayImplement lint for destructuring tuple structs with...
2018-04-24 Oliver SchneiderMerge pull request #2694 from humanenginuity/master
2018-04-23 Brad GibsonMerge pull request #1 from humanenginuity/fix-strictly...
2018-04-23 Brad GibsonCorrected messaging to warn against less- to more-stric...
2018-04-23 Oliver SchneiderMerge pull request #2690 from mrecachinas/feature/print...
2018-04-21 Michael RecachinasUpdate stderrs for print and write_literal
2018-04-21 Michael RecachinasAdd smaller check_unformatted to write.rs and fix preci...
2018-04-21 Michael RecachinasAdd more tests to print_ and write_literal
2018-04-21 Philipp HanschExplain how Clippy works
2018-04-19 Oliver SchneiderVersion bump
2018-04-19 Oliver SchneiderMerge pull request #2681 from phansch/fix_latest_nightl...
2018-04-19 Oliver SchneiderMerge pull request #2683 from rust-lang-nursery/rustup
2018-04-18 Philipp HanschFix latest nightly breakage
2018-04-17 Philipp HanschMerge pull request #2675 from phansch/mention_irc_in_co...
2018-04-17 Oliver SchneiderRustup
2018-04-17 Philipp HanschAdd intro and mention IRC in CONTRIBUTING.md
2018-04-15 Oliver SchneiderMerge pull request #1467 from philipturnbull/option_map...
2018-04-15 Philipp HanschRefactor out enum and address nits
2018-04-15 Oliver SchneiderVersion bump
2018-04-15 Oliver SchneiderMerge pull request #2650 from thekidxp/fixEmptyPrintln
2018-04-15 MSI\Stew's... fixing error message for empty println macro
2018-04-15 Philipp HanschAlso lint Result.map for unit returns
2018-04-15 Philipp HanschRename option_map_unit_fn to map_unit_fn
2018-04-15 Philipp HanschGenerate let binding variable name for some cases
2018-04-15 Philipp HanschUse approximate_suggestion for non-reducible closures
2018-04-15 Philipp HanschRemove further semicolon reduction
2018-04-15 Philipp HanschAllow new lint in ui/eta.rs
2018-04-15 Philipp HanschMove test to new UI test system
2018-04-15 Philipp HanschRename lint to option_map_unit_fn
2018-04-15 Philipp HanschUse declare_clippy_lint and 'complexity' category
2018-04-15 Philipp HanschCleanup misc::check_nan
2018-04-15 Philipp HanschMake it compile again
2018-04-15 Phil TurnbullHandle non-trivial nil closures
2018-04-15 Phil TurnbullReturn Spans instead of Cow<&str>'s
2018-04-15 Phil TurnbullLint closures that return nil
2018-04-15 Phil TurnbullLint `Option.map(f)` where f never returns
2018-04-15 Phil TurnbullLint `Option.map(f)` where f returns nil
2018-04-15 Oliver SchneiderMerge pull request #2662 from mikerite/issue_2546
2018-04-15 Oliver SchneiderMerge pull request #2670 from mikerite/fix_compilation_...
2018-04-15 Michael WrightFix clippy error
2018-04-15 Michael WrightFix compilation for nightly 2018-04-15
2018-04-14 Oliver SchneiderMerge pull request #2669 from senden9/patch-1
2018-04-14 Stefano ProbstFix Markdown link syntax in lint doc
2018-04-13 Philipp HanschMerge pull request #2668 from phansch/run_remark_on_all...
2018-04-13 Philipp HanschRun remark-lint on all markdown files in root
2018-04-12 Philipp HanschMerge pull request #2664 from phansch/move_unnecessary_...
2018-04-12 Philipp HanschMove unnecessary_fold UI tests to separate file
2018-04-12 Michael WrightFix clippy warnings
2018-04-12 Michael WrightFix useless_format false negative
next