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