]> git.lizzy.rs Git - rust.git/history - src/collapsible_if.rs
added wiki comments + wiki-generating python script
[rust.git] / src / collapsible_if.rs
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