{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":432188614,"defaultBranch":"master","name":"rust","ownerLogin":"maxxcs","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-26T13:29:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11471674?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1637933376.30304","currentOid":""},"activityList":{"items":[{"before":"a7e3b1c8c5964113d0866b11114cbdaffd779a2e","after":"e59f2c544a0b0319c5e576e5b010afffa1b5c861","ref":"refs/heads/master","pushedAt":"2024-04-26T02:22:11.000Z","pushType":"push","commitsCount":2309,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #124388 - compiler-errors:rollup-v17b8fm, r=compiler-errors\n\nRollup of 4 pull requests\n\nSuccessful merges:\n\n - #124076 (Stablise io_error_downcast)\n - #124378 (Keep the LIB env var in the compiler-builtins test)\n - #124379 (Remove special-casing for `SimplifiedType` for next solver)\n - #124381 (Renamed `DerivedObligation` to `WellFormedDeriveObligation`)\n\nr? `@ghost`\n`@rustbot` modify labels: rollup","shortMessageHtmlLink":"Auto merge of rust-lang#124388 - compiler-errors:rollup-v17b8fm, r=co…"}},{"before":"41d97c8a5dea2731b0e56fe97cd7cb79e21cff79","after":"a7e3b1c8c5964113d0866b11114cbdaffd779a2e","ref":"refs/heads/master","pushedAt":"2024-04-01T20:26:04.000Z","pushType":"push","commitsCount":3191,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDenton\n\nstd::thread: adding get_name implementation for solaris/illumos.\n\nTHREAD_NAME_MAX is 32 (31 max + 1 for the null terminator).","shortMessageHtmlLink":"Auto merge of rust-lang#123315 - devnexen:thread_get_name_solaris, r=…"}},{"before":"ea37e8091fe87ae0a7e204c034e7d55061e56790","after":"41d97c8a5dea2731b0e56fe97cd7cb79e21cff79","ref":"refs/heads/master","pushedAt":"2024-03-05T12:35:34.000Z","pushType":"push","commitsCount":2910,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgr\n\nRollup of 10 pull requests\n\nSuccessful merges:\n\n - #121213 (Add an example to demonstrate how Rc::into_inner works)\n - #121262 (Add vector time complexity)\n - #121287 (Clarify/add `must_use` message for Rc/Arc/Weak::into_raw.)\n - #121664 (Adjust error `yield`/`await` lowering)\n - #121826 (Use root obligation on E0277 for some cases)\n - #121838 (Use the correct logic for nested impl trait in assoc types)\n - #121913 (Don't panic when waiting on poisoned queries)\n - #121987 (pattern analysis: abort on arity mismatch)\n - #121993 (Avoid using unnecessary queries when printing the query stack in panics)\n - #121997 (interpret/cast: make more matches on FloatTy properly exhaustive)\n\nr? `@ghost`\n`@rustbot` modify labels: rollup","shortMessageHtmlLink":"Auto merge of rust-lang#122012 - matthiaskrgr:rollup-bzqjj2n, r=matth…"}},{"before":"085acd02d4abaf2ccaf629134caa83cfe23283c8","after":"ea37e8091fe87ae0a7e204c034e7d55061e56790","ref":"refs/heads/master","pushedAt":"2024-02-05T19:48:37.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum\n\nUpdate stdarch submodule\n\nSplits up #27731 into multiple tracking issues.\n\nCloses #27731","shortMessageHtmlLink":"Auto merge of rust-lang#117372 - Amanieu:stdarch_update, r=Mark-Simul…"}},{"before":"498553fc04f6a3fdc53412320f4e913bc53bc267","after":"085acd02d4abaf2ccaf629134caa83cfe23283c8","ref":"refs/heads/master","pushedAt":"2023-09-27T12:29:49.000Z","pushType":"push","commitsCount":9858,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #116193 - matthiaskrgr:rollup-wpt7m5t, r=matthiaskrgr\n\nRollup of 4 pull requests\n\nSuccessful merges:\n\n - #115934 (Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things)\n - #116149 (Anonymize binders for `refining_impl_trait` check)\n - #116178 (Add test for `const async fn`)\n - #116187 (Add context to `let: Ty = loop { break };`)\n\nr? `@ghost`\n`@rustbot` modify labels: rollup","shortMessageHtmlLink":"Auto merge of rust-lang#116193 - matthiaskrgr:rollup-wpt7m5t, r=matth…"}},{"before":"e4dae0dac76436ada630b519f5fbf0b373bc5974","after":"498553fc04f6a3fdc53412320f4e913bc53bc267","ref":"refs/heads/master","pushedAt":"2023-05-29T17:44:48.745Z","pushType":"push","commitsCount":3111,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu\n\nStabilize inline asm for LoongArch64\n\nThis PR is used to tracking for stabilize `inline asm` for LoongArch64.\n\n**Status**\n\n- [x] https://github.com/rust-lang/rust/pull/111237\n- [x] https://github.com/rust-lang/rust/pull/111332\n- [ ] https://github.com/rust-lang/reference/pull/1357\n\nAny others I missed?\n\nr? `@Amanieu`","shortMessageHtmlLink":"Auto merge of rust-lang#111235 - loongarch-rs:stabilize-asm, r=Amanieu"}},{"before":"17675855094906ba90aca2f119be8fb7afc4d456","after":"e4dae0dac76436ada630b519f5fbf0b373bc5974","ref":"refs/heads/master","pushedAt":"2023-04-13T19:00:41.688Z","pushType":"push","commitsCount":790,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #110079 - fee1-dead-contrib:bump-futures, r=Mark-Simulacrum\n\nbump `futures` to use syn 2.0\n\ncc #109302","shortMessageHtmlLink":"Auto merge of rust-lang#110079 - fee1-dead-contrib:bump-futures, r=Ma…"}},{"before":"ab9bb3ea368b2412531a3e8c07ba73d1dd690134","after":"17675855094906ba90aca2f119be8fb7afc4d456","ref":"refs/heads/master","pushedAt":"2023-04-03T18:23:19.294Z","pushType":"push","commitsCount":1010,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrum\n\nUpdate compiler-builtins to 0.1.91 to bring in msp430 shift primitive…\n\n… fixes.\n\nThis fixes unsoundness on MSP430 where `compiler-builtins` and LLVM didn't agree on the width of the shift amount argument of the shifting primitives (4 bytes vs 2 bytes). See https://github.com/rust-lang/compiler-builtins/pull/522 for more details.","shortMessageHtmlLink":"Auto merge of rust-lang#109756 - cr1901:msp-shift, r=Mark-Simulacrum"}},{"before":"f6cc345be403d481b4518e151218118c2a9eb4bb","after":"ab9bb3ea368b2412531a3e8c07ba73d1dd690134","ref":"refs/heads/master","pushedAt":"2023-03-19T15:12:38.257Z","pushType":"push","commitsCount":6393,"pusher":{"login":"maxxcs","name":"Max","path":"/maxxcs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11471674?s=80&v=4"},"commit":{"message":"Auto merge of #109326 - nikic:revert-llvm-16, r=the8472\n\nRevert \"Auto merge of #107224 - nikic:llvm-16, r=cuviper\"\n\nThis reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5.\n\nThe LLVM 16 upgrade is almost certainly responsible for the CI segfaults that were observed after it landed, looking something like this:\n```\nBuilding stage1 library artifacts (x86_64-unknown-linux-gnu)\nerror: failed to run `rustc` to learn about target-specific information\n\nCaused by:\n process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc - --crate-name ___ --print=file-names -Csymbol-mangling-version=legacy -Zunstable-options -Zunstable-options '--check-cfg=values(bootstrap)' '--check-cfg=values(stdarch_intel_sde)' '--check-cfg=values(no_fp_fmt_parse)' '--check-cfg=values(no_global_oom_handling)' '--check-cfg=values(no_rc)' '--check-cfg=values(no_sync)' '--check-cfg=values(freebsd12)' '--check-cfg=values(backtrace_in_libstd)' '--check-cfg=values(target_env,\"libnx\")' '--check-cfg=values(target_arch,\"asmjs\",\"spirv\",\"nvptx\",\"xtensa\")' -Zmacro-backtrace -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Csplit-debuginfo=off -Cprefer-dynamic -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/nightly/\")' --target x86_64-unknown-linux-gnu --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 254)\n --- stderr\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0x97f0b3)[0x7faee84e60b3]\n /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7faee77f2090]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libLLVM-16-rust-1.70.0-nightly.so(+0x7262e06)[0x7faee608fe06]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0xd10ad4)[0x7faee8877ad4]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0xbcb6cc)[0x7faee87326cc]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0xbca804)[0x7faee8731804]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(_RNvXs5_Cs7DTEPoQIU0M_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsiydnvZ3aRh1_17rustc_codegen_ssa6traits7backend14CodegenBackend15target_features+0x1b)[0x7faee879183b]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(_RNvNtCsbMR7lNZiyEF_15rustc_interface4util17add_configuration+0x37)[0x7faee85d38f7]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(_RNvNtCsbMR7lNZiyEF_15rustc_interface4util14create_session+0x89d)[0x7faee85d439d]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0x989600)[0x7faee84f0600]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0x984380)[0x7faee84eb380]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-fdca23ff32bf7124.so(+0x985ec3)[0x7faee84ecec3]\n /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-2268eb07c4da6a07.so(rust_metadata_std_e292dd3bffb96032+0xca4ae)[0x7faee7a6f4ae]\n /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7faedec0d609]\n /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7faee78ce133]\n [RUSTC-TIMING] ___ test:false 0.203\n rustc exited with signal: 11 (SIGSEGV) (core dumped)\n```\n\nr? `@ehuss`","shortMessageHtmlLink":"Auto merge of rust-lang#109326 - nikic:revert-llvm-16, r=the8472"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOr08UAA","startCursor":null,"endCursor":null}},"title":"Activity · maxxcs/rust"}