about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-30Simplify expansion for format_args!().Mara Bos-22/+18
2025-03-29Auto merge of #139101 - matthiaskrgr:rollup-zhu7hf6, r=matthiaskrgrbors-208/+336
2025-03-29Rollup merge of #139097 - m-ou-se:pin-tests, r=WaffleLapkinMatthias Krüger-0/+75
2025-03-29Rollup merge of #139086 - meithecatte:expr-use-visitor-cleanup, r=compiler-er...Matthias Krüger-100/+62
2025-03-29Rollup merge of #139057 - yotamofek:pr/slice-contains, r=wesleywiserMatthias Krüger-15/+16
2025-03-29Rollup merge of #139056 - yotamofek:pr/smir/try_fold, r=scottmcmMatthias Krüger-3/+2
2025-03-29Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdevMatthias Krüger-80/+144
2025-03-29Rollup merge of #138757 - rust-wasi-web:wasi-thread-stack-size, r=alexcrichtonMatthias Krüger-2/+2
2025-03-29Rollup merge of #138692 - jieyouxu:reject-bool-lit-rev-names, r=wesleywiserMatthias Krüger-8/+35
2025-03-29Auto merge of #139067 - m-ou-se:terminating-scopes-no-hashset, r=wesleywiserbors-164/+95
2025-03-29Add more tests for pin!().Mara Bos-0/+75
2025-03-29Auto merge of #139074 - BoxyUwU:bump_1_88, r=BoxyUwUbors-1/+1
2025-03-29Auto merge of #138784 - madsmtm:bootstrap-bump-cc-cmake, r=jieyouxubors-13/+44
2025-03-28Remove `terminating_scopes` hash set.Mara Bos-164/+95
2025-03-28Auto merge of #139085 - matthiaskrgr:rollup-3q2peol, r=matthiaskrgrbors-128/+501
2025-03-28Rollup merge of #139079 - EnzymeAD:autodfff-triagebot, r=NoratriebMatthias Krüger-0/+27
2025-03-28Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errorsMatthias Krüger-1/+17
2025-03-28Rollup merge of #139069 - a1phyr:better_take, r=joboetMatthias Krüger-4/+4
2025-03-28Rollup merge of #139065 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-94/+233
2025-03-28Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obkMatthias Krüger-13/+200
2025-03-28Rollup merge of #139058 - barafael:patch-1, r=joboetMatthias Krüger-1/+1
2025-03-28Rollup merge of #139052 - m-ou-se:pin-macro-tests, r=joboetMatthias Krüger-14/+17
2025-03-28Rollup merge of #138976 - xizheyin:issue-138969, r=RalfJungMatthias Krüger-1/+2
2025-03-28tracking autodiff files via triagebot.tomlManuel Drehwald-0/+27
2025-03-28Fix TAIT & ATPIT feature gating in the presence of anon constsLeón Orell Valerian Liehr-13/+200
2025-03-28Do not treat lifetimes from parent items as influencing child itemsOli Scherer-1/+17
2025-03-28Bump to 1.88.0Boxy-1/+1
2025-03-28Auto merge of #139054 - matthiaskrgr:rollup-2bk2fb4, r=matthiaskrgrbors-473/+431
2025-03-28`io::Take`: avoid new `BorrowedBuf` creation in some caseBenoît du Garreau-4/+4
2025-03-28std: Explain range follows standard half-open range in `offset`xizheyin-1/+2
2025-03-28update lockfileRalf Jung-28/+2
2025-03-28Merge pull request #4241 from RalfJung/mangle_internal_symbol_cacheRalf Jung-33/+40
2025-03-28Fix formatting nit in process.rsRafael Bachmann-1/+1
2025-03-28use `slice::contains` where applicableYotam Ofek-15/+16
2025-03-28use `try_fold` instead of `fold`Yotam Ofek-3/+2
2025-03-28Rollup merge of #139047 - m-ou-se:remove-scope-depth, r=oli-obkMatthias Krüger-31/+18
2025-03-28Rollup merge of #139045 - onur-ozkan:less-verbose-bootstrap-test, r=KobzolMatthias Krüger-1/+1
2025-03-28Rollup merge of #139038 - adamgreig:thumb-target-maintainers, r=NoratriebMatthias Krüger-10/+5
2025-03-28Rollup merge of #138986 - Shourya742:2025-03-25-add-ignore-to-change-id, r=Ko...Matthias Krüger-50/+82
2025-03-28Rollup merge of #138678 - durin42:rmeta-stability, r=fmeaseMatthias Krüger-4/+9
2025-03-28Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmeaseMatthias Krüger-375/+314
2025-03-28Rollup merge of #137889 - mu001999-contrib:update-doc, r=wesleywiserMatthias Krüger-2/+2
2025-03-28cache mangle_internal_symbol resultsRalf Jung-33/+40
2025-03-28Auto merge of #138503 - bjorn3:string_merging, r=tmiaskobors-25/+58
2025-03-28Update `coverage-run-rustdoc` outputGuillaume Gomez-8/+8
2025-03-28Add test and commentbjorn3-0/+32
2025-03-28Avoid wrapping constant allocations in packed structs when not necessarybjorn3-25/+26
2025-03-28Put pin!() tests in the right file.Mara Bos-14/+17
2025-03-28Remove outdated comment.Mara Bos-1/+0
2025-03-28Remove ScopeDepth entirely.Mara Bos-30/+18