]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-15 Martin CartonMerge pull request #1101 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarSuggest mutability and fix type in toplevel-ref-arg
2016-07-15 mcartonFix markdown in CHANGELOG
2016-07-14 mcartonFormat code for methods lints
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 mcartonFix FP with `USELESS_VEC` and non-copy types
2016-07-14 mcartonFix suggestion spans for `NEEDLESS_RETURN`
2016-07-14 mcartonFix `MANY_SINGLE_CHAR_NAMES`'s docs
2016-07-14 Oliver SchneiderMerge pull request #1096 from cramertj/1086-negative...
2016-07-13 Taylor CramerFix different NaNs in if const expressions test
2016-07-13 Taylor CramerCheck for comparison of -0.0 and 0.0 in PartialOrd...
2016-07-13 Taylor CramerAdd test for different NaNs
2016-07-13 Taylor CramerChange floating point constant to mem::transmute u64...
2016-07-13 Taylor CramerAdded sign check on Constant f64 PartialEq implementation
2016-07-12 Martin CartonMerge pull request #1092 from Manishearth/fx
2016-07-12 Manish GoregaokarRemove unnecessary feature
2016-07-12 Martin CartonMerge pull request #1083 from Manishearth/allow-large...
2016-07-12 Manish GoregaokarDon't warn when boxing large arrays
2016-07-10 Martin CartonMerge pull request #1084 from Manishearth/rustup
2016-07-10 mcartonBump to 0.0.79
2016-07-10 mcartonRustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)
2016-07-10 Manish GoregaokarMerge pull request #1082 from Manishearth/small-fixes
2016-07-10 mcartonLink to known issues for `MATCH_SAME_ARMS`
2016-07-10 mcartonTry to explain `MATCH_SAME_ARMS` better
2016-07-10 mcartonFix suggestions for `NEW_WITHOUT_DEFAULT`
2016-07-10 mcartonFix FP with `for` loops and shadowed loop variable
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-09 Martin CartonMerge pull request #1080 from sourcefrog/patch-2
2016-07-09 Martin PoolFix Markdown syntax in description of collapsible_if
2016-07-08 llogiqMerge pull request #1074 from Manishearth/fix-doc
2016-07-08 mcartonHandle `/**` and `~~~` in `DOC_MARKDOWN`
2016-07-08 Manish GoregaokarMerge pull request #1072 from dashed/patch-1
2016-07-08 Alberto LealAdd note on how to enable the optional dependency
2016-07-07 llogiqMerge pull request #1071 from dtolnay/javascript
2016-07-07 David TolnayAdd "JavaScript" to doc-valid-idents
2016-07-06 mcartonAddress PR's comments
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-06 mcartonRemove useless feature attribute
2016-07-06 mcartonMention the major sugg. refactoring in CHANGELOG
2016-07-05 mcartonUse `utils::sugg` in methods lints
2016-07-04 llogiqMerge pull request #1069 from oli-obk/lets_assume_depen...
2016-07-04 Oliver Schneiderdon't run clippy on dependencies when running cargo...
2016-07-04 mcartonUse `sugg::Sugg` in transmute links
2016-07-03 mcartonFix suggestions for `needless_bool`
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 mcartonUse `span_suggestion` in entry lints
2016-07-03 mcartonUse `utils::sugg` in `match` related lints
2016-07-03 Martin CartonMerge pull request #1068 from AtheMathmo/useless_vec...
2016-07-03 James LucasCheck for constant expression in useless_vec lint
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 Manish GoregaokarMake #991 work with current rust
2016-07-03 mcartonImprove `NOT_UNSAFE_PTR_ARG_DEREF` with functions
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-02 mcartonUse `utils::sugg` in swap lints
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-02 mcartonBump to 0.0.78
2016-07-02 Manish GoregaokarMerge pull request #1065 from mathstuf/doc-typos
2016-07-02 Ben Boeckeltypo: use commas around "e.g."
2016-07-01 mcartonCleanup
2016-07-01 mcartonUse `utils::sugg` in `FOR_KV_MAP`
2016-07-01 mcartonFix wrong suggestion with `...` and for loops
2016-07-01 mcartonAdd more sugggestion-building functions
2016-07-01 mcartonImprove `NEEDLESS_RANGE_LOOP` error reporting
2016-07-01 mcartonIntroduce `multispan_sugg`
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412 III
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412 II
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412
2016-07-01 mcartonOnly build suggestion if necessary in `USELESS_VEC`
2016-07-01 mcartonMove `vec!` unexpanding function to `utils::higher`
2016-07-01 mcartonMove more functions to `utils::higher`
2016-07-01 mcartonMove `unsugar_range` to `utils::higher`
2016-07-01 mcartonUse `util::sugg` in `TRANSMUTE_PTR_TO_REF`
2016-07-01 mcartonImprove `TOPLEVEL_REF_ARG` message
2016-07-01 mcartonUse `utils::sugg` in `TOPLEVEL_REF_ARG`
2016-07-01 mcartonCleanup
2016-07-01 mcartonUse `utils::sugg` in `MATCH_BOOL`
2016-07-01 mcartonUse `utils::sugg` in `COLLAPSIBLE_IF`
2016-07-01 mcartonUse `utils::sugg` in `FLOAT_CMP`
2016-07-01 mcartonUse `utils::sugg` in `ASSIGN_OPS`
2016-07-01 mcartonAdd a module to pretty-print suggestions
2016-07-01 mcartonUse `span_suggestion` in `FLOAT_CMP`
2016-06-30 Manish GoregaokarMerge pull request #1061 from Manishearth/double_neg
2016-06-30 Andre Bogusfixed doc nit
2016-06-29 Andre Bogusnew lint: double_neg
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonImprove `matches` tests
2016-06-29 mcartonUpdate CHANGELOG
2016-06-29 mcartonMake `COLLAPSIBLE_IF` consider `if let`
2016-06-29 mcartonSmall cleanup
2016-06-29 mcartonMake `CollapsibleIf` an `EarlyLintPass`
2016-06-29 mcartonFix FP with `mut_mut` and `for` loops
2016-06-29 Oliver SchneiderMerge pull request #1057 from Manishearth/1055
2016-06-29 mcartonRevert "Automatically defines the `clippy` feature"
2016-06-28 Oliver SchneiderMerge pull request #1053 from oli-obk/char_float_transmute
2016-06-28 Oliver Schneiderlint on unnecessary and plain wrong transmutes
2016-06-28 Oliver SchneiderMerge pull request #1050 from Manishearth/fx-1049
2016-06-28 Manish GoregaokarAdd parentheses when necessary in transmute suggestion...
2016-06-27 Manish GoregaokarMerge pull request #1048 from Manishearth/Manishearth...
2016-06-27 Manish Goregaokarreadme formatting nit
next