]> git.lizzy.rs Git - rust.git/history - src/ptr_arg.rs
Remove * dep
[rust.git] / src / ptr_arg.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-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-25 Manish GoregaokarMerge pull request #470 from sanxiyn/match-ref-pats
2015-11-24 Seo SanghyeonDogfood match_ref_pats for `if let`
2015-11-19 Manish GoregaokarMerge pull request #463 from fhartwig/rustup
2015-11-19 Florian HartwigUpdate to latest rust nightly
2015-10-31 llogiqMerge pull request #426 from Manishearth/fix-ptr-arg
2015-10-30 Manish GoregaokarFix ptr-arg false positive for trait impls
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-14 llogiqMerge pull request #392 from fhartwig/warn-ptr-args
2015-10-14 Florian HartwigMake ptr_arg lint warn by default
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-08 Manish GoregaokarMerge pull request #369 from fhartwig/allow-warn
2015-10-07 Florian HartwigFix documentation that disagrees with code
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
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 Manish GoregaokarMerge pull request #235 from birkenfeld/fix
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 Manish GoregaokarMerge pull request #219 from birkenfeld/type_complexity
2015-08-22 Georg Brandlptr_arg: fix panic when pattern type is not in tcx
2015-08-22 Manish GoregaokarMerge pull request #215 from birkenfeld/type_improvements
2015-08-21 Georg Brandlutils: add match_type() helper function
2015-08-21 Georg Brandlall: put often used DefPaths into utils as consts
2015-08-21 Georg Brandlptr_arg improvements (fixes #214)
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-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-05-26 Manish GoregaokarMerge pull request #71 from sourcejedi/patch-1
2015-05-25 llogiqMerge pull request #70 from Manishearth/issue_69
2015-05-25 llogiqmade macro test even simpler, added a few tests
2015-05-25 llogiqfixed issue #69
2015-05-23 llogiqMerge pull request #66 from Manishearth/refactoring
2015-05-22 llogiqanother refactoring, using more fitting Option methods...
2015-05-21 llogiqMerge pull request #65 from Manishearth/cmp_owned
2015-05-21 llogiqMerge pull request #64 from Manishearth/refactoring
2015-05-21 llogiqrefactored Option usage and fn argument types, improved...
2015-05-04 llogiqAdded &String matching and renamed to vec_ptr_arg to...