]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-24 borsAuto merge of #4897 - krishna-veerareddy:issue-2040...
2020-02-24 borsAuto merge of #5222 - JohnTitor:dont-deploy, r=flip1995
2020-02-24 Krishna Sai... Add `imprecise_flops` lint
2020-02-24 Krishna Sai... Rename `mul_add` test file and add general improvements
2020-02-24 Krishna Sai... Move `manual_mul_add` into `suboptimal_flops` lint
2020-02-24 Krishna Sai... Run rust-fix on tests
2020-02-24 Krishna Sai... Fix `powi` suggestion and add general improvements
2020-02-24 Krishna Sai... Change lint name to `suboptimal_flops`
2020-02-24 Krishna Sai... Remove lint for logarithm division identity
2020-02-24 Krishna Veera... Add type suffixes to unsuffixed method receiver suggestions
2020-02-24 Krishna Veera... Detect usage of `(x + 1).ln()` and suggest `x.ln_1p...
2020-02-24 Krishna Veera... Split test cases into separate files
2020-02-24 Krishna Veera... Lint expressions of the form `x.log(b) / y.log(b)`
2020-02-24 Krishna Veera... Suggest usage of `powi` method when applicable
2020-02-24 Krishna Veera... Consolidate the accuracy and efficiency lints
2020-02-24 Krishna Veera... Add lints to detect inaccurate and inefficient FP opera...
2020-02-24 Yuki OkushiDo not run deploy action on other repos
2020-02-24 borsAuto merge of #5221 - JohnTitor:rustup, r=phansch
2020-02-24 Yuki OkushiRustup to rust-lang/rust#69366
2020-02-22 borsAuto merge of #5216 - krishna-veerareddy:issue-5192...
2020-02-22 Krishna Sai... Prevent `missing_const_for_fn` on functions with const...
2020-02-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Fix suggestion for weird formattings
2020-02-21 flip1995Don't use use ty::TyKind::*
2020-02-21 flip1995Fix fallout
2020-02-21 flip1995Add test for prelude import
2020-02-21 flip1995Filter prelude glob imports
2020-02-21 flip1995Move enum_glob_use lint into wildcard_imports pass
2020-02-21 flip1995Let's do it the easy way
2020-02-21 flip1995Run update_lints
2020-02-21 flip1995Implement wildcard_imports lint
2020-02-21 flip1995Add tests for wildcard_imports lint
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
2020-02-21 borsAuto merge of #5213 - JohnTitor:warm-return-ty, r=flip1995
2020-02-21 borsAuto merge of #5200 - nipunn1313:unneeded_field_pattern...
2020-02-21 Yuki OkushiUse generator own DefId
2020-02-21 Krishna Sai... Separate out lint to check lossy whole number float...
2020-02-21 borsAuto merge of #5211 - krishna-veerareddy:rustup-69072...
2020-02-21 Krishna Sai... Rustup to rust-lang/rust#69072
2020-02-20 borsAuto merge of #5208 - matthiaskrgr:stderr, r=flip1995
2020-02-20 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69325...
2020-02-20 Nipunn KoorapatiMove unneeded_field_pattern to restriction group
2020-02-20 borsAuto merge of #5204 - flip1995:license, r=Manishearth
2020-02-20 borsAuto merge of #5198 - sinkuu:redundant_clone_df, r...
2020-02-20 flip1995Remove remaining license header in test file
2020-02-20 flip1995Update Copyright year
2020-02-20 flip1995Add Copyright claim, where missing
2020-02-19 Shotaro YamadaMigrate to generic dataflow
2020-02-19 Shotaro YamadaRename for clarity
2020-02-19 borsAuto merge of #5190 - flip1995:nuke_traveyor, r=phansch...
2020-02-19 borsAuto merge of #5195 - JohnTitor:rustup-take2, r=matthia...
2020-02-19 Yuki OkushiRustup to rust-lang/rust#69194
2020-02-18 borsAuto merge of #5194 - JohnTitor:rustup-0219, r=matthiaskrgr
2020-02-18 Yuki OkushiRustup to rust-lang/rust#69181
2020-02-18 borsAuto merge of #5193 - krishna-veerareddy:add-more-log...
2020-02-18 Krishna Sai... Add `LOG2_10` and `LOG10_2` to `approx_const` lint
2020-02-18 borsAuto merge of #5191 - JohnTitor:clean-up, r=flip1995
2020-02-18 Yuki OkushiClean up imports
2020-02-18 Yuki OkushiUse `Vec::with_capacity()` as possible
2020-02-18 flip1995Nuke Travis+AppVeyor CI
2020-02-17 borsAuto merge of #5189 - jonhoo:async-fn-main-not-needless...
2020-02-17 Jon Gjengsetneedless_doctest_main: False positive for async fn
2020-02-17 borsAuto merge of #5181 - daxpedda:future-missing-errors...
2020-02-17 daxpeddaRemove use of `TyKind`.
2020-02-17 daxpeddaUse `if_chain`.
2020-02-17 daxpeddaFix ICE.
2020-02-17 daxpeddaAdd tests and improve checks.
2020-02-17 daxpeddaAdd `Future` detection for `missing_errors_doc`.
2020-02-17 borsAuto merge of #5186 - JohnTitor:rename-fnretty, r=flip1995
2020-02-17 Yuki OkushiRename `FunctionRetTy` to `FnRetTy`
2020-02-17 borsAuto merge of #5185 - krishna-veerareddy:issue-5160...
2020-02-17 Krishna Sai... Uplift `excessive_precision` to the correctness category
2020-02-17 Krishna Sai... Add tests for lossy whole number float literals
2020-02-17 Krishna Sai... Add lint to detect lossy float literals
2020-02-17 borsAuto merge of #5184 - JohnTitor:reduce-dep-size, r...
2020-02-17 Yuki OkushiReduce pulldown-cmark size
2020-02-17 borsAuto merge of #5183 - JohnTitor:fix-fp-import, r=matthi...
2020-02-17 borsAuto merge of #5182 - JohnTitor:infer, r=matthiaskrgr
2020-02-17 Yuki OkushiDon't lint `single_component_path_imports` in macros
2020-02-17 Yuki OkushiRustup to rust-lang/rust#67953
2020-02-15 borsAuto merge of #5177 - matthewjasper:own-infer, r=flip1995
2020-02-15 Matthew JasperAvoid using regions from `TypeckTables`
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-15 borsAuto merge of #5156 - flip1995:dev_add_internal, r...
2020-02-14 flip1995Adapt gen_lint_group_list test to also generate interna...
2020-02-14 flip1995Rename lint_count -> usable_lint_count
2020-02-14 flip1995Update some documentation
2020-02-14 flip1995Let update_lints also generate the internal lints
2020-02-14 flip1995Save Lint::module as full path of module
2020-02-14 flip1995Make Lint::by_lint_group take impl Iterator as argument
2020-02-14 borsAuto merge of #5171 - flip1995:deploy, r=Manishearth
2020-02-14 flip1995Rename current -> stable
2020-02-13 borsAuto merge of #5173 - matthiaskrgr:pulldown, r=flip1995
2020-02-13 Matthias Krügerdeps: update pulldown-cmark from 0.6 to 0.7
2020-02-13 flip1995Use python3 instead of python
2020-02-13 flip1995Better version ordering of documentation
2020-02-13 flip1995Sort versions in json output
2020-02-13 borsAuto merge of #5168 - lily-commure:chars_next_style...
2020-02-13 borsAuto merge of #5170 - JohnTitor:fix-prefix, r=flip1995
2020-02-13 Yuki OkushiFix false positive in `zero_prefixed_literal`
next