]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-09 Marcin SerwinAdd float cmp const tests for arrays
2020-04-09 Marcin SerwinAdd float cmp tests for arrays
2020-04-09 Marcin SerwinHandle constant arrays with single value
2020-04-09 Marcin SerwinDon't show comparison suggestion for arrays
2020-04-09 Marcin SerwinAllow for const arrays of zeros
2020-04-09 Marcin SerwinHandle evaluating constant index expression
2020-04-09 Marcin SerwinAdd handling of float arrays to miri_to_const
2020-04-09 Marcin SerwinUpdate stderr of float_cmp test
2020-04-09 Marcin SerwinUpdate field names in is_float
2020-04-09 briankabiroAdd tests for float in array comparison
2020-04-09 briankabiroAdd lint when comparing floats in an array
2020-04-08 borsAuto merge of #5411 - dtolnay:hasher, r=flip1995
2020-04-08 borsAuto merge of #5437 - rabisg0:should-impl-trait, r...
2020-04-08 borsAuto merge of #5428 - dtolnay:cognitive, r=flip1995
2020-04-08 Rabi GuhaCheck fn header along with decl when suggesting to...
2020-04-08 David TolnayDowngrade implicit_hasher to pedantic
2020-04-08 David TolnayMove cognitive_complexity to nursery
2020-04-08 borsAuto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995
2020-04-08 flip1995Run fmt and update test
2020-04-08 Philipp KronesRollup merge of #5425 - xiongmao86:issue5367, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5424 - jpospychala:suspicious_op_assig...
2020-04-08 Philipp KronesRollup merge of #5422 - nickrtorres:contributing-triage...
2020-04-08 Philipp KronesRollup merge of #5420 - dtolnay:newret, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5419 - dtolnay:unreadable, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5417 - flip1995:doc_update, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5415 - nickrtorres:master, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5412 - dtolnay:tostring, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5410 - dtolnay:trivially, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5409 - dtolnay:letunit, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5406 - flip1995:update_lints_fix,...
2020-04-08 borsAuto merge of #5429 - faern:use-assoc-int-float-consts...
2020-04-07 Linus FärnstrandUse int assoc consts in MANUAL_SATURATING_ARITHMETIC
2020-04-07 Linus FärnstrandUse int assoc consts in checked_conversions lint
2020-04-07 Linus FärnstrandUse primitive type assoc consts in more tests
2020-04-07 Linus FärnstrandUse integer assoc consts in more lint example code
2020-04-07 Linus FärnstrandDon't import primitive type modules
2020-04-07 Linus FärnstrandUse assoc const NAN for zero_div_zero lint
2020-04-07 Linus FärnstrandFix float cmp to use assoc fxx::EPSILON
2020-04-07 Linus FärnstrandFix NAN comparison lint to use assoc NAN
2020-04-07 Philipp KronesMerge pull request #5434 from eddyb/rustup
2020-04-07 Philipp KronesFormat clippy_lints/src/let_underscore.rs
2020-04-07 Eduard Burtescurustup: update for the new Ty::walk interface.
2020-04-07 Eduard Burtescuuse_self: switch to hir_ty_to_ty.
2020-04-07 Eduard BurtescuOnly /usr/bin/env is portable in shebangs.
2020-04-07 xiongmao86Refine lint message.
2020-04-06 xiongmao86Lint on opt.as_ref().map(|x| &**x).
2020-04-05 Jacek PospychalaInclude OpAssign in suspicious_op_assign_impl
2020-04-05 Nick Torresresult_map_or_into_option: fix syntax error in example
2020-04-04 Nick Torresresult_map_or_into: fix dogfood_clippy error => {h...
2020-04-04 Nick TorresCONTRIBUTING.md: fix broken triage link
2020-04-04 Nick Torresresult_map_or_into_option: fix `cargo dev fmt --check...
2020-04-04 Nick Torresresult_map_or_into_option: move arg checks into tuple...
2020-04-04 Nick Torresresult_map_or_into_option: add `opt.map_or(None, |_...
2020-04-04 Nick Torresresult_map_or_into_option: destructure lint tuple or...
2020-04-04 Nick Torresresult_map_or_into_option: add good and bad examples
2020-04-04 Nick Torresresult_map_or_into_option: explicitly note absence...
2020-04-04 David TolnayDowngrade new_ret_no_self to pedantic
2020-04-04 David TolnayDowngrade unreadable_literal to pedantic
2020-04-04 flip1995Update CONTRIBUTING.md
2020-04-04 flip1995Rename rustc -> rustc_middle in doc links
2020-04-04 Nick Torresresult_map_or_into_option: add lint to catch manually...
2020-04-03 flip1995Move matches test in matches module
2020-04-03 flip1995Run update_lints
2020-04-03 flip1995Make lint modules private
2020-04-03 flip1995Don't filter lints in code generation functions
2020-04-03 flip1995Build lint lists once and the reuse them to update...
2020-04-03 flip1995Get rid of Lint::is_internal method
2020-04-03 flip1995Clean up update_lints
2020-04-03 Manish GoregaokarMerge pull request #5407 from flip1995/rustup
2020-04-03 David TolnayDowngrade inefficient_to_string to pedantic
2020-04-03 David TolnayDowngrade trivially_copy_pass_by_ref to pedantic
2020-04-03 David TolnayDowngrade let_unit_value to pedantic
2020-04-02 flip1995Rustup to rust-lang/rust#70634
2020-04-02 borsAuto merge of #5403 - farnz:patch-1, r=flip1995
2020-04-02 Simon FarnsworthUpdate clippy_lints/src/types.rs
2020-04-02 Simon FarnsworthUpdate types.rs
2020-04-02 Simon FarnsworthUpdate types.rs
2020-04-02 Simon FarnsworthImprove docs for option_option
2020-04-02 borsAuto merge of #5349 - jpospychala:useless_rc, r=Manishearth
2020-04-01 Jacek Pospychalauseless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>
2020-04-01 borsAuto merge of #5402 - pmk21:allow-let-underscore-must...
2020-04-01 borsAuto merge of #5401 - dtolnay:option, r=Manishearth
2020-04-01 pmk21Allow let_underscore
2020-04-01 David TolnayUpdate option_option ui test
2020-04-01 pmk21Test for ignoring let_underscore_must_use
2020-04-01 David TolnayDowngrade option_option to pedantic
2020-04-01 borsAuto merge of #5400 - flip1995:rustup, r=Manishearth
2020-04-01 flip1995Fix dogfood fallout
2020-04-01 flip1995Rustup to rust-lang/rust#70632
2020-04-01 flip1995Rustup to rust-lang/rust#70081
2020-04-01 flip1995Rustup to rust-lang/rust#70627
2020-03-31 borsAuto merge of #5398 - flip1995:deescalate, r=Manishearth
2020-03-31 flip1995Run update_lints
2020-03-31 flip1995Don't use an exact lint counter anymore
2020-03-31 flip1995Move update_lints logic to its own module
2020-03-31 flip1995Make limit_stderr_length a subcommand
2020-03-31 flip1995Define modules in lib.rs instead of main.rs
2020-03-31 borsAuto merge of #5397 - pmk21:macro-single-match, r=flip1995
2020-03-31 pmk21Small formatting change
2020-03-31 pmk21Skip single_match lints in macro rules
next