about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-01Ignore test-panic-abort tests on AndroidTyler Mandry-3/+5
2024-01-30Actually abort in panic-abort-testsTyler Mandry-41/+33
2024-01-25Auto merge of #120341 - matthiaskrgr:rollup-lvm59cj, r=matthiaskrgrbors-825/+894
2024-01-25Rollup merge of #120338 - steffahn:provenance_links, r=NilstriebMatthias Krüger-8/+8
2024-01-25Rollup merge of #120332 - mu001999:cleanup/dead_code, r=NilstriebMatthias Krüger-3/+0
2024-01-25Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop...Matthias Krüger-47/+21
2024-01-25Rollup merge of #120316 - GuillaumeGomez:fix-ast-visitor, r=compiler-errorsMatthias Krüger-5/+5
2024-01-25Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkovMatthias Krüger-63/+32
2024-01-25Rollup merge of #120288 - clubby789:bump-askama, r=GuillaumeGomezMatthias Krüger-12/+21
2024-01-25Rollup merge of #120099 - petrochenkov:linkapi, r=WaffleLapkinMatthias Krüger-295/+258
2024-01-25Rollup merge of #118208 - Amanieu:btree_cursor2, r=dtolnayMatthias Krüger-392/+549
2024-01-25Fix links to [strict|exposed] provenance sections of `[std|core]::ptr`Frank Steffahn-8/+8
2024-01-25Auto merge of #120335 - matthiaskrgr:rollup-2a0y3rd, r=matthiaskrgrbors-601/+1588
2024-01-25Rollup merge of #120325 - cuviper:either-data, r=compiler-errorsMatthias Krüger-4/+4
2024-01-25Rollup merge of #120318 - Nadrieril:share-debug-impl, r=compiler-errorsMatthias Krüger-107/+97
2024-01-25Rollup merge of #120317 - Nadrieril:dont-force-slice-of-ty, r=compiler-errorsMatthias Krüger-19/+24
2024-01-25Rollup merge of #120315 - estebank:issue-102629-2, r=wesleywiserMatthias Krüger-0/+137
2024-01-25Rollup merge of #120292 - Zalathar:dismantle, r=oli-obkMatthias Krüger-212/+178
2024-01-25Rollup merge of #120278 - djkoloski:remove_fatal_warnings_wasm, r=oli-obkMatthias Krüger-7/+1
2024-01-25Rollup merge of #120230 - Urgau:for_scope-single-scope, r=michaelwoeristerMatthias Krüger-5/+18
2024-01-25Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasperMatthias Krüger-201/+498
2024-01-25Rollup merge of #119389 - estebank:issue-116925, r=TaKO8KiMatthias Krüger-45/+474
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-1/+157
2024-01-25Auto merge of #119955 - kamalesh0406:master, r=WaffleLapkinbors-18/+56
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-152/+632
2024-01-25What even is CoroutineInfoMichael Goulet-4/+15
2024-01-25Remove coroutine info when building coroutine drop bodyMichael Goulet-43/+6
2024-01-25Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillotbors-437/+404
2024-01-24rustc_data_structures: use either instead of itertoolsJosh Stone-4/+4
2024-01-24Auto merge of #120309 - fmease:rollup-kr7wqy6, r=fmeasebors-408/+614
2024-01-24Improve `Range: Debug` implNadrieril-5/+11
2024-01-24Most of the `DeconstructedPat` `Debug` impl is reusableNadrieril-102/+86
2024-01-24Account for expected `dyn Trait` found `impl Trait`Esteban Küber-0/+81
2024-01-24Don't call `walk_` functions directly if there is an equivalent `visit_` method.Guillaume Gomez-5/+5
2024-01-24On E0308 involving `dyn Trait`, mention trait objectsEsteban Küber-0/+56
2024-01-24Let `ctor_sub_tys` return any Iterator they wantNadrieril-19/+24
2024-01-24Rollup merge of #120299 - michaelwoerister:review-rotation-update, r=davidtwcoLeón Orell Valerian Liehr-63/+73
2024-01-24Rollup merge of #120285 - est31:remove_extra_pound, r=fmeaseLeón Orell Valerian Liehr-11/+11
2024-01-24Rollup merge of #120284 - petrochenkov:typrivisit2, r=oli-obkLeón Orell Valerian Liehr-66/+43
2024-01-24Rollup merge of #120265 - nikic:no-no-system-llvm, r=nagisaLeón Orell Valerian Liehr-33/+13
2024-01-24Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiserLeón Orell Valerian Liehr-97/+17
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-130/+334
2024-01-24Rollup merge of #119460 - Zalathar:improper-region, r=wesleywiserLeón Orell Valerian Liehr-1/+34
2024-01-24Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcmLeón Orell Valerian Liehr-0/+37
2024-01-24Rollup merge of #114764 - pitaj:style-delimited-expressions, r=joshtriplettLeón Orell Valerian Liehr-7/+52
2024-01-24Finishing clone3 clean upAskar Safin-4/+2
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-48/+18
2024-01-24This commit is part of clone3 clean up. As part of clean up we willAskar Safin-11/+12
2024-01-24Correctly explain `ensure_forwards_result_if_red`Oli Scherer-1/+2
2024-01-24Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJungbors-9/+119