]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-21 Daniel SmithSeparate tests for each lint
2020-10-21 Daniel SmithMerge lints into one pass
2020-10-21 Daniel SmithConvert the await holding lints to correctness
2020-10-21 Daniel SmithMove refcell lint into shared module
2020-10-21 Daniel SmithMove existing lint into shared file
2020-10-21 Daniel SmithAdd another test case
2020-10-21 Daniel SmithBetter naming post copy/paste
2020-10-21 Daniel Smithupdate_lints
2020-10-21 Daniel Smithfmt
2020-10-21 Daniel SmithAdd lint for holding RefCell Ref across an await
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-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-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 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 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 Chris Ayoupsuggest a compatible shell for running setup-toolchain.sh
2020-10-13 borsAuto merge of #77796 - jonas-schievink:switchint-refact...
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
2020-10-09 hosseind75run full query stack print just when RUST_BACKTRACE...
2020-10-09 hosseind75ICEs should print the top of the query stack
2020-10-09 borsAuto merge of #6130 - Ambroisie:lint-ptr-eq, r=Manishearth
2020-10-09 borsAuto merge of #6150 - flip1995:backport_doc_update...
2020-10-09 borsAuto merge of #6149 - flip1995:update_actions, r=ebroto
2020-10-09 borsAuto merge of #6148 - flip1995:release_doc, r=ebroto
2020-10-09 borsAuto merge of #6131 - Ambroisie:fix-doc-tools, r=flip1995
2020-10-09 borsAuto merge of #6146 - woshilapin:patch-1, r=flip1995
2020-10-09 flip1995Update backport documentation to the subtree workflow
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 flip1995Use defaults.run.shell instead of setting shell every...
2020-10-09 flip1995Remove all usage of set-env
2020-10-09 borsAuto merge of #6136 - dtolnay:serve, r=flip1995
2020-10-09 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
2020-10-09 Jean SIMARDclippy_lint: Fix doc on 'option_if_let_else'
2020-10-09 flip1995Update release documentation
2020-10-09 flip1995Update actions due to deprecation of set-env and add...
2020-10-09 borsAuto merge of #6145 - flip1995:backport_remerge, r...
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-08 borsAuto merge of #6133 - JPTIZ:no-box-for-c-ffi, r=ebroto
2020-10-08 João Paulo... tests: Add test function that does not specify ABI
2020-10-08 borsAuto merge of #6117 - dtolnay:string_lit_as_bytes,...
2020-10-08 Darshan KathiriyaReplace run_compiler with RunCompiler builder pattern.
2020-10-08 borsAuto merge of #6138 - giraffate:note_that_we_follow_rus...
2020-10-08 Takayuki NakataAdd note that we follow a rustc no merge-commit policy
2020-10-08 David TolnayClippy dev subcommand to build and serve website
next