| Age | Commit message (Expand) | Author | Lines |
| 2021-11-05 | Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jsha | Yuki Okushi | -14/+17 |
| 2021-11-05 | Rollup merge of #90554 - ehuss:unstable-options-cleanup, r=joshtriplett | Yuki Okushi | -32/+27 |
| 2021-11-05 | Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726 | Yuki Okushi | -0/+16 |
| 2021-11-04 | Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726 | bors | -0/+32 |
| 2021-11-04 | Fix missing bottom border for headings in sidebar | Guillaume Gomez | -14/+17 |
| 2021-11-03 | Clean up some `-Z unstable-options` in tests. | Eric Huss | -32/+27 |
| 2021-11-04 | Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebank | bors | -0/+134 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -0/+134 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -0/+32 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -6/+58 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -58/+0 |
| 2021-11-03 | fix message | Takayuki Maeda | -1/+1 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -2/+18 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -25/+0 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -0/+16 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -2/+18 |
| 2021-11-01 | Auto merge of #90406 - nbdd0121:panic, r=cjgillot | bors | -0/+58 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -23/+227 |
| 2021-11-01 | Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbini | bors | -0/+231 |
| 2021-11-01 | Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-Simulacrum | Matthias Krüger | -9/+100 |
| 2021-11-01 | Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+10 |
| 2021-11-01 | Rollup merge of #90333 - jsha:flashy-searchbar, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -14/+111 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -0/+6 |
| 2021-10-31 | Test that promotion follows references when looking for drop | Tomasz Miąsko | -9/+100 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -14/+14 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+231 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -14/+14 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+1 |
| 2021-10-30 | Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomez | bors | -14/+806 |
| 2021-10-30 | Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebank | Guillaume Gomez | -0/+12 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -0/+41 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -8/+510 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -4/+187 |
| 2021-10-30 | Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomez | Guillaume Gomez | -2/+56 |
| 2021-10-30 | Collect `panic/panic_bounds_check` during monomorphization | Gary Guo | -0/+58 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -7/+2 |
| 2021-10-30 | Remove underlines from non-top docblocks. | Jacob Hoffman-Andrews | -2/+56 |
| 2021-10-30 | Document tests a bit more | Guillaume Gomez | -0/+5 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -25/+0 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -0/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -4/+4 |
| 2021-10-30 | Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came... | bors | -4/+23 |
| 2021-10-29 | Fix rare ICE during typeck in rustdoc scrape_examples | Will Crichton | -0/+10 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -4/+23 |
| 2021-10-29 | Explicitly skipping suggestions for 'Pin' as it does not implement the 'AsRef... | Yuval Dolev | -17/+0 |