| Age | Commit message (Expand) | Author | Lines |
| 2021-11-11 | Add `#[inline]`s to `SortedIndexMultiMap` | Yuki Okushi | -0/+10 |
| 2021-11-10 | Auto merge of #90769 - matthiaskrgr:rollup-266apqm, r=matthiaskrgr | bors | -139/+234 |
| 2021-11-10 | Rollup merge of #90758 - joseph-roitman:fix-entry-doc-key-ref, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-11-10 | Rollup merge of #90742 - est31:add_assign, r=davidtwco | Matthias Krüger | -2/+2 |
| 2021-11-10 | Rollup merge of #90727 - GuillaumeGomez:remove-potential-useless-search-index... | Matthias Krüger | -39/+46 |
| 2021-11-10 | Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubilee | Matthias Krüger | -59/+147 |
| 2021-11-10 | Rollup merge of #88447 - inquisitivecrystal:rustdoc-vis, r=jyn514 | Matthias Krüger | -38/+38 |
| 2021-11-10 | Auto merge of #90759 - yanok:llvm-dbginfo-fix, r=nikic | bors | -0/+0 |
| 2021-11-10 | Update llvm submodule | Ilya Yanok | -0/+0 |
| 2021-11-10 | Fix collection entry API documentation. | Joseph Roitman | -1/+1 |
| 2021-11-10 | Remove potential useless data for search index | Guillaume Gomez | -39/+46 |
| 2021-11-10 | Auto merge of #88670 - camelid:miri-uninit-num, r=RalfJung | bors | -5/+12 |
| 2021-11-10 | Auto merge of #90754 - matthiaskrgr:rollup-v0483m5, r=matthiaskrgr | bors | -9/+8 |
| 2021-11-10 | Rollup merge of #90751 - ehuss:update-books, r=ehuss | Matthias Krüger | -1/+1 |
| 2021-11-10 | Rollup merge of #90748 - cuviper:track-setgroups, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-11-10 | Rollup merge of #90690 - solid-rs:fix-kmc-solid-asm-const, r=Mark-Simulacrum | Matthias Krüger | -7/+6 |
| 2021-11-10 | Auto merge of #90663 - ken-matsui:support-early-stopping-too-old-tidy-for-mac... | bors | -0/+23 |
| 2021-11-09 | Update books | Eric Huss | -1/+1 |
| 2021-11-09 | Use computed visibility in rustdoc | inquisitivecrystal | -14/+15 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -24/+23 |
| 2021-11-10 | Add comment regarding bit order | Caleb Zulawski | -0/+3 |
| 2021-11-09 | Add a real tracking issue for `CommandExt::groups` | Josh Stone | -1/+1 |
| 2021-11-09 | miri: Detect uninitialized integers and floats | Noah Lev | -5/+12 |
| 2021-11-09 | Use AddAssign impl | est31 | -2/+2 |
| 2021-11-09 | Auto merge of #90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgr | bors | -235/+1130 |
| 2021-11-09 | Rollup merge of #90723 - asquared31415:box_docs, r=jyn514 | Matthias Krüger | -0/+3 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+73 |
| 2021-11-09 | Rollup merge of #90685 - jyn514:remove-dead-code, r=Mark-Simulacrum | Matthias Krüger | -7/+1 |
| 2021-11-09 | Rollup merge of #90683 - jyn514:compiler-docs, r=Mark-Simulacrum | Matthias Krüger | -16/+5 |
| 2021-11-09 | Rollup merge of #90613 - GuillaumeGomez:specific-rustdoc-js-test, r=Mark-Simu... | Matthias Krüger | -39/+64 |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -54/+328 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -119/+656 |
| 2021-11-09 | Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726 | bors | -195/+35 |
| 2021-11-09 | Allow to run a specific rustdoc-js* test | Guillaume Gomez | -39/+64 |
| 2021-11-09 | Auto merge of #90724 - JohnTitor:rollup-zg0kbm3, r=JohnTitor | bors | -6/+154 |
| 2021-11-09 | Rollup merge of #90720 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -4/+4 |
| 2021-11-09 | Rollup merge of #90708 - NieDzejkob:feature-note, r=jackh726 | Yuki Okushi | -0/+32 |
| 2021-11-09 | Rollup merge of #90688 - SparrowLii:dotprod, r=Amanieu | Yuki Okushi | -0/+1 |
| 2021-11-09 | Rollup merge of #90678 - JohnTitor:add-some-gats-tests, r=jackh726 | Yuki Okushi | -0/+101 |
| 2021-11-09 | Rollup merge of #90591 - richlowe:illumos-ui-target, r=Mark-Simulacrum | Yuki Okushi | -2/+5 |
| 2021-11-09 | Rollup merge of #87530 - bstrie:commentsync, r=bstrie | Yuki Okushi | -0/+11 |
| 2021-11-09 | document Box and box_free connection | asquared31415 | -0/+3 |
| 2021-11-09 | Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwco | bors | -143/+149 |
| 2021-11-09 | Update cargo | Eric Huss | -4/+4 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -211/+486 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -37/+21 |
| 2021-11-09 | Auto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o, r=GuillaumeGomez | bors | -49/+39 |
| 2021-11-09 | Add some GATs-related regression tests | Yuki Okushi | -0/+101 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -118/+132 |
| 2021-11-08 | Attempt to address perf regressions with #[inline] | bstrie | -2/+4 |