]> git.lizzy.rs Git - rust.git/history - src/cyclomatic_complexity.rs
Use rustc --print sysroot, bump to v66
[rust.git] / src / cyclomatic_complexity.rs
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-04-23 llogiqMerge pull request #872 from oli-obk/cc_result
2016-04-23 Oliver 'ker' Schneidercc: early returns are special
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-14 mcartonIgnore `#[test]` fns in `cyclomatic_complexity`
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-03 Martin CartonMerge pull request #833 from mcarton/rustup
2016-04-03 mcartonRustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-14 Martin CartonMerge pull request #764 from oli-obk/fix/cc/multi_diverge
2016-03-14 Oliver Schneiderprevent cc lint from panicking on unreachable code
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-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 Martin CartonMerge pull request #751 from oli-obk/fix/cc
2016-03-08 Oliver Schneiderfix cyclomatic complexity lint triggering because of...
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-04 Manish GoregaokarMerge pull request #738 from oli-obk/improve_cc
2016-03-04 Oliver Schneidersimplify cyclomatic complexity auxiliarly value computation
2016-03-04 Martin CartonMerge pull request #736 from mcarton/vec
2016-03-04 mcartons/ctxt/TyCtxt
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-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-02-05 Manish GoregaokarMerge pull request #622 from mcarton/regex
2016-02-05 mcartonFix case conventions
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-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-14 llogiqadding missing doc comments
2015-12-14 Manish GoregaokarMerge pull request #501 from oli-obk/fix/seme
2015-12-14 Oliver Schneiderfix cc computation in the presence of diverging calls
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-05 Manish GoregaokarMake panic in CC silencable (partial #478)
2015-12-03 llogiqMerge pull request #460 from oli-obk/cyclomatic_complexity
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...