| Age | Commit message (Expand) | Author | Lines |
| 2022-01-04 | Add documentation for scoped threads. | Mara Bos | -11/+175 |
| 2022-01-04 | Add ScopedJoinHandle::is_running(). | Mara Bos | -1/+10 |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -26/+202 |
| 2022-01-04 | Simpilfy thread::JoinInner. | Mara Bos | -9/+9 |
| 2021-12-30 | Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgr | bors | -37/+176 |
| 2021-12-30 | Rollup merge of #92427 - ChayimFriedman2:patch-1, r=kennytm | Matthias Krüger | -2/+1 |
| 2021-12-30 | Rollup merge of #92423 - weirane:ui-92292, r=fee1-dead | Matthias Krüger | -0/+32 |
| 2021-12-30 | Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obk | Matthias Krüger | -14/+16 |
| 2021-12-30 | Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011 | Matthias Krüger | -21/+127 |
| 2021-12-30 | Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillot | bors | -40/+247 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -20/+19 |
| 2021-12-30 | Use `UnsafeCell::get_mut()` in `core::lazy::OnceCell::get_mut()` | Chayim Refael Friedman | -2/+1 |
| 2021-12-30 | Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa | bors | -27/+58 |
| 2021-12-29 | Add UI test for #92292 | Wang Ruochen | -0/+32 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -40/+247 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -6/+202 |
| 2021-12-29 | Move equal sign back into head ibox | David Tolnay | -5/+5 |
| 2021-12-29 | Fix spacing of pretty printed const item without body | David Tolnay | -16/+18 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -112/+95 |
| 2021-12-29 | Auto merge of #92309 - ehuss:remove-check_lines, r=Mark-Simulacrum | bors | -11/+0 |
| 2021-12-29 | Auto merge of #92397 - matthiaskrgr:rollup-xnfou17, r=matthiaskrgr | bors | -130/+382 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -9/+3 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -23/+24 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -3/+57 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -50/+65 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -1/+50 |
| 2021-12-29 | Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov | Matthias Krüger | -28/+158 |
| 2021-12-29 | Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelid | Matthias Krüger | -16/+25 |
| 2021-12-29 | Auto merge of #92254 - krasimirgg:gsgdt-up, r=Mark-Simulacrum | bors | -4/+4 |
| 2021-12-29 | Auto merge of #92291 - AngelicosPhosphoros:typeid_inline_revert_92135, r=josh... | bors | -1/+0 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -20/+19 |
| 2021-12-28 | Auto merge of #92269 - vacuus:clean-generics-print, r=camelid | bors | -5/+6 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+13 |
| 2021-12-28 | Explain why struct fields are handled by assoc. item code | Noah Lev | -0/+12 |
| 2021-12-28 | Remove unused parameter | Noah Lev | -6/+5 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -9/+3 |
| 2021-12-28 | Only special case struct fields for intra-doc links, not enum variants | Joshua Nelson | -16/+13 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -23/+24 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -28/+158 |
| 2021-12-28 | Auto merge of #92352 - matthiaskrgr:rollup-19fbq7u, r=matthiaskrgr | bors | -26/+1008 |
| 2021-12-28 | Auto merge of #92153 - petrochenkov:foreignchild, r=cjgillot | bors | -44/+20 |
| 2021-12-28 | Rollup merge of #92344 - lnicola:rust-analyzer-2021-12-28, r=lnicola | Matthias Krüger | -16/+16 |
| 2021-12-28 | Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth | Matthias Krüger | -0/+12 |
| 2021-12-28 | Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillot | Matthias Krüger | -7/+89 |
| 2021-12-28 | Rollup merge of #92330 - wesleywiser:mailmap, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-28 | Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-Simulacrum | Matthias Krüger | -0/+879 |
| 2021-12-28 | Rollup merge of #92219 - ehuss:remove-vcvars, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2021-12-28 | Rollup merge of #92076 - Aaron1011:rustdoc-auto-trait-ignore, r=cjgillot | Matthias Krüger | -1/+11 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -3/+57 |