]> git.lizzy.rs Git - rust.git/history - src/identity_op.rs
Extend escape analysis to arguments
[rust.git] / src / identity_op.rs
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-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
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-27 llogiqMerge pull request #246 from Manishearth/macro
2015-08-26 Manish GoregaokarMore macro checks
2015-08-18 llogiqMerge pull request #196 from birkenfeld/const_struct
2015-08-17 Georg Brandlconsts: convert to using a struct with state
2015-08-17 llogiqfix 189, fixed a few warnings, ==/!= for consts, refact...
2015-08-17 llogiqMerge pull request #190 from Manishearth/fix-189
2015-08-17 llogiqfix 189, fixed a few warnings, ==/!= for consts, refact...
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-16 llogiqmade is_negative(..) public (+doctest), fixed identity_...
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-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Georg Brandllint messages: remove trailing period
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-26 Manish GoregaokarBasic framework for structured logging
2015-07-09 llogiqMerge pull request #108 from Manishearth/refactoring
2015-07-09 llogiqnew 'snippet' utils method, used where applicable
2015-05-23 llogiqMerge pull request #66 from Manishearth/refactoring
2015-05-22 llogiqanother refactoring, using more fitting Option methods...
2015-05-15 llogiqMerge pull request #56 from Manishearth/identity_op
2015-05-15 llogiqnew lint: identity_op, refactored bit_masks a bit