]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-05 Mateusz Gacekneedless_collect: use `node_type_opt` instead of `node_...
2021-05-05 borsAuto merge of #7167 - camsteffen:unused-unit-macro...
2021-05-04 Cameron SteffenFix unused_unit macro false positive
2021-05-04 Takayukireplace lit_snip type with &str
2021-05-04 Takayukirefactor unseparated_literal_suffix
2021-05-04 Cameron SteffenFix needless_quesiton_mark false positive
2021-05-04 Takayukimove zero_prefixed_literal to its own module
2021-05-04 Mateusz Gacekneedless_collect: Add `BinaryHeap` for indirect usage...
2021-05-04 Mateusz GacekFix copy_iterator uitest
2021-05-04 Mateusz Gacekneedless_collect: Lint cases with type annotations
2021-05-04 Takayukimove mixed_case_hex_literals to its own module
2021-05-04 Takayukimove unseparated_literal_suffix to its own module
2021-05-04 Takayukimove unneeded_field_pattern to its own module
2021-05-04 borsAuto merge of #7157 - camsteffen:hash-pat, r=flip1995
2021-05-04 Cameron SteffenSpanlessHash Pat
2021-05-04 Takayukimove unneeded_wildcard_pattern to its own module
2021-05-04 Takayukimove redundant_pattern to its own module
2021-05-04 Takayukimove double_neg to its own module
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-05-04 Takayukimove builtin_type_shadow to its own module
2021-05-04 Takayukimove misc_early to misc_early/mod.rs
2021-05-03 Christiaan... Change `std::sys::unix::ext::fs::PermissionsExt::from_m...
2021-05-03 borsAuto merge of #7156 - hellow554:single_char_strip,...
2021-05-03 Marcel Hellwigmove PATTERN_METHODS table directly into file
2021-05-03 Marcel Hellwigadd strip_{prefix,suffix} to PATTERN_METHODS
2021-05-03 borsAuto merge of #7154 - camsteffen:better-conf, r=flip1995
2021-05-03 Cameron SteffenUpdate config contributing docs
2021-05-02 Cameron SteffenFix config parsing
2021-05-02 Cameron SteffenFix error punctuation
2021-05-02 borsAuto merge of #7150 - camsteffen:better-conf, r=llogiq
2021-05-02 KornelAdd ErrorKind::OutOfMemory
2021-05-01 Cameron SteffenRefactor config deserialization
2021-05-01 Cameron SteffenDisable default_trait_access in macros
2021-04-30 borsAuto merge of #7146 - mgacek8:mgacek8-small-fix, r...
2021-04-30 Mateusz GacekSmall fix in CONTRIBUTING.md
2021-04-30 borsAuto merge of #7144 - rust-lang:while_immutable_mut_con...
2021-04-30 borsAuto merge of #6951 - Jarcho:implicit_return_fp, r...
2021-04-30 borsAuto merge of #84401 - crlf0710:impl_main_by_path,...
2021-04-30 borsAuto merge of #7118 - TaKO8Ki:fix-false-positive-in...
2021-04-30 Takayukiuse `in_constant`
2021-04-29 Ryan LevickFix clippy error
2021-04-29 borsAuto merge of #7141 - camsteffen:conf-file, r=flip1995
2021-04-29 borsAuto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum
2021-04-29 Andre Boguswhile_immutable_cond: check condition for mutation
2021-04-29 Jack HueyRollup merge of #84484 - jyn514:check-tools, r=Mark...
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-28 Cameron SteffenRemove leftover plugin conf_file code
2021-04-27 borsAuto merge of #7140 - matthiaskrgr:ice_std, r=llogiq
2021-04-27 Matthias Krügerfix ice when checking rustc libstd
2021-04-27 Joshua NelsonSwitch `rustc::internal` from deny to warn
2021-04-27 Joshua NelsonImplement `x.py test src/tools/clippy --bless`
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
2021-04-27 borsAuto merge of #7128 - Jarcho:const_fn_ice, r=flip1995
2021-04-27 borsAuto merge of #7138 - mgacek8:issue6808_iter_cloned_col...
2021-04-26 borsAuto merge of #7136 - mgacek8:issue6965_manual_unwrap_o...
2021-04-26 borsAuto merge of #7137 - camsteffen:msrv-mod, r=llogiq
2021-04-26 Cameron SteffenUpdate MSRV contribution docs
2021-04-26 Cameron SteffenRefactor MSRV aliases
2021-04-26 Cameron SteffenRemove needless_question_mark MSRV
2021-04-26 Mateusz GacekFix FN in `iter_cloned_collect` with a large array
2021-04-26 Mateusz Gacekfix invalid code suggestion in `manual_unwrap_or`,...
2021-04-26 borsAuto merge of #7134 - camsteffen:copied-msrv, r=Manishearth
2021-04-26 Cameron SteffenFinish MSRV for cloned_instead_of_copied
2021-04-26 borsAuto merge of #7132 - rust-lang:single_element_loop_ite...
2021-04-26 Andre Bogusextend `single_element_loop` to match `.iter()`
2021-04-25 Ralf Jungfix clippy
2021-04-25 borsAuto merge of #7129 - camsteffen:copied-msrv, r=Manishearth
2021-04-25 Cameron SteffenFix cloned_instead_of_copied MSRV
2021-04-25 Jason NewcombFix ICE checking for feature gated const fn
2021-04-23 borsAuto merge of #7124 - Jarcho:lintcheck-windows, r=phansch
2021-04-22 Jason NewcombFix lintcheck on windows
2021-04-22 borsAuto merge of #7120 - cherryblossom000:7106, r=Manishearth
2021-04-22 borsAuto merge of #7100 - ABouttefeux:unused_io_amount...
2021-04-22 Aliénore Bouttefeuxadd detection unused_io_amount of "or", "or_else" and...
2021-04-22 Jason NewcombMinor cleanup of `implicit_return`
2021-04-22 Jason NewcombAdd examples to better explain `walk_span_to_context`
2021-04-22 Jason NewcombFix `implicit_return` suggestion for async functions
2021-04-22 Jason NewcombImprove `implicit_return`
2021-04-22 cherryblossom`single_component_path_imports`: ignore `pub(crate...
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-22 borsAuto merge of #7119 - flip1995:rustup, r=flip1995
2021-04-22 flip1995Bump nightly version -> 2021-04-22
2021-04-22 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-22 borsAuto merge of #7102 - taralx:taralx-patch-1, r=flip1995
2021-04-22 Takayukifix a false-positive inside const fn in comparison_chain
2021-04-21 borsAuto merge of #7072 - ebobrow:imports-ending-with-self...
2021-04-21 Elliot Bobrowadd unnecessary_self_imports lint
2021-04-21 borsAuto merge of #7083 - GuillaumeGomez:bool-assert-eq...
2021-04-21 borsAuto merge of #7109 - ctennis:ct/asm_syntax_aarch64...
2021-04-20 borsAuto merge of #7097 - yawara:fix/7069, r=llogiq
2021-04-20 Yawara ISHIDAAdd a test for FP in macro expansion
2021-04-19 borsAuto merge of #7092 - basavesh:fix#7066, r=giraffate
2021-04-19 Guillaume GomezAdd lint to check for boolean comparison in assert...
2021-04-19 lcnrfix suggestion for unsized function parameters
2021-04-19 borsAuto merge of #7111 - giraffate:fix_link_in_doc, r...
2021-04-19 Caleb TennisIgnore aarch64 for this test as it's x86 assembly only...
2021-04-19 Basavesh Shivakumaruseless use of format! should return function directly
2021-04-19 borsAuto merge of #7112 - giraffate:update_pull_request_tem...
2021-04-19 Takayuki NakataUpdate pull request template
2021-04-19 Takayuki NakataFix links in doc
next