]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderversion bump and changelog update
2016-08-17 Oliver Schneiderrustup for the ! type
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Manish GoregaokarMerge pull request #1172 from Manishearth/changelog
2016-08-17 mcartonAdd missing lints to CHANGELOG
2016-08-17 mcartonAdd "DirectX" and "OpenGL" to `doc_valid_idents`
2016-08-17 mcartonFix Travis not pushing gh-pages for tags
2016-08-17 Oliver SchneiderMerge pull request #1168 from oli-obk/useless_lint_attr...
2016-08-17 Oliver Schneiderdisallow lint attributes on `use` and `extern crate...
2016-08-17 Oliver SchneiderMerge pull request #1143 from birkenfeld/issue-455
2016-08-17 Manish GoregaokarMerge pull request #1167 from Manishearth/rustup
2016-08-17 Manish GoregaokarBump to 0.0.82
2016-08-16 Sascha Hansemake clippy compile again with the latest nightly after...
2016-08-16 Georg BrandlLint print!("...\n") (closes #455)
2016-08-16 llogiqMerge pull request #1164 from oli-obk/module_inception
2016-08-16 Oliver Schneideraddress nits and improve docs
2016-08-16 Oliver Schneiderlint modules that have the same name as their parent...
2016-08-14 Manish GoregaokarBump to 0.0.81
2016-08-14 Manish GoregaokarMerge pull request #1162 from dtolnay/up
2016-08-13 David TolnayUpdate to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)
2016-08-11 Oliver SchneiderMerge pull request #1158 from scurest/evalorder
2016-08-11 scurestAdd lint for reads and writes that depend on evaluation...
2016-08-09 llogiqMerge pull request #1151 from oli-obk/clone_ref
2016-08-08 llogiqMerge pull request #1152 from oli-obk/wrong_self_conv_f...
2016-08-08 Manish GoregaokarMerge pull request #1154 from oli-obk/no_dogfood_for_travis
2016-08-08 Manish GoregaokarMerge pull request #1153 from oli-obk/too_many_extern_f...
2016-08-08 Oliver Schneidertravis bump
2016-08-08 Oliver Schneideralso cache files in clippy_lints, necessary for testing...
2016-08-08 Oliver Schneiderdon't run clippy on itself twice in travis
2016-08-08 Oliver Schneiderextern fns often need to adhere to a specific api ...
2016-08-08 Oliver Schneiderenable changing wrong_self_convention's lint level...
2016-08-08 Oliver Schneideradd suggestions to clone_on_copy
2016-08-08 Manish GoregaokarMerge pull request #1150 from birkenfeld/remove-warning
2016-08-08 Georg BrandlRemove "known problem" that only occurs without MIR.
2016-08-08 Georg BrandlClose code block in docstring
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake Python utils more idiomatic, use better names...
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-08-07 Georg BrandlINDEXING_SLICING should probably be a restriction lint.
2016-08-07 Manish GoregaokarMerge pull request #1145 from birkenfeld/issue-703-2
2016-08-07 Manish GoregaokarMerge pull request #1147 from birkenfeld/issue-1138
2016-08-06 Georg BrandlAdd a configurable threshold for enum variants before...
2016-08-05 Georg BrandlLint literal suffixes not separated by underscores...
2016-08-05 Georg BrandlLint inconsistent casing in hex literals (closes #703)
2016-08-04 Manish GoregaokarMerge pull request #1132 from Manishearth/whitelist
2016-08-03 Andre Bogusadded OAuth and TrueType to doc whitelist
2016-08-03 Manish GoregaokarMerge pull request #1131 from JDemler/master
2016-08-02 Jakob DemlerNo warning when file is opened with read truncate and...
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-08-01 Oliver SchneiderMerge pull request #1126 from Manishearth/rustup
2016-07-31 mcartonBump to 0.0.80
2016-07-31 mcartonRustup to rustc 1.12.0-nightly (1225e122f 2016-07-30)
2016-07-30 Martin CartonMerge pull request #1125 from Manishearth/ipv4
2016-07-30 mcartonAdd `IPv4` and `IPv6` to the valid doc idents list
2016-07-29 mcartons/```/```rust when relevant
2016-07-25 Manish GoregaokarMerge pull request #1118 from Manishearth/Manishearth...
2016-07-25 Manish Goregaokarmultirust -> rustup (fixes #1117)
2016-07-20 llogiqMerge pull request #1113 from oli-obk/assign_op
2016-07-20 Oliver Schneiderupdate lints
2016-07-20 Oliver Schneiderlint `a += a + b` (possible mis-refactoring of `a ...
2016-07-20 Oliver Schneiderget snippets inside the suggestions-closure
2016-07-19 mcartonRevert "Maybe fix `deploy.sh`"
2016-07-19 mcartonAdd encryption label to deploy.sh
2016-07-19 mcartonFix deploy.sh III
2016-07-19 mcartonFix deploy.sh II
2016-07-19 mcartonMaybe fix `deploy.sh`
2016-07-19 Martin CartonMerge pull request #1109 from Manishearth/setup-gh...
2016-07-19 mcartonFix deploy.sh and python2 usage
2016-07-19 Martin CartonMerge pull request #1108 from Manishearth/setup-gh...
2016-07-19 mcartonAdd `deploy.sh` to `travis.toml`
2016-07-19 Martin CartonMerge pull request #1107 from Manishearth/setup-gh...
2016-07-19 mcartonSetup automatic push of gh-pages
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-18 Oliver Schneider"fallout"
2016-07-18 Oliver Schneideradd an internal lint that catches misordered paths
2016-07-17 mcartonUpdate README
2016-07-17 mcartonDogfood
2016-07-16 Martin CartonMerge pull request #1103 from Manishearth/doc-eta
2016-07-16 Manish Goregaokarredundant closures don't allocate
2016-07-15 mcartonRun `./util/update_lints.py`
2016-07-15 mcartonImprove docs
2016-07-15 Oliver Schneideradd the path to the util::path module
2016-07-15 Martin CartonMerge pull request #1102 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarFix position of mut in toplevel-ref-arg (fixes #1100...
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 Pascal HertleifAdd EditorConfig
2016-07-15 Pascal HertleifAdd Level 'Deprecated'
2016-07-15 Pascal HertleifHMTL Docs: Add Configuration, Fix Example Section
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 Pascal HertleifAdjust HTML Docs
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
next