]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-22 Jason NewcombImprove `implicit_return`
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-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
2021-04-19 borsAuto merge of #7101 - camsteffen:flat-map-option, r...
2021-04-18 borsAuto merge of #7108 - rust-lang:fix-return-try-err...
2021-04-18 Andre Bogusun-double `return` on try_err
2021-04-18 borsAuto merge of #78880 - CDirkx:not_supported, r=joshtriplett
2021-04-18 Christiaan... Fix clippy test using `ErrorKind`
2021-04-18 borsAuto merge of #84064 - hyd-dev:unknown-lints, r=petroch...
2021-04-17 hyd-devDo not ignore path segments in the middle in `#[allow...
2021-04-16 JP SugarbroadSwitch transmute_ptr_to_ptr to "pedantic" class.
2021-04-16 borsAuto merge of #7099 - ABouttefeux:master, r=llogiq
2021-04-16 Cameron SteffenAdd flat_map_option lint
2021-04-16 borsAuto merge of #7087 - Jarcho:allman_style_else, r=camst...
2021-04-16 Jason NewcombAllow allman style braces in `suspicious_else_formatting`
2021-04-16 borsAuto merge of #7075 - xFrednet:7054-fp-branches-sharing...
2021-04-16 Aliénore Bouttefeuxadded missing line in test ouput
2021-04-16 Aliénore Bouttefeuxadd type in help of from over Into
2021-04-16 borsAuto merge of #7098 - camsteffen:cloned-copied, r=Manis...
2021-04-16 borsAuto merge of #6568 - Jarcho:redundant_pattern_matching...
2021-04-16 Cameron SteffenEat dogfood
2021-04-16 Cameron SteffenAdd cloned_instead_of_copied lint
2021-04-16 Yawara ISHIDAFixed incosistent_struct_constructor triggers in macro...
2021-04-16 borsAuto merge of #6937 - Jarcho:map_entry_suggestion,...
2021-04-16 borsAuto merge of #7093 - Jarcho:single_match_fp, r=llogiq
2021-04-16 Charles LewRemove #[main] attribute.
2021-04-16 borsAuto merge of #7085 - Jarcho:manual_map_autoderef,...
2021-04-16 Jason NewcombFix `single_match`
2021-04-16 Jason Newcomb`redundant_pattern_matching` fix inverted boolean when...
2021-04-16 Jason NewcombImprove `redundant_pattern_matching`
2021-04-15 borsAuto merge of #7049 - Jarcho:remove_match_path, r=camst...
2021-04-15 Jason NewcombRemove all usages of `match_path`, `match_qpath` and...
2021-04-15 borsAuto merge of #7090 - camsteffen:pre-expansion-note...
2021-04-15 Cameron SteffenAdd note for pre-expansion passes
2021-04-15 Jason NewcombDon't allow adjustments for `manual_map`
2021-04-15 Jason NewcombMinor cleanup of `map_entry` and a few additional tests.
2021-04-15 Jason Newcomb`map_entry` improvements
2021-04-15 Jason Newcomb`map_entry` improvements
2021-04-15 Jason NewcombImprove `map_entry` lint
2021-04-14 xFrednetPR suggestions and removing utils::parent_node_is_if_expr
2021-04-14 xFrednetAdded inferred local type comparion to SpanlessEq
2021-04-14 xFrednetFixed website inline code background
2021-04-14 xFrednetparent_node_is_if_expr now also recognizes if let as...
2021-04-14 borsAuto merge of #7070 - camsteffen:changelog-stderr,...
2021-04-14 borsAuto merge of #7039 - phansch:melt-ice, r=flip1995
2021-04-14 borsAuto merge of #7076 - rail-rain:missing_const_for_fn...
2021-04-14 Philipp HanschExplain why we use `char_indices()` instead of `chars()`
2021-04-13 railFix a FP in `missing_const_for_fn`
2021-04-13 borsAuto merge of #7074 - camsteffen:diag-methods, r=llogiq
2021-04-13 Cameron SteffenImprove changelog check error handling
2021-04-13 Cameron SteffenRefactor diagnostic item methods
2021-04-12 borsAuto merge of #7068 - boxdot:remove-std-ptr-null, r...
2021-04-12 borsAuto merge of #7067 - TaKO8Ki:fix-false-negative-on...
2021-04-12 boxdotRemove paths::STD_PTR_NULL
2021-04-12 borsAuto merge of #7064 - ThibsG:WrongSelfFix, r=giraffate
2021-04-12 Takayukifix limit_stderr_length error
2021-04-12 Takayukiadd tests for a false negative on `needless_return`
2021-04-12 Takayukifix a false negative on `needless_return`
2021-04-12 borsAuto merge of #6982 - Jarcho:explicit_into_iter_loop_fp...
2021-04-12 borsAuto merge of #7047 - camsteffen:lang-ctor, r=flip1995
2021-04-12 borsAuto merge of #7065 - rail-rain:warn_copy_pass_by_ref...
2021-04-12 railAdd a note on the issue #5953
2021-04-11 borsAuto merge of #7059 - camsteffen:filter-map, r=flip1995
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-11 ThibsGFix FP in `wrong_self_convention` lint
2021-04-10 borsAuto merge of #7063 - daxpedda:debug-assert-panic,...
2021-04-10 Cameron SteffenDeprecate filter_map
2021-04-10 daxpeddaFix false-positive `debug_assert` in `panic`
2021-04-10 borsAuto merge of #7060 - daxpedda:debug-assert-panic-in...
2021-04-10 daxpeddaFix false-positive `debug_assert`
2021-04-10 daxpeddaFix rustfmt
2021-04-10 daxpeddaRemove `debug_assert` from `panic_in_result_fn`
2021-04-10 Philipp HanschFix dogfood
2021-04-10 Philipp HanschFix rustfmt error / Add comment for tab character
2021-04-10 Philipp HanschReplace complex conditional with pattern matching
2021-04-10 ThibsGHandle imports which are nested directly
2021-04-09 borsAuto merge of #7056 - jyn514:register-renamed, r=flip1995
2021-04-09 Joshua NelsonUse `register_renamed` instead of `register_removed...
2021-04-08 borsAuto merge of #7023 - boxdot:invalid-null-usage-v2...
2021-04-08 boxdotAdd invalid null pointer usage lint.
2021-04-08 borsAuto merge of #7022 - Jarcho:macro_use_import_ice,...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 borsAuto merge of #7051 - flip1995:rustup, r=flip1995
next