| Age | Commit message (Expand) | Author | Lines |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -15/+19 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -29/+71 |
| 2021-10-02 | only check for automatically_derived on impls, not individual methods | Erik Desjardins | -18/+6 |
| 2021-10-02 | Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkov | bors | -2/+23 |
| 2021-10-02 | haiku thread affinity build fix | David Carlier | -6/+10 |
| 2021-10-02 | Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot | bors | -508/+460 |
| 2021-10-02 | Use bitand when checking for signed integer division overflow | Trevor Spiteri | -8/+16 |
| 2021-10-02 | Expand one test (from jackh726) | Audun Halland | -2/+4 |
| 2021-10-02 | Bump tracing to get the instrumentation perf improvement | Oli Scherer | -7/+7 |
| 2021-10-02 | Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk | bors | -58/+17 |
| 2021-10-01 | Update to the final LLVM 13.0.0 release | Josh Stone | -1/+1 |
| 2021-10-01 | perf: only check for rustc_trivial_field_reads attribute on traits | Erik Desjardins | -23/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -88/+88 |
| 2021-10-01 | Correctly handle signs in exponents in numeric_literal::format() | Manish Goregaokar | -2/+9 |
| 2021-10-01 | rustdoc: use slice::contains instead of open-coding it | Michael Howell | -2/+2 |
| 2021-10-01 | Add regression test | Manish Goregaokar | -1/+13 |
| 2021-10-02 | Add regression test for #89432 | Albin Hedman | -0/+9 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -71/+157 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -2/+1 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -58/+8 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -27/+62 |
| 2021-10-01 | Rollup merge of #89440 - chrismit3s:issue-84488-fix, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Rollup merge of #89422 - GuillaumeGomez:doctest-whitespace-name, r=CraftSpider | Manish Goregaokar | -0/+1 |
| 2021-10-01 | Rollup merge of #89376 - andjo403:selfProfileUseAfterDropFix, r=Mark-Simulacrum | Manish Goregaokar | -4/+6 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -37/+79 |
| 2021-10-01 | Rollup merge of #88847 - oliverbr:master, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2021-10-01 | Rollup merge of #85223 - simbleau:master, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2021-10-01 | Don't use Default, since the impls are different on wasm | jackh726 | -15/+9 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -508/+460 |
| 2021-10-01 | Improve error message for missing angle brackets in `[_]::method` | Fabian Wolff | -0/+17 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -209/+193 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -28/+27 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+48 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -2/+13 |
| 2021-10-01 | Replace whitespaces in doctests' name with dashes | Guillaume Gomez | -0/+1 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |
| 2021-10-01 | path.push() should work as expected on windows verbatim paths | Sean Young | -7/+55 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -27/+62 |
| 2021-10-01 | Forgot to bless ui-toml test | Yechan Bae | -10/+10 |
| 2021-10-01 | fix: edit description of "prefix-free" | pierwill | -2/+4 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-10-01 | Do not use full type path in help message | Yechan Bae | -31/+29 |
| 2021-10-01 | Add ui-test for enable-raw-pointer-heuristic-for-send config | Yechan Bae | -6/+149 |
| 2021-10-01 | Minor changes from PR feedback | Yechan Bae | -42/+45 |
| 2021-10-01 | Add configuration for raw pointer heuristic | Yechan Bae | -11/+28 |
| 2021-10-01 | Look into tuple, array, ADT args in raw pointer heuristic | Yechan Bae | -19/+74 |
| 2021-10-01 | Emit one report for all fields in the same ADT | Yechan Bae | -123/+203 |
| 2021-10-01 | Update documentation | Yechan Bae | -16/+19 |
| 2021-10-01 | typo | Yechan Bae | -1/+1 |