about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-18fmtTakayuki Maeda-1/+1
2021-03-18remove unused argumentsTakayuki Maeda-21/+6
2021-03-18extract a condition into a function.Takayuki Maeda-6/+6
2021-03-18remove a needless variableTakayuki Maeda-2/+1
2021-03-18use derefs_to_slice in methods/utils.rsTakayuki Maeda-46/+6
2021-03-18move derefs_to_slice to methods/utils.rsTakayuki Maeda-0/+46
2021-03-18refactor string_extend_chars: return when obj type is not stringTakayuki Maeda-28/+29
2021-03-18move chars_cmp_with_unwrap, chars_last_cmp and chars_next_cmp_with_unwrap to ...Takayuki Maeda-55/+74
2021-03-18move chars_cmp and chars_next_cmp to its own modulesTakayuki Maeda-53/+68
2021-03-17riscvgc-unknown-none-elf use lp64d ABIJustin Restivo-0/+1
2021-03-17Auto merge of #6918 - camsteffen:utils-re-export, r=flip1995bors-399/+344
2021-03-17Move some test-only code to test filesJoshua Nelson-78/+85
2021-03-17Add clippy_utils::paths importsCameron Steffen-9/+9
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-399/+344
2021-03-17Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkorbors-55/+53
2021-03-17Don't show HTML diff if tidy isn't installed for rustdoc testsGuillaume Gomez-5/+6
2021-03-17Remove unnecessary `forward_inner_docs` hackJoshua Nelson-15/+7
2021-03-17fix whitespaceJoshua Nelson-1/+1
2021-03-17Directly invoke the main function in JIT modebjorn3-22/+52
2021-03-17Rustfmtbjorn3-1/+1
2021-03-17Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplettbors-6/+44
2021-03-17Auto merge of #6805 - matthiaskrgr:uca_nopub_6803, r=flip1995bors-1/+12
2021-03-17Auto merge of #6821 - Jarcho:write_literal_suggestion, r=flip1995bors-115/+454
2021-03-17Auto merge of #6888 - matthiaskrgr:rip_ra_setup, r=flip1995bors-16/+38
2021-03-17Rename the last ra_setup mention to ide_setupPhilipp Krones-1/+1
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-8/+8
2021-03-17CONTRIBUTING: update section explaining how to get ra to work inside the clip...Matthias Krüger-8/+30
2021-03-17Update HashSet natvisMarkus Westerlind-7/+7
2021-03-17Auto merge of #83225 - JohnTitor:rollup-4hnuhb8, r=JohnTitorbors-220/+346
2021-03-17Rollup merge of #83219 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-03-17Rollup merge of #83206 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-03-17Rollup merge of #83203 - jyn514:rustdoc-warnings, r=ManishearthYuki Okushi-31/+49
2021-03-17Rollup merge of #83202 - pickfire:patch-6, r=JohnTitorYuki Okushi-3/+4
2021-03-17Rollup merge of #83124 - cjgillot:iiib, r=petrochenkovYuki Okushi-66/+17
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-38/+28
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-68/+88
2021-03-17Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitorYuki Okushi-16/+16
2021-03-17Rollup merge of #82774 - JohnTitor:bad-diag-for-anon-params-with-ref, r=estebankYuki Okushi-36/+172
2021-03-17Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkovbors-52/+155
2021-03-17Auto merge of #6917 - MysteryJump:fix-manual-unwrap-or-const-fn, r=giraffatebors-2/+32
2021-03-17Display error details when a `mmap` call failsYuki Okushi-4/+6
2021-03-17Add more test caseYuki Okushi-4/+32
2021-03-16Fix comments based on reviewdylni-5/+2
2021-03-16bless testsErik Desjardins-38/+38
2021-03-16move to separate pass, cache layoutsErik Desjardins-26/+52
2021-03-17Add pub as optional check_front_matterIvan Tham-25/+39
2021-03-17Add help assertion for async pub testIvan Tham-0/+6
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-42/+156
2021-03-17Emit more pretty diagnostics for qualified pathsYuki Okushi-14/+29
2021-03-17Fix bad diagnostics for anon params with qualified pathsYuki Okushi-14/+46