| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-03 | Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ... | Manish Goregaokar | -2/+2 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+30 |
| 2021-10-03 | Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett | Manish Goregaokar | -32/+103 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -24/+28 |
| 2021-10-03 | Auto merge of #89486 - rusticstuff:docker_letsencrypt_ca_update, r=Mark-Simul... | bors | -0/+41 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-10-03 | Auto merge of #89459 - tspiteri:idiv-overflow-bitand, r=kennytm | bors | -8/+16 |
| 2021-10-03 | Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker i... | Hans Kratz | -0/+41 |
| 2021-10-03 | Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnay | bors | -3/+39 |
| 2021-10-03 | Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth | bors | -248/+244 |
| 2021-10-03 | Auto merge of #84267 - dtolnay:ptrunit, r=nagisa | bors | -45/+69 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -248/+244 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -24/+28 |
| 2021-10-02 | Auto merge of #89345 - jackh726:89333, r=estebank | bors | -16/+42 |
| 2021-10-02 | Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par... | bors | -10/+79 |
| 2021-10-02 | Auto merge of #89239 - petrochenkov:modcache, r=cjgillot | bors | -44/+93 |
| 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 | Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkov | bors | -2/+23 |
| 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 | Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk | bors | -58/+17 |
| 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-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 | -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 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -209/+193 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+48 |
| 2021-10-01 | Replace whitespaces in doctests' name with dashes | Guillaume Gomez | -0/+1 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -27/+62 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-10-01 | Auto merge of #89435 - Manishearth:rollup-vh2ih7k, r=Manishearth | bors | -66/+527 |
| 2021-10-01 | Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha... | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkov | Manish Goregaokar | -26/+105 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -6/+180 |