]> git.lizzy.rs Git - rust.git/history - src/collapsible_if.rs
doc markdown lint's span shows the line instead of the item
[rust.git] / src / collapsible_if.rs
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonReplace all `format!("{}", foo)` calls
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 Manish GoregaokarMerge pull request #664 from Manishearth/fix_regex
2016-02-16 llogiqMerge pull request #669 from shssoichiro/single-char...
2016-02-15 Manish GoregaokarMerge pull request #670 from Manishearth/better-ice-fix
2016-02-15 Martin CartonMerge pull request #674 from mcarton/fix-collapsible_if
2016-02-15 mcartonFix suggestion in `COLLAPSIBLE_IF` lint
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-01 Manish GoregaokarMerge pull request #579 from oli-obk/single_match_else
2016-02-01 Oliver Schneiderfallout
2016-01-30 llogiqMerge branch 'devonhollowood-for-loop-over-option'
2016-01-30 llogiqMerge pull request #599 from mcarton/lt
2016-01-29 mcartonSynchronise comments with wiki
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-13 mcartonLint about `else { if .. }` with useless braces
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 Georg Brandlfix indentation
2015-09-06 llogiqMerge pull request #302 from Manishearth/macro
2015-09-06 Andre BogusMore strict macro check
2015-09-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 llogiqMerge pull request #230 from birkenfeld/eq_op_fix
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 Georg Brandlcollapsible_if: remove extraneous note output
2015-08-25 Manish GoregaokarMerge pull request #235 from birkenfeld/fix
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 llogiqMerge pull request #233 from birkenfeld/fix
2015-08-25 Georg Brandlcollapsible_if: remove extraneous note output
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandlall: organize imports
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #141 from Manishearth/multilinetrim
2015-08-13 Manish GoregaokarAdd trim_multiline utility (fixes #139)
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Manish GoregaokarMerge pull request #160 from Manishearth/dogfood
2015-08-13 Manish Goregaokarfix
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-12 Manish GoregaokarUse snippet, pprust methods expand AST
2015-08-12 Manish GoregaokarMerge pull request #137 from birkenfeld/collapsible_if_fix
2015-08-12 Manish GoregaokarMerge pull request #135 from birkenfeld/consistent_msgs
2015-08-12 Georg Brandlcollapsible_if: do not show Debug display of expression
2015-08-12 Georg Brandlall: make style of lint messages consistent
2015-08-11 Manish GoregaokarMerge pull request #127 from birkenfeld/better-helptext...
2015-08-11 Manish GoregaokarMerge pull request #128 from birkenfeld/whitespace...
2015-08-11 Georg Brandlall: whitespace cleanup
2015-08-11 Manish GoregaokarMerge branch 'pr-78'
2015-07-26 Manish GoregaokarBasic framework for structured logging
2015-06-01 llogiqMerge pull request #82 from Manishearth/collapsible_if
2015-06-01 llogiqmoved in_macro to (new) utils.rs
2015-06-01 llogiqFixed block check, also added macro test to collapsible...
2015-06-01 llogiqmerged upstream master
2015-06-01 llogiqMerge pull request #68 from Manishearth/macro_expn
2015-05-29 Manish GoregaokarMerge pull request #76 from mattyhall/master
2015-05-29 Matthew HallAdd lint for ifs that could be collapsed