about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-29Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3bors-34/+64
2023-05-29Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkinbors-287/+308
2023-05-29Auto merge of #112055 - matthiaskrgr:rollup-y3exx8c, r=matthiaskrgrbors-11/+135
2023-05-29Rollup merge of #112045 - Sp00ph:update_current_impl, r=AmanieuMatthias Krüger-2/+3
2023-05-29Rollup merge of #112042 - GuillaumeGomez:migrate-gui-test-color-8, r=notriddleMatthias Krüger-6/+6
2023-05-29Rollup merge of #112039 - devnexen:solarish_compiler_spec_update, r=jackh726Matthias Krüger-2/+2
2023-05-29Rollup merge of #112037 - Nemo157:e0133-unsafe_op_in_unsafe_fn, r=petrochenkovMatthias Krüger-1/+18
2023-05-29Rollup merge of #112029 - jieyouxu:typo-const-in-const-param-def, r=cjgillotMatthias Krüger-0/+106
2023-05-29Auto merge of #111963 - nnethercote:inline-derived-hash, r=lqdbors-19/+27
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-287/+308
2023-05-28Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillotbors-771/+927
2023-05-28Auto merge of #112006 - kylematsuda:earlybinder-private, r=jackh726bors-113/+123
2023-05-28Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-05-28Add documentation on skip_binder on how to get &T from &EarlyBinder<T>Kyle Matsuda-0/+3
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-54/+57
2023-05-28Replace EarlyBinder(x) with EarlyBinder::new(x)Kyle Matsuda-59/+63
2023-05-28Update current impl comment for `select_nth_unstable_by_key`Markus Everling-2/+3
2023-05-28Auto merge of #111755 - Zoxc:sharded-switch, r=cjgillotbors-10/+38
2023-05-28Add some commentsJohn Kåre Alsaker-0/+4
2023-05-28Don't access self.mask with a single shardJohn Kåre Alsaker-1/+1
2023-05-28compiler: update solaris and illumos spec to support TSAN.David Carlier-2/+2
2023-05-28Auto merge of #112026 - saethlin:misaligned-addrof, r=pnkfelixbors-0/+23
2023-05-28Use only one shard with a single threadJohn Kåre Alsaker-10/+34
2023-05-28Add details about `unsafe_op_in_unsafe_fn` to E0133Wim Looman-1/+18
2023-05-28Auto merge of #112001 - saethlin:enable-matchbranchsimplification, r=cjgillotbors-7/+50
2023-05-28Recover upon encountering mistyped `Const` in const param def许杰友 Jieyou Xu (Joe)-0/+106
2023-05-28Auto merge of #112028 - fee1-dead-contrib:rollup-4xxzxd0, r=fee1-deadbors-11/+13
2023-05-28Rollup merge of #112005 - sladyn98:item-foreign-types, r=GuillaumeGomezfee1-dead-6/+8
2023-05-28Rollup merge of #110081 - fee1-dead-contrib:bump-thiserror, r=Mark-Simulacrumfee1-dead-5/+5
2023-05-28bump `thiserror` to use syn 2.0Deadbeef-5/+5
2023-05-28Auto merge of #112000 - wesleywiser:safestack, r=Amanieubors-91/+82
2023-05-28Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkovbors-27/+207
2023-05-27Auto merge of #112023 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-48/+1
2023-05-27Auto merge of #112025 - matthiaskrgr:rollup-j693v67, r=matthiaskrgrbors-94/+141
2023-05-27Migrate to Askamasladynnunes-6/+8
2023-05-27Exclude Rvalue::AddressOf for raw pointer deref alignment checksBen Kimock-0/+8
2023-05-27Add a test for misaligned pointer derefs inside addr_of!Ben Kimock-0/+15
2023-05-27Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,...Mark Rousskov-47/+0
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-43/+39
2023-05-27Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomezMatthias Krüger-42/+61
2023-05-27Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=AmanieuMatthias Krüger-2/+2
2023-05-27Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwcoMatthias Krüger-1/+13
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-5/+24
2023-05-27Rollup merge of #108630 - overlookmotel:realloc-docs-fix, r=AmanieuMatthias Krüger-1/+2
2023-05-27Bump to 1.72.0Mark Rousskov-1/+1
2023-05-27Auto merge of #111006 - Mark-Simulacrum:relnotes, r=Mark-Simulacrumbors-0/+136
2023-05-27Try enabling MatchBranchSimplificationBen Kimock-7/+50
2023-05-271.70.0 release notesMark Rousskov-0/+136
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-5/+24
2023-05-27Auto merge of #110975 - Amanieu:panic_count, r=joshtriplettbors-86/+149