| Age | Commit message (Expand) | Author | Lines |
| 2021-11-05 | Rollup merge of #90533 - Smittyvb:patch-1, r=joshtriplett | Yuki Okushi | -0/+2 |
| 2021-11-05 | Rollup merge of #90530 - GuillaumeGomez:simplify-js-tester, r=notriddle | Yuki Okushi | -7/+3 |
| 2021-11-05 | Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726 | Yuki Okushi | -9/+39 |
| 2021-11-04 | Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726 | bors | -1/+36 |
| 2021-11-04 | Mention possible future rejections | Smittyvb | -1/+1 |
| 2021-11-04 | Auto merge of #90564 - flip1995:clippyup, r=Manishearth | bors | -1534/+3203 |
| 2021-11-04 | Update Cargo.lock | flip1995 | -2/+2 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -1532/+3201 |
| 2021-11-04 | Auto merge of #7929 - flip1995:rustup, r=flip1995 | bors | -61/+57 |
| 2021-11-04 | Bump nightly version -> 2021-11-04 | flip1995 | -1/+1 |
| 2021-11-04 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -1549/+3228 |
| 2021-11-04 | Auto merge of #90518 - calebcartwright:rustc-ast-docs, r=wesleywiser | bors | -3/+2 |
| 2021-11-04 | Auto merge of #87467 - inquisitivecrystal:ref-unwind, r=dtolnay | bors | -0/+2 |
| 2021-11-04 | Auto merge of #7926 - lengyijun:patch-1, r=giraffate | bors | -1/+1 |
| 2021-11-04 | Update diagnostics.rs | lyj | -1/+1 |
| 2021-11-04 | Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrum | bors | -4/+4 |
| 2021-11-04 | Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebank | bors | -8/+220 |
| 2021-11-03 | Auto merge of #90475 - camelid:docvisitor, r=notriddle | bors | -125/+218 |
| 2021-11-03 | Simplify js tester a bit | Guillaume Gomez | -7/+3 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -8/+220 |
| 2021-11-03 | Auto merge of #90413 - tmiasko:addr-of-mutable, r=RalfJung,oli-obk | bors | -218/+88 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -1/+36 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -12/+63 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -207/+26 |
| 2021-11-03 | Auto merge of #90527 - 12101111:libc_a, r=petrochenkov | bors | -3/+3 |
| 2021-11-03 | Add note about x86 instruction prefixes in asm! | Smittyvb | -0/+2 |
| 2021-11-03 | Provide standalone libc.a in self-contained for musl and wasi | 12101111 | -3/+3 |
| 2021-11-03 | Auto merge of #90517 - willcrichton:example-analyzer, r=jyn514 | bors | -16/+23 |
| 2021-11-03 | Auto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser | bors | -1/+1 |
| 2021-11-03 | Auto merge of #90421 - thomcc:friendship-ended-with-ssize_t-now-ptrdiff_t-is-... | bors | -1/+8 |
| 2021-11-03 | fix message | Takayuki Maeda | -2/+2 |
| 2021-11-02 | Add line number to URLs in "additional examples" section of rustdoc | Will Crichton | -13/+20 |
| 2021-11-02 | docs(rustc_ast): update crate descriptions | Caleb Cartwright | -3/+2 |
| 2021-11-02 | Fix URL for scrape-examples.js in rustdoc page template | Will Crichton | -3/+3 |
| 2021-11-03 | Auto merge of #90516 - matthiaskrgr:rollup-3dmfjkj, r=matthiaskrgr | bors | -83/+59 |
| 2021-11-02 | Implement `RefUnwindSafe` for `Rc<T>` | inquisitivecrystal | -0/+2 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -5/+29 |
| 2021-11-02 | Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995 | Matthias Krüger | -4/+4 |
| 2021-11-02 | Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995 | Matthias Krüger | -8/+8 |
| 2021-11-02 | Rollup merge of #90472 - joshtriplett:clarify-feature-acceptance, r=jyn514 | Matthias Krüger | -1/+5 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -68/+14 |
| 2021-11-02 | Rollup merge of #90354 - xFrednet:00000-lets-deploy-clippy-docs, r=Mark-Simul... | Matthias Krüger | -0/+2 |
| 2021-11-02 | Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnik | Matthias Krüger | -1/+1 |
| 2021-11-02 | Auto merge of #90464 - lnicola:rust-analyzer-2021-11-01, r=lnicola | bors | -16/+23 |
| 2021-11-02 | Auto merge of #7904 - Serial-ATA:improve-doc-suggestion, r=xFrednet | bors | -238/+437 |
| 2021-11-02 | Specify fixable doc tests | Serial | -30/+30 |
| 2021-11-02 | Add suggestion to missing backticks error | Serial | -145/+344 |
| 2021-11-02 | Auto merge of #7916 - samueltardieu:double-colon-prefix, r=xFrednet | bors | -36/+64 |
| 2021-11-02 | Advise to put a :: prefix inside the ticks | Samuel Tardieu | -36/+64 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -9/+39 |