]> git.lizzy.rs Git - rust.git/history - src/methods.rs
improve cc of function
[rust.git] / src / methods.rs
2015-12-03 Oliver Schneiderimprove cc of function
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-26 Devon HollowoodAdd lints suggesting map_or() and map_or_else()
2015-11-23 Manish Goregaokarspurious newline
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-19 Florian HartwigAppease clippy by not shadowing variables
2015-11-19 Florian HartwigSimplify has_debug_impl
2015-11-19 Florian Hartwigwarn on use of ok().expect()
2015-11-19 Manish GoregaokarMerge pull request #463 from fhartwig/rustup
2015-11-19 Florian HartwigUpdate to latest rust nightly
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
2015-09-28 Manish Goregaokarrustup to 1.5.0-nightly (7bf4c885f 2015-09-26)
2015-09-24 Manish GoregaokarMerge branch 'pr-347'
2015-09-24 Pietro MonteiroUpgrade Rust to rustc 1.5.0-nightly (b2f379cdc 2015...
2015-09-22 llogiqMerge pull request #344 from Manishearth/reflet
2015-09-19 Georg BrandlFix stray backquote.
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-07 llogiqMerge pull request #312 from Manishearth/pub_convention
2015-09-07 llogiqdamn autocorrect
2015-09-07 llogiqreplace if let by equality check
2015-09-07 llogiqsplit wrong_self_convention in pub/default visibility...
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-04 Georg Brandlmethods: allow &mut self for as_ methods
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-09-02 Manish GoregaokarMerge pull request #286 from Manishearth/fix-ice
2015-09-02 Manish GoregaokarFix ICE
2015-09-02 llogiqMerge pull request #284 from birkenfeld/is_methods
2015-09-02 Georg Brandlmethods: allow multiple self kinds for "is_" methods
2015-09-01 Manish GoregaokarMerge pull request #274 from birkenfeld/copy_fix
2015-09-01 Georg Brandlmethods: try to allow value self when type is Copy...
2015-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Manish GoregaokarMerge pull request #238 from birkenfeld/to_string_fix
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 Brandlmethods: suggest correct replacement for `to_string...
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-25 llogiqshadowing detection
2015-08-25 llogiqMerge pull request #231 from birkenfeld/to_string_hint
2015-08-25 Georg Brandlmethods: people might be using to_string() to make...
2015-08-25 Georg Brandlnew lint: inherent methods that should be trait impls...
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
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-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 Brandladd some imports to guard against crate moves
2015-08-16 Georg Brandlall: organize imports
2015-08-15 llogiqMerge pull request #174 from birkenfeld/small_fixes
2015-08-15 Georg Brandlmethods: allow Option.unwrap by default
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-13 Georg Brandlmethods: move misc.StrToStringPass to MethodsPass
2015-08-12 Manish GoregaokarMerge branch 'pr-138'
2015-08-12 Manish GoregaokarMerge pull request #145 from birkenfeld/string_to_string
2015-08-12 Georg Brandlmethods: lint against String.to_string (fixes #100)
2015-08-12 Manish GoregaokarMerge pull request #143 from birkenfeld/more_methods
2015-08-12 Georg Brandlmethods: move misc.StrToStringPass to MethodsPass
2015-08-11 Manish GoregaokarMerge pull request #129 from birkenfeld/unwrap_lint
2015-08-11 Georg Brandlnew lint for Option.unwrap() and Result.unwrap()