]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-29 Christian NielsenRemove empty lines in doc comment
2020-10-26 UrcraRemove unnecesary format
2020-10-26 Urcrarun cargo fmt
2020-10-26 UrcraRun update lints
2020-10-26 UrcraAdd description to lint
2020-10-25 UrcraRevert changes to Cargo.toml file
2020-10-25 UrcraMove implementation into len_zero.rs
2020-10-25 UrcraInitial implementation of comparison_to_empty
2020-10-24 borsAuto merge of #6187 - geoffreycopin:master, r=ebroto
2020-10-24 borsAuto merge of #6190 - montrivo:manual_result_unwrap_or...
2020-10-24 borsAuto merge of #6135 - cauebs:master, r=ebroto
2020-10-24 Cauê Baasch... Add large_types_passed_by_value lint
2020-10-24 Geoffrey CopinKeep separators in cast_size_32bits stderr
2020-10-24 Tim Nielensmanual-unwrap-or / pr remarks, round 3
2020-10-23 Geoffrey CopinKeep sign in int-to-float casts
2020-10-23 borsAuto merge of #6206 - ebroto:rustup, r=ebroto
2020-10-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-22 Geoffrey CopinFix test file
2020-10-22 Geoffrey CopinAdd test case for negative literals
2020-10-22 Geoffrey CopinAddress review comments
2020-10-22 Tim Nielensmanual-unwrap-or / pr remarks, round 2
2020-10-22 Tim Nielensmanual-unwrap-or / pr remarks
2020-10-22 varkorFix clippy tests
2020-10-22 borsAuto merge of #6203 - giraffate:fix_link_to_labeled_iss...
2020-10-21 Takayuki NakataFix links to labeled issues
2020-10-20 borsAuto merge of #6193 - Ryan1729:add-more-LintStore-docum...
2020-10-19 borsAuto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq...
2020-10-19 ThibsGSplit `eq_op` ui tests to avoid file limit error in CI
2020-10-19 borsAuto merge of #6166 - achris:master, r=flip1995
2020-10-19 borsAuto merge of #6195 - giraffate:sync-from-rust, r=ebroto
2020-10-19 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-18 Ryan WiedemannAdd more infomation about LintStore registration
2020-10-17 Tim Nielensmanual_unwrap_or / support Result::unwrap_or
2020-10-17 borsAuto merge of #6189 - ebroto:rustup, r=ebroto
2020-10-17 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-17 Yuki OkushiRollup merge of #77851 - exrook:split-btreemap, r=dtolnay
2020-10-17 Jacob HughesAppease the almightly lord clippy, hallowed be thy...
2020-10-17 Geoffrey CopinLint unnecessary int-to-int and float-to-float casts
2020-10-17 ThibsGAssert macro args extractor as a common function in...
2020-10-16 borsAuto merge of #6123 - montrivo:less_concise_than, r...
2020-10-16 borsAuto merge of #6184 - ebroto:bump_cargo_metadata, r...
2020-10-16 Santiago PastorinoHandle ExprKind::ConstBlock on clippy
2020-10-16 Eduardo Brotobump cargo_metadata version
2020-10-16 borsAuto merge of #6180 - flip1995:rustup, r=flip1995
2020-10-16 flip1995Update semver 0.10 -> 0.11
2020-10-16 borsAuto merge of #6178 - josephlr:sync-from-rust, r=phansch
2020-10-16 Joe RicheyRun cargo dev fmt
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-15 est31Remove rustc_session::config::Config
2020-10-15 borsAuto merge of #6173 - Lotterleben:docs-typo, r=ebroto
2020-10-14 borsAuto merge of #6174 - upsuper-forks:transmute-ptr-to...
2020-10-14 borsAuto merge of #6175 - ebroto:fix_remark, r=ebroto
2020-10-14 Eduardo BrotoFix remark linting on checkboxes
2020-10-14 Tim Nielensmanual-unwrap-or / remove unwrap_or_else suggestion...
2020-10-14 Tim Nielensmanual-unwrap-or / more pr remarks
2020-10-14 Tim Nielensmanual_unwrap_or / use consts::constant_simple helper
2020-10-14 Tim Nielensmanual-unwrap-or / pr remarks
2020-10-14 Tim Nielensmanual-unwrap-or / rename files
2020-10-14 Tim Nielensadd lint less_concise_than_option_unwrap_or
2020-10-14 ThibsGAdd iterator test case for `eq_op` lint
2020-10-14 hosseind88fix stderr file of clippy/custom_ice_message test
2020-10-14 Lotte SteenbrinkREADME: sort en/disabling section, fix typos, add note
2020-10-14 Xidorn QuanAdd a known problem for transmute_ptr_to_ref lint
2020-10-13 ThibsGMove linting of `assert` macros from early to late...
2020-10-13 borsAuto merge of #6169 - ThibsG:SameFunctionsInIfCondition...
2020-10-13 borsAuto merge of #6172 - ebroto:rustup, r=ebroto
2020-10-13 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-13 ThibsGFix FP in `same_functions_in_if_condition` lint about...
2020-10-13 ThibsGExtend to the `assert` macro family
2020-10-13 Chris Ayoupsuggest a compatible shell for running setup-toolchain.sh
2020-10-13 borsAuto merge of #77796 - jonas-schievink:switchint-refact...
2020-10-12 ThibsGLint on identical variable used as args in `assert_eq...
2020-10-12 borsAuto merge of #6163 - phansch:remove-one-lazy-static...
2020-10-12 Philipp Hanschfmt
2020-10-12 Philipp Hanschdriver.rs: Replace lazy_static with once_cell
2020-10-12 Philipp Hanschlintlist.rs: Replace lazy_static with once_cell
2020-10-12 borsAuto merge of #6158 - giraffate:improve_updating_refere...
2020-10-11 borsAuto merge of #6157 - rust-lang:result-unit-err, r...
2020-10-11 Eduardo BrotoUse lowercase in error messages
2020-10-11 Andre BogusNew lint: result-unit-err
2020-10-11 borsAuto merge of #6160 - ebroto:rustup, r=ebroto
2020-10-11 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-11 Takayuki NakataRemove the generated files by `update-references.sh...
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-10 Jonas SchievinkRefactor how SwitchInt stores jump targets
2020-10-10 borsAuto merge of #6154 - flip1995:ice_fixes, r=ebroto
2020-10-10 flip1995Add test for ICE #6153
2020-10-10 flip1995Fix two ICEs caused by ty.is_{sized,freeze}
2020-10-10 borsAuto merge of #6107 - nahuakang:ref_style_link_false_po...
2020-10-10 borsAuto merge of #5727 - rail-rain:manual_memcpy_with_coun...
2020-10-09 borsAuto merge of #6151 - bofh69:master, r=ebroto
2020-10-09 borsAuto merge of #6144 - rust-lang:float-cmp-ref, r=ebroto
2020-10-09 borsAuto merge of #6152 - flip1995:ice_6139, r=ebroto
2020-10-09 flip1995(Hacky) Fix for ICE #6139
2020-10-09 flip1995Add regression test for ICE 6139
2020-10-09 Andre Bogusallow refs in our constant handling
2020-10-09 Sebastian AnderssonPreserve raw strs for: format!(s) to s.to_string()...
2020-10-09 hosseind75rebase with master
2020-10-09 hosseind75add new line
2020-10-09 hosseind75fix clippy custom_ice_message test
next