| Age | Commit message (Expand) | Author | Lines |
| 2021-10-02 | Fix ICE caused by non_exaustive_omitted_patterns struct lint | Devin Ragotzy | -3/+7 |
| 2021-10-02 | Auto merge of #89345 - jackh726:89333, r=estebank | bors | -16/+42 |
| 2021-10-02 | Move items related to computing diffs to a separate file | Nicholas-Baron | -106/+109 |
| 2021-10-02 | rustdoc: Improve doctest pass's name and module's name | Noah Lev | -14/+14 |
| 2021-10-02 | bootstrap: add config option for nix patching | David Wood | -12/+23 |
| 2021-10-02 | Run the #85441 regression test on MSVC only | Simonas Kazlauskas | -4/+4 |
| 2021-10-02 | Add test for checking if WS2_32.dll is linked | Christiaan Dirkx | -0/+10 |
| 2021-10-02 | Only register `WSACleanup` if `WSAStartup` is actually ever called | Christiaan Dirkx | -6/+11 |
| 2021-10-02 | Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par... | bors | -10/+79 |
| 2021-10-02 | Turn a module non-doc comment into a doc comment | bjorn3 | -7/+7 |
| 2021-10-02 | Swap out unboxed_closures feature gate for min_specialization | bjorn3 | -1/+1 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -7/+0 |
| 2021-10-02 | Fix typos in rustdoc/lints | Tobias Nießen | -3/+3 |
| 2021-10-02 | Prevent macro ambiguity errors | bjorn3 | -24/+24 |
| 2021-10-02 | Auto merge of #89239 - petrochenkov:modcache, r=cjgillot | bors | -44/+93 |
| 2021-10-02 | Auto merge of #7747 - Manishearth:excessive-precision, r=xFrednet | bors | -1/+20 |
| 2021-10-02 | rustc_span: Make hygiene debug printing reproducible | Vadim Petrochenkov | -1/+4 |
| 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 |