]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-16 borsAuto merge of #8547 - Jarcho:transmute_8501, r=flip1995
2022-03-16 borsAuto merge of #8546 - KisaragiEffective:patch-1, r...
2022-03-16 Jason NewcombFix checking transmutes with adjusted types
2022-03-16 Jason NewcombDon't lint `transmute_undefined_repr` on unions.
2022-03-16 Jason NewcombSmall simplification to `transmute_undefined_repr`
2022-03-16 Jason NewcombDon't lint fat pointer to `(usize, usize)` conversion...
2022-03-16 Jason NewcombFix `transmute_undefined_repr` for single element tuples
2022-03-16 Kisaragifix typo in code-block kind specifier
2022-03-15 Kisaragifix typo in code-block kind specifier
2022-03-15 borsAuto merge of #8541 - flip1995:iter_with_drain_ambulanc...
2022-03-15 flip1995Move iter_with_drain to nursery
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 borsAuto merge of #8537 - xFrednet:7923-single-component...
2022-03-14 borsAuto merge of #8536 - xFrednet:8062-applicability-searc...
2022-03-14 xFrednetAllow `single_component_path_imports` for all macros
2022-03-14 xFrednetMake `search_is_some`s suggestion `MachineApplicable`
2022-03-14 borsAuto merge of #8534 - flip1995:rustup, r=flip1995
2022-03-14 flip1995Bump nightly version -> 2022-03-14
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-13 Jaeyong Sungadd clearing return vars
2022-03-13 borsAuto merge of #8471 - J-ZhengLi:master-issue7040, r...
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-10 Jaeyong Sungremove parameters that are only used in recursion
2022-03-10 Jaeyong Sungfix build error
2022-03-10 J-ZhengLiadd checking for `x -> x` and `ref x -> x` and related...
2022-03-10 Jaeyong Sungfix to lint Self::function
2022-03-10 borsAuto merge of #8070 - CrazyRoka:update-gh-pages-checkbo...
2022-03-10 J-ZhengLirename lint to `needless_match`
2022-03-08 lcnradd `#[rustc_pass_by_value]` to more types
2022-03-08 J-ZhengLifix a bug that caused internal test fail
2022-03-08 J-ZhengLiadd nop if-let expression check.
2022-03-07 borsAuto merge of #94706 - matthiaskrgr:rollup-l5erynr...
2022-03-07 Eric HolkUpdate and fix clippy tests
2022-03-07 Eric HolkStabilize const_fn_fn_ptr_basics and const_fn_trait_bound
2022-03-07 J-ZhengLiadd basic code to check nop match blocks
2022-03-07 Jaeyong Sungadd test for trait recursion
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-06 borsAuto merge of #8445 - asquared31415:slice_ptr_cast...
2022-03-06 Samuel E. Moelius IIIFix #8507
2022-03-05 Samuel E. Moelius IIIFormat with `rustfmt_if_chain`
2022-03-05 Jack HueyChange syntax for TyAlias where clauses
2022-03-05 Jaeyong Sungfix lint errors
2022-03-05 Jaeyong Sungdon't lint when implementing trait
2022-03-05 Esteban KuberDo not point at whole file missing `fn main`
2022-03-04 borsAuto merge of #8504 - xFrednet:8502-allow-lint-without...
2022-03-04 asquared31415lint for casting raw pointers to slices with different...
2022-03-04 pierwillUpdate `itertools`
2022-03-04 xFrednetAdd lint to detect `allow` attributes without reason
2022-03-03 borsAuto merge of #8500 - rust-lang:testless-dbg-macro...
2022-03-03 Andre BogusOmit dbg_macro in test code
2022-03-03 borsAuto merge of #8414 - MiSawa:fix/optimize-redundant...
2022-03-03 borsAuto merge of #8483 - ldm0:iter_with_drain_simple,...
2022-03-03 borsAuto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
2022-03-03 borsAuto merge of #8497 - Manishearth:transmute-undefined...
2022-03-03 Manish Goregaokarcomment about transmute_undefined_repr in nursery
2022-03-03 Liu DingmingSuggest `into_iter()` over `drain(..)`
2022-03-03 Ralf Jungbless clippy
2022-03-02 flip1995Move transmute_undefined_repr back to nursery
2022-03-02 borsAuto merge of #8489 - smoelius:unnecessary-find-map...
2022-03-02 borsAuto merge of #8456 - ebobrow:use_self_pat, r=llogiq
2022-03-02 borsAuto merge of #8174 - rust-lang:missing-spin-loop,...
2022-03-02 Andre Bogusnew lint: `missing-spin-loop`
2022-03-02 borsAuto merge of #8432 - dtolnay-contrib:transmuteundefine...
2022-03-02 borsAuto merge of #8491 - matthiaskrgr:no_num_cpus, r=flip1995
2022-03-02 Samuel E. Moelius IIIAdd `unnecessary_find_map` lint
2022-03-01 Matthias Krügertests: use std::thread::available_parallelism() instead...
2022-03-01 borsAuto merge of #8488 - flip1995:ci-cargo-dev-new-lint...
2022-03-01 borsAuto merge of #8313 - flip1995:msrv-internal-lint,...
2022-03-01 flip1995Move testing of cargo dev new_lint to cargo dev workflow
2022-03-01 flip1995Implement internal lint for MSRV lints
2022-02-28 borsAuto merge of #8479 - smoelius:unnecessary-filter-map...
2022-02-28 Samuel E. Moelius IIICheck `clone_or_copy_needed` in `unnecessary_filter_map...
2022-02-28 Samuel E. Moelius IIIAdd tests to tests/ui/unnecessary_filter_map.rs
2022-02-27 borsAuto merge of #8476 - xFrednet:0000-update-edition...
2022-02-26 xFrednetUpdate edition in rustfmt.toml
2022-02-26 Elliot Bobrowcheck `use_self` in `pat`
2022-02-26 borsAuto merge of #8462 - ken-matsui:use-precise-namespace...
2022-02-26 flip1995Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436...
2022-02-26 borsAuto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen
2022-02-26 borsAuto merge of #8453 - tamaroning:fix_large_enum_variant...
2022-02-25 borsAuto merge of #8253 - Alexendoo:print-in-fmt, r=camsteffen
2022-02-25 Alex MacleodAdd `print_in_format_impl` lint
2022-02-25 Alex MacleodRename RecursiveFormatImpl to FormatImpl
2022-02-25 borsAuto merge of #8474 - Alexendoo:paths, r=Manishearth
2022-02-25 borsAuto merge of #8472 - Mastermindaxe:#8152_new-without...
2022-02-25 Alex MacleodReplace some more paths with diagnostic items
2022-02-25 Florian NagelDisable ``[`new-without-default`]`` for new() methods...
2022-02-25 Mark RousskovSwitch bootstrap cfgs
2022-02-25 J-ZhengLiadd tests, add base bone for the new lint
2022-02-25 borsAuto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
2022-02-24 Dylan DPCRollup merge of #93714 - compiler-errors:can-type-impl...
2022-02-24 Vadim PetrochenkovUpdate clippy tests
2022-02-24 Vadim Petrochenkovresolve: Fix incorrect results of `opt_def_kind` query...
2022-02-24 borsAuto merge of #8468 - flip1995:rustup, r=flip1995
2022-02-24 flip1995Bump nightly version -> 2022-02-24
2022-02-24 flip1995Bump Clippy Version -> 0.1.61
2022-02-24 flip1995Merge remote-tracking branch 'upstream/master' into...
next