]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-04 mlegnerMove NumericLiteral to its own module.
2020-03-04 mlegnerIncluded binary and octal cases.
2020-03-04 mlegnerResolve false positives for hex int cast.
2020-03-04 mlegnerTest for unnecessary_cast of hex int literal.
2020-03-04 borsAuto merge of #5258 - ThibsG:UselessBindingInStruct638...
2020-03-04 borsAuto merge of #5246 - JarredAllen:master, r=flip1995
2020-03-04 ThibsGAdd restrictive pat use in full binded struct
2020-03-04 JarredAllenUpdate test case answers to match cargo dev fmt
2020-03-04 JarredAllenRan cargo dev fmt
2020-03-04 borsAuto merge of #5264 - flip1995:rustup, r=flip1995
2020-03-03 flip1995Rustup to rust-lang/rust#69506
2020-03-03 JarredAllenRecommended changes from flip1995
2020-03-03 borsAuto merge of #5262 - JohnTitor:rls, r=flip1995
2020-03-03 Yuki OkushiRevive rls integration test
2020-03-03 borsAuto merge of #5261 - matthiaskrgr:qmark, r=flip1995
2020-03-03 Matthias Krügeruse question mark operator
2020-03-03 borsAuto merge of #5256 - JohnTitor:try-eval-usize, r=phansch
2020-03-03 Yuki OkushiAdd regression test
2020-03-03 Yuki OkushiUse `try_eval_usize` over `eval_usize`
2020-03-03 borsAuto merge of #5259 - flip1995:lang_items, r=phansch
2020-03-03 borsAuto merge of #5047 - flip1995:use_debug, r=phansch
2020-03-03 borsAuto merge of #5250 - mlegner:unused_fp, r=flip1995
2020-03-03 flip1995Add path for display trait
2020-03-03 flip1995Use lang items instead of get_trait_def_id where possible
2020-03-03 flip1995Update stderr
2020-03-03 flip1995Don't lint debug formatting in debug impl
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-02 borsAuto merge of #5254 - JohnTitor:sugg, r=flip1995
2020-03-02 Yuki OkushiRustup to rust-lang/rust#69469
2020-03-02 mlegnerWhitelist unused attribute for use items.
2020-03-02 JarredAllenFix one last test issue
2020-03-02 JarredAllenRefactor suggested by krishna-veerareddy
2020-03-01 JarredAllenFixed compile error from merging
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiDisable rls test for now
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69579
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-03-01 JarredAllenChanged test output to reflect cargo fmt
2020-03-01 JarredAllenRun cargo dev fmt
2020-02-29 JarredAllenFinished checking for cases of absolute values
2020-02-28 Matthias Krügeradd test for #5238
2020-02-28 JarredAllenSome bugfixing
2020-02-28 JarredAllenCreated floating point abs lint and test, but not yet run
2020-02-27 borsAuto merge of #5232 - JohnTitor:git2-0.12, r=phansch
2020-02-27 Yuki OkushiUpdate git2 to 0.12
2020-02-27 borsAuto merge of #5231 - JohnTitor:associated-type-default...
2020-02-27 Yuki OkushiRustup to rust-lang/rust#61812
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
next