]> git.lizzy.rs Git - rust.git/history - src/attrs.rs
Merge pull request #184 from Manishearth/identity_op
[rust.git] / src / attrs.rs
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-16 Georg Brandlall: remove unneeded as_str() calls for ast::Name
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Manish GoregaokarMerge pull request #158 from birkenfeld/iter_methods
2015-08-13 Georg Brandlnew lint: looping over x.iter() or x.iter_mut() (fixes...
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-12 Manish GoregaokarMerge pull request #135 from birkenfeld/consistent_msgs
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-31 Manish GoregaokarUpgrade to rustc 1.3.0-nightly (4d52d7c85 2015-07-30)
2015-07-26 Manish GoregaokarBasic framework for structured logging
2015-06-07 llogiqMerge pull request #92 from Manishearth/inline_always
2015-06-07 llogiqremoved false positives from inline_always (issue #84)
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 llogiqMerge pull request #81 from Manishearth/len_zero
2015-06-01 llogiqmerged upstream master
2015-06-01 llogiqMerge branch 'master' into len_zero
2015-05-30 llogiqNew lint for issue