]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-05-06 Oliver Schneiderfix markdown
2016-05-06 Oliver Schneiderfail fast
2016-05-06 Oliver Schneiderrun remark-lint on README.md
2016-05-05 llogiqMerge pull request #901 from Manishearth/doc
2016-05-05 mcartonDon’t warn in titles in DOC_MARKDOWN
2016-05-05 mcartonTest previously reported false positive
2016-05-05 mcartonFix issue with `DOC_MARKDOWN` and punctuation
2016-05-02 Martin CartonMerge pull request #891 from oli-obk/doc_precise_spans
2016-05-02 Oliver Schneiderdoc markdown lint shows the exact word location
2016-05-02 Oliver Schneiderdoc markdown lint's span shows the line instead of...
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-05-02 Oliver Schneidersimilar_names should be allow-by-default
2016-05-02 Oliver Schneiderdon't lint similar_names inside #[test] functions
2016-04-30 Manish GoregaokarMerge pull request #889 from Manishearth/fix-887
2016-04-30 Andre Bogusfixed tests, added clippy_restrictions lint group
2016-04-30 Andre Boguslint remainder, document test w/ half expr
2016-04-30 Andre Bogusfix #887: New lints for integer/floating-point arithmetic
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-26 mcartonUpdate changelog
2016-04-26 mcartonCentralize more paths
2016-04-26 mcartonFix paths resolution
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-24 Martin CartonMerge pull request #875 from Manishearth/fx-doc
2016-04-24 Manish GoregaokarImprove new_without_default docs
2016-04-23 llogiqMerge pull request #872 from oli-obk/cc_result
2016-04-23 Oliver 'ker... cc: early returns are special
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-23 Manish GoregaokarMerge pull request #870 from Manishearth/fix-722
2016-04-23 Andre Bogusallow items_after_statements by default
2016-04-22 Georg BrandlFix grammar.
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-21 Taylor CramerRan script to update README.md
2016-04-21 Taylor CramerFixed destructor detection in mem_forget
2016-04-21 Taylor CramerLimited mem_forget error to only Drop types (fails)
2016-04-21 Taylor CramerChanged std::mem::forget errors to mem::forget
2016-04-20 Taylor CramerTicks around std::mem::forget
2016-04-20 Taylor CramerRan update_lints and updated CHANGELOG.md to reflect...
2016-04-20 Taylor CramerAdded lint for mem_forget
2016-04-20 mcartonCheck type for `SINGLE_CHAR_PATTERN`
2016-04-20 Martin CartonMerge pull request #866 from cramertj/master
2016-04-20 Taylor CramerAdded unsafe_removed_from_name to new list in CHANGELOG.md
2016-04-20 Taylor CramerExpanded tests for unsafe_removed_from_name
2016-04-20 Taylor CramerRemoved unnecessary restriction of unsafe_removed_from_...
2016-04-19 Taylor CramerRan update_lints script
2016-04-19 Taylor CramerAdded lint for use imports which remove unsafe from...
2016-04-17 llogiqadd neg_multiply lint (#862)
2016-04-17 Martin CartonMerge pull request #861 from birkenfeld/issue859
2016-04-17 Georg BrandlMake if_not_else lint Allow by default (fixes #859)
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonFix .travis.yml again
2016-04-14 mcartonFix the `REGEX_MACRO` lint
2016-04-14 mcartonFix regex tests
2016-04-14 mcartonrustfmt all the things
2016-04-14 mcartons/paths::LL/paths::LINKED_LIST
2016-04-14 mcartonMove paths to their own module
2016-04-14 mcartonAutogenerate CHANGELOG links to lints in wiki
2016-04-14 mcartonUpdate changelog
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-04-14 mcartonIgnore `#[test]` fns in `cyclomatic_complexity`
2016-04-13 Martin CartonMerge pull request #855 from Manishearth/doc
2016-04-13 mcartonRemove `#[feature(deprecated)]`
2016-04-13 mcartonMore tests in `DOC_MARKDOWN`
2016-04-12 Manish GoregaokarMerge pull request #851 from Manishearth/doc
2016-04-11 mcartonFix FP with `DOC_MARKDOWN` and reference links
2016-04-11 Martin CartonMerge pull request #850 from Manishearth/note_31439
2016-04-11 Andre Bogusadd a note of rust-lang/rust/#31439 to the wiki text
2016-04-11 mcartonMarkdownify more doc
2016-04-11 Martin CartonMerge pull request #843 from Manishearth/changelog
2016-04-11 mcartonAdd a changelog file
2016-04-08 Martin CartonMerge pull request #845 from Manishearth/rustup
2016-04-08 mcartonBump to 0.0.63
2016-04-08 mcartonRustup to 1.9.0-nightly (7979dd608 2016-04-07)
2016-04-08 mcartonBump to 0.0.62
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-04 llogiqMerge pull request #836 from Manishearth/doc
2016-04-04 mcartonFix false positive with `DOC_MARKDOWN` and `32MiB`
2016-04-03 Martin CartonMerge pull request #833 from mcarton/rustup
2016-04-03 mcartonBump to 0.0.61
2016-04-03 mcartonRustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 mcartonSmall fixes in #802
2016-04-02 mcartonRustup PR #802
2016-04-02 Taylor CramerAdded tests for eq and neq invalid upcast comparisons
2016-04-02 Taylor CramerAdded eq and neq handling to invalid upcast comparisons
2016-04-02 Taylor CramerReverted to manual implementation of PartialEq for...
2016-04-02 Taylor CramerAdded > and >= tests for upcast comparisons
2016-04-02 Taylor CramerErased numeric type to reduce branching
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-04-02 Taylor CramerTests passing for invalid_upcast_comparisons
2016-04-02 Taylor CramerUpdated lints with script
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-04-01 Manish GoregaokarMerge pull request #826 from Manishearth/patho-bool
2016-04-01 Manish GoregaokarMerge pull request #824 from mcarton/doc
2016-04-01 Manish GoregaokarBump to 0.0.60
2016-04-01 Manish GoregaokarAdd regression test for #825
2016-04-01 Manish GoregaokarIgnore pathological cases in boolean lint (#825)
2016-04-01 mcartonRustup to 1.9.0-nightly (e1195c24b 2016-03-31)
2016-04-01 mcartonFix false positive with `DOC_MARKDOWN` and links
2016-04-01 mcartonImprove the `match_same_arms` doc
2016-04-01 llogiqMerge pull request #822 from Manishearth/fix-820
next