]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-14 borsAuto merge of #5737 - Uriopass:unit-for-ord, r=flip1995
2020-07-14 Matthias Krügernew lint: Returning unit from closures expecting Ord
2020-07-14 borsAuto merge of #5732 - bjorn3:patch-1, r=flip1995
2020-07-14 borsAuto merge of #5773 - giraffate:repeat_once, r=flip1995
2020-07-13 Takayuki NakataUse `.is_some()` not `Some(_)`
2020-07-13 bjorn3Rename collapsable_if fix suggestion to "collapse neste...
2020-07-13 Takayuki NakataRefactoring to use `constant_context
2020-07-13 borsAuto merge of #5792 - flip1995:rollup-torc1we, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5786 - matthiaskrgr:new_lint_issue_tem...
2020-07-13 Philipp KronesRollup merge of #5784 - matthiaskrgr:ice_5780, r=phansch
2020-07-13 Philipp KronesRollup merge of #5756 - ebroto:5754_sort_by, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5752 - chrisduerr:pedantic_ranges...
2020-07-13 Philipp KronesRollup merge of #5443 - thiagoarrais:issue-2040, r...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-11 Matthias Krügerfix phrase in new_lint issue template
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-11 Matthias KrügerFix out of bounds access by checking length equality...
2020-07-11 Oliver SchererStabilize `transmute` in constants and statics but...
2020-07-10 borsAuto merge of #5769 - robojumper:match_like_matches_mac...
2020-07-10 Christian DuerrFix tests a bit more
2020-07-10 Christian DuerrFix test failures
2020-07-10 Takayuki NakataFix typo
2020-07-10 Christian DuerrRun update_lints
2020-07-10 Christian DuerrMove range_minus_one to pedantic
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-09 borsAuto merge of #5781 - giraffate:fix_a_broken_link,...
2020-07-09 Takayuki NakataFix a broken link in CONTRIBUTING.md
2020-07-09 borsAuto merge of #5771 - montrivo:bugfix/single-match...
2020-07-09 Tim Nielenssingle_match_else - single expr/stmt else block corner...
2020-07-08 Eduardo Brotounnecessary_sort_by: avoid linting if key borrows
2020-07-08 robojumpermake match_like_matches_macro only apply to matches...
2020-07-08 borsAuto merge of #5776 - flip1995:rustup, r=flip1995
2020-07-07 Takayuki NakataAdd a lint for `.repeat(1)`
2020-07-07 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-06 Thiago ArraisIncludes TODO for constants equivalent to π/180
2020-07-06 Thiago ArraisReclassify powi(2) lint under suboptimal_flops
2020-07-06 Thiago ArraisIncludes TODO comment for hypot lint
2020-07-06 Thiago ArraisPlace radian lints under suboptimal_flops
2020-07-06 Thiago ArraisBetter copy for lint message
2020-07-06 Thiago ArraisLint for to_radians and to_degrees
2020-07-06 robojumperfix match_like_matches_macro in clippy
2020-07-06 Thiago ArraisLint x.log(b) / y.log(b) => x.log(y)
2020-07-06 robojumpernew lint: match_like_matches_macro
2020-07-06 Thiago ArraisLint (x * x + y * y).sqrt() => x.hypot(y)
2020-07-06 Thiago ArraisLint for x.powi(2) => x * x
2020-07-06 borsAuto merge of #5301 - JarredAllen:option_if_let_else...
2020-07-05 Mark RousskovShrink ParamEnv to 16 bytes
2020-07-04 JarredAllenFixed compile errors
2020-07-03 JarredAllenFormatted updates to lints
2020-07-03 JarredAllenUpdate compile-test to follow new lint
2020-07-03 JarredAllenClean existing lint code to match new lint
2020-07-03 JarredAllenFix compile error from library change
2020-07-03 JarredAllenLast few tweaks
2020-07-03 JarredAllenUsed clippy to clean itself
2020-07-03 JarredAllenDon't lint if contains a macro
2020-07-03 JarredAllenRefactoring pt. 2
2020-07-03 JarredAllenRefactoring
2020-07-03 JarredAllenHandle ref, mut, &, and &mut on the option
2020-07-03 JarredAllenProperly parenthesize to avoid operator precedence...
2020-07-03 JarredAllenStop linting on macros and correctly use braces for...
2020-07-03 JarredAllenLint for if let Some(x) = ... instead of Option::map_or
2020-07-03 borsAuto merge of #4841 - phaylon:pattern-type-mismatch...
2020-07-03 Robert Sedlacekfmt fix
2020-07-03 Robert SedlacekLateContext has only one lifetime parameter now
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 Robert SedlacekExpanded lint documentation
2020-07-03 Robert SedlacekCatching up with rustc changes
2020-07-03 flip1995Fix rebase fallout
2020-07-03 Robert SedlacekAdjusted expected STDERR
2020-07-03 Robert Sedlacekspan_help_and_lint -> span_lint_and_help
2020-07-03 Robert SedlacekAdded restriction lint: pattern-type-mismatch
2020-07-03 ThibsGDon't lint for predicates generated in macros
2020-07-03 ThibsGTake generic args into account for bounded type
2020-07-03 ThibsGAdd configurable threshold for `type_repetition_in_boun...
2020-07-03 borsAuto merge of #5763 - flip1995:rustup, r=Manishearth
2020-07-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-02 Eduard-Mihai... Use 'tcx for references to AccessLevels wherever possible.
2020-07-02 Eduard-Mihai... rustc_lint: avoid using TypeckTables::empty for LateCon...
2020-07-01 borsAuto merge of #5760 - phansch:deprecate-regex-macro...
2020-07-01 Philipp HanschDeprecate regex_macro lint
2020-07-01 borsAuto merge of #5759 - mikerite:multiple_crate_versions_...
2020-07-01 Michael WrightFix multiple_crate_versions error
2020-06-30 borsAuto merge of #5758 - ebroto:5704_unnested_or_pats...
2020-06-30 Eduardo BrotoRequire `or_patterns` to suggest nesting them
2020-06-30 borsAuto merge of #5750 - ebroto:blanket_clippy_restriction...
2020-06-30 Eduardo BrotoMove blanket_clippy_restriction_lints to "style"
2020-06-30 Eduardo BrotoLint enabling the whole restriction group
2020-06-30 borsAuto merge of #5751 - flip1995:rustup, r=Manishearth...
2020-06-30 flip1995Disable chrono integration test
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-29 Azhngtypeck: adding type information to projection
2020-06-28 Dylan MacKenzieUpdate tests
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai... rustc_lint: only query `typeck_tables_of` when a lint...
2020-06-25 borsAuto merge of #5748 - carols10cents:tiny-docs-fix,...
2020-06-25 Carol (Nichols... Change a noun to a verb to make the sentence complete
2020-06-24 borsAuto merge of #5701 - ebroto:4874_cmp_owned_fp, r=flip1995
next