| Age | Commit message (Expand) | Author | Lines |
| 2021-03-18 | fmt | Takayuki Maeda | -1/+1 |
| 2021-03-18 | remove unused arguments | Takayuki Maeda | -21/+6 |
| 2021-03-18 | extract a condition into a function. | Takayuki Maeda | -6/+6 |
| 2021-03-18 | remove a needless variable | Takayuki Maeda | -2/+1 |
| 2021-03-18 | use derefs_to_slice in methods/utils.rs | Takayuki Maeda | -46/+6 |
| 2021-03-18 | move derefs_to_slice to methods/utils.rs | Takayuki Maeda | -0/+46 |
| 2021-03-18 | refactor string_extend_chars: return when obj type is not string | Takayuki Maeda | -28/+29 |
| 2021-03-18 | move chars_cmp_with_unwrap, chars_last_cmp and chars_next_cmp_with_unwrap to ... | Takayuki Maeda | -55/+74 |
| 2021-03-18 | move chars_cmp and chars_next_cmp to its own modules | Takayuki Maeda | -53/+68 |
| 2021-03-17 | riscvgc-unknown-none-elf use lp64d ABI | Justin Restivo | -0/+1 |
| 2021-03-17 | Auto merge of #6918 - camsteffen:utils-re-export, r=flip1995 | bors | -399/+344 |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -78/+85 |
| 2021-03-17 | Add clippy_utils::paths imports | Cameron Steffen | -9/+9 |
| 2021-03-17 | Don't re-export clippy_utils::* | Cameron Steffen | -399/+344 |
| 2021-03-17 | Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor | bors | -55/+53 |
| 2021-03-17 | Don't show HTML diff if tidy isn't installed for rustdoc tests | Guillaume Gomez | -5/+6 |
| 2021-03-17 | Remove unnecessary `forward_inner_docs` hack | Joshua Nelson | -15/+7 |
| 2021-03-17 | fix whitespace | Joshua Nelson | -1/+1 |
| 2021-03-17 | Directly invoke the main function in JIT mode | bjorn3 | -22/+52 |
| 2021-03-17 | Rustfmt | bjorn3 | -1/+1 |
| 2021-03-17 | Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett | bors | -6/+44 |
| 2021-03-17 | Auto merge of #6805 - matthiaskrgr:uca_nopub_6803, r=flip1995 | bors | -1/+12 |
| 2021-03-17 | Auto merge of #6821 - Jarcho:write_literal_suggestion, r=flip1995 | bors | -115/+454 |
| 2021-03-17 | Auto merge of #6888 - matthiaskrgr:rip_ra_setup, r=flip1995 | bors | -16/+38 |
| 2021-03-17 | Rename the last ra_setup mention to ide_setup | Philipp Krones | -1/+1 |
| 2021-03-17 | rename `cargo dev ra_setup` to `cargo dev ide_setup` | Matthias Krüger | -8/+8 |
| 2021-03-17 | CONTRIBUTING: update section explaining how to get ra to work inside the clip... | Matthias Krüger | -8/+30 |
| 2021-03-17 | Update HashSet natvis | Markus Westerlind | -7/+7 |
| 2021-03-17 | Auto merge of #83225 - JohnTitor:rollup-4hnuhb8, r=JohnTitor | bors | -220/+346 |
| 2021-03-17 | Rollup merge of #83219 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-17 | Rollup merge of #83206 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-17 | Rollup merge of #83203 - jyn514:rustdoc-warnings, r=Manishearth | Yuki Okushi | -31/+49 |
| 2021-03-17 | Rollup merge of #83202 - pickfire:patch-6, r=JohnTitor | Yuki Okushi | -3/+4 |
| 2021-03-17 | Rollup merge of #83124 - cjgillot:iiib, r=petrochenkov | Yuki Okushi | -66/+17 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -38/+28 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -68/+88 |
| 2021-03-17 | Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitor | Yuki Okushi | -16/+16 |
| 2021-03-17 | Rollup merge of #82774 - JohnTitor:bad-diag-for-anon-params-with-ref, r=estebank | Yuki Okushi | -36/+172 |
| 2021-03-17 | Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkov | bors | -52/+155 |
| 2021-03-17 | Auto merge of #6917 - MysteryJump:fix-manual-unwrap-or-const-fn, r=giraffate | bors | -2/+32 |
| 2021-03-17 | Display error details when a `mmap` call fails | Yuki Okushi | -4/+6 |
| 2021-03-17 | Add more test case | Yuki Okushi | -4/+32 |
| 2021-03-16 | Fix comments based on review | dylni | -5/+2 |
| 2021-03-16 | bless tests | Erik Desjardins | -38/+38 |
| 2021-03-16 | move to separate pass, cache layouts | Erik Desjardins | -26/+52 |
| 2021-03-17 | Add pub as optional check_front_matter | Ivan Tham | -25/+39 |
| 2021-03-17 | Add help assertion for async pub test | Ivan Tham | -0/+6 |
| 2021-03-17 | Detect pub fn attr wrong order like `async pub` | Ivan Tham | -42/+156 |
| 2021-03-17 | Emit more pretty diagnostics for qualified paths | Yuki Okushi | -14/+29 |
| 2021-03-17 | Fix bad diagnostics for anon params with qualified paths | Yuki Okushi | -14/+46 |