]> git.lizzy.rs Git - rust.git/history - src/eta_reduction.rs
Rustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
[rust.git] / src / eta_reduction.rs
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-03-30 llogiqMerge pull request #817 from mcarton/eta
2016-03-30 mcartonFix FP in `REDUNDANT_CLOSURE` with divergent functions
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-11 Martin CartonMerge pull request #754 from mcarton/rustup
2016-03-11 mcartonRustup to 1.9.0-nightly (c9629d61c 2016-03-10)
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-18 quininer kelfix nightly
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-05 mcartonFix util/update_wiki.py warnings and be consistent...
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-18 llogiqMerge pull request #559 from mcarton/redundant_closure
2016-01-18 mcartonFix redundant_closure false positive
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-02 Manish GoregaokarRustup to syntax::errors changes
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-12-08 llogiqMerge pull request #485 from sanxiyn/suggestion
2015-12-08 Seo SanghyeonAdd span_lint_and_then and use it
2015-12-08 Seo SanghyeonUse suggestion for redundant_closure
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-11-04 llogiqMerge pull request #427 from wartman4404/master
2015-11-04 wartman4404check for Deref conversions
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-26 Manish GoregaokarMerge pull request #239 from jedisct1/nightly
2015-08-26 Manish GoregaokarMerge pull request #242 from Manishearth/autolink
2015-08-26 llogiqMerge pull request #245 from birkenfeld/eta_unsafe
2015-08-26 Georg Brandleta_reduction: fix false positive for unsafe fns (fixes...
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 llogiqMerge pull request #216 from birkenfeld/match_pass
2015-08-22 Georg Brandl&-matches: dogfood fixes!
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-15 llogiqMerge pull request #174 from birkenfeld/small_fixes
2015-08-14 Manish GoregaokarMerge pull request #166 from Manishearth/contrib
2015-08-14 llogiqMerge pull request #168 from Manishearth/eta-reduction
2015-08-14 llogiqfixed false positives (at the cost of some false negatives)
2015-08-14 llogiqfixed false positives (at the cost of some false negatives)
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-16 Manish GoregaokarMerge pull request #117 from Manishearth/rustup
2015-07-16 llogiqrustup, also first time clippy was used on itself,...
2015-05-10 Manish GoregaokarAdd eta reduction (fixes #29)