about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-326/+815
2023-08-01Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obkMatthias Krüger-15/+279
2023-08-01Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiserMatthias Krüger-4/+3
2023-08-01Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obkMatthias Krüger-4/+28
2023-08-01Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naberMatthias Krüger-31/+326
2023-08-01Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLiiMatthias Krüger-21/+7
2023-08-01Rollup merge of #113428 - Zalathar:operand, r=davidtwcoMatthias Krüger-250/+163
2023-08-01Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnayMatthias Krüger-1/+9
2023-08-01clean up, use opaque typesouz-a-42/+53
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-134/+241
2023-08-01Fix windows test output.Yuri Astrakhan-1/+2
2023-08-01Cover statements for stable_mirouz-a-14/+267
2023-08-01Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgrbors-183/+256
2023-08-01Improve diagnostic for wrong borrow on binary operationsUrgau-31/+326
2023-08-01Always use parking_lot's RwLock, even without parallel compilerOli Scherer-21/+7
2023-08-01Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkovMatthias Krüger-3/+2
2023-08-01Rollup merge of #114309 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-08-01Rollup merge of #114262 - ShapelessCat:fix-style-guide-md, r=joshtriplettMatthias Krüger-152/+118
2023-08-01Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=j...Matthias Krüger-5/+5
2023-08-01Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68Matthias Krüger-19/+28
2023-08-01Rollup merge of #113394 - joshtriplett:style-edition-snapshot, r=calebcartwrightMatthias Krüger-0/+47
2023-08-01Rollup merge of #111081 - mattfbacon:master, r=workingjubileeMatthias Krüger-4/+56
2023-08-01Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errorsbors-90/+87
2023-07-31Directly link more target docsJubilee Young-5/+5
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-61/+43
2023-08-01Make coverage expression IDs count up from 0, not down from `u32::MAX`Zalathar-71/+49
2023-08-01Replace `ExpressionOperandId` with enum `Operand`Zalathar-147/+96
2023-08-01Add some line comments to enum `CoverageKind`Zalathar-0/+4
2023-08-01Auto merge of #114310 - flip1995:clippyup, r=Manishearthbors-2143/+7968
2023-07-31Link to the Rust edition guide for more information about editionsJosh Triplett-4/+6
2023-07-31style-guide: Document style editions, start 2024 style editionJosh Triplett-0/+45
2023-07-31[rustc_data_structures] Simplify SortedMap::insert.Taras Tsugrii-3/+2
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-134/+228
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-2143/+7968
2023-07-31Auto merge of #114307 - matthiaskrgr:rollup-8k5rq16, r=matthiaskrgrbors-36/+159
2023-07-31Update booksrustbot-0/+0
2023-07-31Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnrMatthias Krüger-5/+60
2023-07-31Rollup merge of #114193 - crlf0710:lexer_unicode15, r=ManishearthMatthias Krüger-76/+36
2023-07-31Rollup merge of #114182 - Ddystopia:cleanup-after-113312, r=lcnrMatthias Krüger-2/+4
2023-07-31Rollup merge of #114165 - ouz-a:smir1, r=spastorinoMatthias Krüger-7/+85
2023-07-31Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-SimulacrumMatthias Krüger-6/+19
2023-07-31Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnayMatthias Krüger-0/+2
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-38/+22
2023-07-31Rollup merge of #114111 - allaboutevemirolive:add-test-case-string, r=Mark-Si...Matthias Krüger-2/+46
2023-07-31Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkovMatthias Krüger-23/+64
2023-07-31Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-SimulacrumMatthias Krüger-1/+5
2023-07-31Rollup merge of #113889 - fortanix:raoul/fix_ice_tests_for_sgx_platform, r=Ma...Matthias Krüger-0/+2
2023-07-31Rollup merge of #113740 - tgross35:use-shallow-submodules, r=Mark-SimulacrumMatthias Krüger-0/+11
2023-07-31Rollup merge of #113725 - mati865:config-move-mingw-option-to-dist, r=Mark-Si...Matthias Krüger-4/+4
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-5/+5