]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-16 ThibsGDo not lint in macros for match lints
2020-04-15 borsAuto merge of #5363 - yaahc:clippy-fix, r=phansch,flip1995
2020-04-15 Jane LusbyApply suggestions from code review
2020-04-15 Jane Lusbymanually fixing formatting at this point lol
2020-04-15 Jane Lusbyfmt
2020-04-15 Jane Lusbyrename field
2020-04-15 borsAuto merge of #5470 - flip1995:rollup-cvkuiza, r=flip1995
2020-04-15 Philipp KronesRollup merge of #5468 - Toxyxer:zero-single-char-names...
2020-04-15 Philipp KronesRollup merge of #5466 - phansch:large-enum-variant...
2020-04-15 Philipp KronesRollup merge of #5430 - michaelsproul:integer-arithmeti...
2020-04-15 Philipp KronesRollup merge of #5248 - ThibsG:ConstValues, r=flip1995
2020-04-15 Philipp KronesRollup merge of #5226 - ThibsG:DerefExplicit1566, r...
2020-04-15 borsAuto merge of #5467 - matthiaskrgr:rustup_43, r=flip1995
2020-04-15 Philipp KronesRename dummy_hir_id -> parent_hir_id
2020-04-15 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71116
2020-04-15 Jane Lusbyrevert the damn fmt changes
2020-04-15 Jane Lusbyadd some tests
2020-04-15 Jane Lusbysplit it up for testing but the merge broke tests
2020-04-15 Marcin SerwinChange default many single char names threshold
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-04-15 ThibsGBetter precedence case management + more tests
2020-04-15 ThibsGUse only check_expr with parent expr and precedence
2020-04-15 ThibsGCheck for Deref trait impl + add fixed version
2020-04-15 ThibsGReport using stmts and expr + tests
2020-04-15 ThibsGGlobal rework + fix imports
2020-04-15 Tom MilliganWorking basic dereference clip
2020-04-15 Marcin SerwinAdd test for zero single char names
2020-04-15 Marcin SerwinMake the single char threshold strict inequality
2020-04-15 Philipp Hanschlarge_enum_variant: Report sizes of variants
2020-04-15 borsAuto merge of #5464 - matthiaskrgr:dep_compiletest...
2020-04-15 borsAuto merge of #5345 - Toxyxer:add-lint-for-float-in...
2020-04-15 borsAuto merge of #5452 - phansch:match_def_path_refactor...
2020-04-15 Philipp HanschRefactor: Use rustc's `match_def_path`
2020-04-14 borsAuto merge of #5449 - phansch:diagnostic-items, r=matth...
2020-04-14 borsAuto merge of #5460 - phansch:fix_incorrect_tests,...
2020-04-14 Matthias Krügerdeps: bump compiletest-rs from 0.4 to 0.5
2020-04-14 borsAuto merge of #5457 - phansch:sym, r=matthiaskrgr
2020-04-14 borsAuto merge of #5463 - matthiaskrgr:rustup_42, r=phansch
2020-04-14 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70643
2020-04-14 borsAuto merge of #5453 - rabisg0:fix/redundant_clone,...
2020-04-14 borsAuto merge of #5458 - phansch:is-proc-macro-attr, r...
2020-04-13 borsAuto merge of #5448 - Emerentius:update_new_ret_no_self...
2020-04-13 borsAuto merge of #5461 - phansch:disable_rustfmt_integrati...
2020-04-13 Philipp HanschExplain panic on `E0463` in integration tests
2020-04-13 Philipp HanschTemporarily disable rustfmt integration test
2020-04-13 Philipp Hanschresult_map_unit_fn: Fix incorrect UI tests
2020-04-13 Philipp HanschCleanup: Use rustc's is_proc_macro_attr
2020-04-13 Philipp HanschCleanup: Use our `sym!` macro more
2020-04-13 Rabi GuhaFixes #5405: redundant clone false positive with arrays
2020-04-13 Michael SproulDisallow bit-shifting in `integer_arithmetic` lint
2020-04-12 Emerentiusupdate lints
2020-04-12 Philipp Hanschcargo dev fmt
2020-04-12 Philipp HanschMake use of Option/Result diagnostic items
2020-04-12 borsAuto merge of #5454 - spl:patch-1, r=phansch
2020-04-12 Philipp HanschMake use of some existing diagnostic items
2020-04-12 Philipp HanschSay that diagnostic items are preferred over paths
2020-04-12 Sean Leatherverbose_bit_mask: fix bit mask used in docs
2020-04-12 borsAuto merge of #5451 - xyzd:allow-uuid-format-digit...
2020-04-12 Dan BAllow UUID style formatting for `inconsistent_digit_gro...
2020-04-11 borsAuto merge of #5450 - matthiaskrgr:rustup_41, r=phansch
2020-04-11 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70986
2020-04-10 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69745
2020-04-10 borsAuto merge of #5441 - rabisg0:fix/clone-on-copy, r...
2020-04-10 borsAuto merge of #5446 - rust-lang:gimme-a-second, r=flip1995
2020-04-10 borsAuto merge of #5447 - phansch:rustuppp, r=matthiaskrgr
2020-04-10 EmerentiusUpdate documentation for new_ret_no_self
2020-04-10 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/70913
2020-04-10 Andre Boguscompare with the second largest instead of the smallest...
2020-04-09 borsAuto merge of #5442 - rust-lang:revert-5420-newret...
2020-04-09 Philipp KronesRevert "Downgrade new_ret_no_self to pedantic"
2020-04-09 Rabi GuhaCheck for clone-on-copy in argument positions
2020-04-09 ThibsGUpdate doc generation script
2020-04-09 ThibsGAdd lint on large const arrays
2020-04-09 Marcin SerwinMake the epsilon note spanless
2020-04-09 Marcin SerwinSplit check_fn function
2020-04-09 Marcin SerwinIndicate when arrays are compared in error message
2020-04-09 Marcin SerwinMake epsilon note spanless when comparing arrays
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
next