about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-10Update variable name to fix `unused_variables` warningDuo Wang-1/+1
2023-11-10Auto merge of #117779 - bjorn3:sync_cg_clif-2023-11-10, r=bjorn3bors-67/+961
2023-11-10Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202...bjorn3-67/+961
2023-11-10Rustup to rustc 1.75.0-nightly (0f44eb32f 2023-11-09)bjorn3-6/+5
2023-11-10Sync from rust 0f44eb32f1123ac93ab404d74c295263ce468343bjorn3-1/+0
2023-11-10Auto merge of #117765 - onur-ozkan:fix-117762, r=clubby789bors-0/+6
2023-11-10Auto merge of #117572 - RalfJung:addr_of, r=cuviperbors-6/+24
2023-11-10mention null explicitlyRalf Jung-2/+2
2023-11-10Auto merge of #117750 - klensy:icu-followup, r=Nilstriebbors-27/+18
2023-11-10Auto merge of #117769 - matthiaskrgr:rollup-4efjlg3, r=matthiaskrgrbors-229/+442
2023-11-10Rollup merge of #117751 - aDotInTheVoid:unkind, r=GuillaumeGomezMatthias Krüger-2/+3
2023-11-10Rollup merge of #117743 - sjwang05:issue-117720, r=estebankMatthias Krüger-4/+97
2023-11-10Rollup merge of #117741 - eltociear:patch-23, r=compiler-errorsMatthias Krüger-1/+1
2023-11-10Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviperMatthias Krüger-13/+136
2023-11-10Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviperMatthias Krüger-0/+10
2023-11-10Rollup merge of #114191 - rcvalle:rust-exploit-mitigations, r=cuviperMatthias Krüger-209/+195
2023-11-10Closure-consuming helper functions for `fmt::Debug` helpersJohn Millikin-13/+136
2023-11-09Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercotebors-3/+23
2023-11-09enable unstable feature on `x clean [PATH]`onur-ozkan-0/+6
2023-11-09Auto merge of #117708 - onur-ozkan:x-setup, r=clubby789bors-104/+112
2023-11-09Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68bors-21/+93
2023-11-09Emit #[inline] on derive(Debug)Ben Kimock-3/+23
2023-11-09Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726bors-91/+140
2023-11-09fmtPietro Albini-4/+1
2023-11-09Auto merge of #117734 - nnethercote:rm-Zstrip, r=davidtwcobors-12/+2
2023-11-09rustdoc-json: Fix test so it actuall checks thingsAlona Enraght-Moony-2/+3
2023-11-09bump few ICU4X leftover depsklensy-27/+18
2023-11-09Auto merge of #117632 - Nilstrieb:icup, r=davidtwcobors-898/+286
2023-11-09Suggest fix for ; within let-chainssjwang05-4/+97
2023-11-09Fix typo in internal.rsIkko Eltociear Ashimine-1/+1
2023-11-09Auto merge of #117736 - TaKO8Ki:rollup-fjrtmlb, r=TaKO8Kibors-74/+152
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-92/+92
2023-11-09allow users to override the existing configuration during x setuponur-ozkan-1/+11
2023-11-09check config file before prompts on x setuponur-ozkan-13/+11
2023-11-09Rollup merge of #117724 - Kobzol:shim-error-message, r=onur-ozkanTakayuki Maeda-1/+3
2023-11-09Rollup merge of #117723 - onur-ozkan:keep-bootstrap-on-x-clean, r=albertlarsan68Takayuki Maeda-1/+0
2023-11-09Rollup merge of #117705 - tshepang:patch-2, r=NilstriebTakayuki Maeda-1/+1
2023-11-09Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-seTakayuki Maeda-22/+31
2023-11-09Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkovTakayuki Maeda-6/+36
2023-11-09Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJungTakayuki Maeda-43/+81
2023-11-09Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkovbors-14/+30
2023-11-09Remove `-Z strip`.Nicholas Nethercote-12/+2
2023-11-08Auto merge of #117454 - shepmaster:github-actions-m1-tests, r=GuillaumeGomez,...bors-1/+70
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-22/+31
2023-11-08update mir-opt testslcnr-21/+21
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-68/+75
2023-11-08generator layout: ignore fake borrowslcnr-3/+42
2023-11-08Restore rustc shim error messageJakub Beránek-1/+3
2023-11-08speed up `x clean`onur-ozkan-1/+0
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-98/+375