{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":32751288,"defaultBranch":"master","name":"rust","ownerLogin":"GuillaumeGomez","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-03-23T18:35:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3050060?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717573545.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"58c1dfea6fc0d2a0a1587e52978d1bde576f3202","ref":"refs/heads/migrate-run-make-symlinked-rlib","pushedAt":"2024-06-05T07:45:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Migrate `run-make/symlinked-rlib` to `rmake.rs`","shortMessageHtmlLink":"Migrate run-make/symlinked-rlib to rmake.rs"}},{"before":"5ee859683f50eb11f88881d6a398664ba7894e41","after":"5426e19aeaaf856138543797c439bf295aac42db","ref":"refs/heads/migrate-run-make-issue-15460","pushedAt":"2024-06-05T07:31:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rename `tests/run-make/issue-15460` into `tests/run-make/link-native-static-lib-to-dylib`","shortMessageHtmlLink":"Rename tests/run-make/issue-15460 into `tests/run-make/link-native-…"}},{"before":"f41c3e9a696518c1c4bdf7f5db7776efe60a5548","after":null,"ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-05T07:04:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"}},{"before":"7e993b24d52367407d52fbc15a194d24f3889476","after":null,"ref":"refs/heads/env-var-helpers","pushedAt":"2024-06-05T07:03:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"}},{"before":"3101f3ef44eb2e6b624dea944940cc14f28e3ba4","after":"d8b00ba3b728484721d1325a8bc1a4bef3c4ce82","ref":"refs/heads/migrate-run-make-used","pushedAt":"2024-06-05T06:56:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Migrate `run-make/used` to `migrate.rs`","shortMessageHtmlLink":"Migrate run-make/used to migrate.rs"}},{"before":"c5469abe4f6319909fc591c5e8ae143cce5952dc","after":"3101f3ef44eb2e6b624dea944940cc14f28e3ba4","ref":"refs/heads/migrate-run-make-used","pushedAt":"2024-06-05T06:56:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Migrate `run-make/used` to `migrate.rs`","shortMessageHtmlLink":"Migrate run-make/used to migrate.rs"}},{"before":"7008b208bbb9c1b5716c368a4a3b6c11cbf61711","after":"c5469abe4f6319909fc591c5e8ae143cce5952dc","ref":"refs/heads/copy-code","pushedAt":"2024-06-05T06:54:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Unify UI between code block buttons and top buttons","shortMessageHtmlLink":"Unify UI between code block buttons and top buttons"}},{"before":"3101f3ef44eb2e6b624dea944940cc14f28e3ba4","after":"c5469abe4f6319909fc591c5e8ae143cce5952dc","ref":"refs/heads/migrate-run-make-used","pushedAt":"2024-06-04T19:59:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Unify UI between code block buttons and top buttons","shortMessageHtmlLink":"Unify UI between code block buttons and top buttons"}},{"before":"532aa9a81d383abfc1d8b59e398d9843524fb2f9","after":"f41c3e9a696518c1c4bdf7f5db7776efe60a5548","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125973 - Zalathar:pretty, r=lqd\n\nRemove `tests/run-make-fulldeps/pretty-expanded`\n\nThis was an ancient regression test for #12685, caused by `-Zunpretty=expanded` crashing on certain code produced by `#[derive(RustcEncodable)]`.\n\nGiven that this test predates `//@ pretty-expanded` tests, and was tied to ancient implementation details of the pretty-printer and `#[derive(RustcEncodable)]` (which the test no longer even uses), I think we can safely delete it.\n\n---\n\nSpotted via #125948.","shortMessageHtmlLink":"Rollup merge of rust-lang#125973 - Zalathar:pretty, r=lqd"}},{"before":"47265df3f0042e3312c26dad9e805e5c146b37b6","after":"532aa9a81d383abfc1d8b59e398d9843524fb2f9","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmease\n\nInclude trailing commas in wrapped function declarations [RustDoc]\n\nFixes #125901.","shortMessageHtmlLink":"Rollup merge of rust-lang#125946 - Sergi-Ferrez:master, r=notriddle,f…"}},{"before":"1f1b644f25e381404868a526755a3a2d7e1048e1","after":"47265df3f0042e3312c26dad9e805e5c146b37b6","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqd\n\nUpdate fuchsia maintainers\n\nThis makes the maintainers list in the docs line up with the current [fuchsia team](https://github.com/rust-lang/team/blob/master/teams/fuchsia.toml).","shortMessageHtmlLink":"Rollup merge of rust-lang#125944 - P1n3appl3:fuchsia, r=lqd"}},{"before":"b6b1a4663176db73cfe47f1b508d7efecb27ee46","after":"1f1b644f25e381404868a526755a3a2d7e1048e1","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125933 - rustbot:docs-update, r=ehuss\n\nUpdate books\n\n## rust-lang/book\n\n6 commits in 85442a608426d3667f1c9458ad457b241a36b569..5228bfac8267ad24659a81b92ec5417976b5edbc\n2024-05-29 20:55:49 UTC to 2024-05-27 17:22:03 UTC\n\n- Fix typo in ch10-03 (rust-lang/book#3539)\n- Backport changes to ch 9 and 10 (rust-lang/book#3946)\n- infra: correctly support preprocessors for nostarch (rust-lang/book#3944)\n- Use `` instead of `` (rust-lang/book#3945)\n- infra: Fix clippy warning in remove_markup (rust-lang/book#3943)\n- fix: ch10-03 - misleading use of expect on .split (rust-lang/book#3939)\n\n## rust-lang/edition-guide\n\n2 commits in 0c68e90acaae5a611f8f5098a3c2980de9845ab2..bbaabbe088e21a81a0d9ae6757705020d5d7b416\n2024-05-24 19:07:18 UTC to 2024-05-21 22:40:52 UTC\n\n- 2024: Document reserving `gen` keyword (rust-lang/edition-guide#300)\n- 2024: Document cargo changes (rust-lang/edition-guide#301)\n\n## rust-embedded/book\n\n1 commits in dd962bb82865a5284f2404e5234f1e3222b9c022..b10c6acaf0f43481f6600e95d4b5013446e29f7a\n2024-05-31 08:51:50 UTC to 2024-05-31 08:51:50 UTC\n\n- Add some explanations as to why exception re-entrancy may still be an issue in a multicore-environment. (rust-embedded/book#367)\n\n## rust-lang/reference\n\n6 commits in e356977fceaa8591c762312d8d446769166d4b3e..6019b76f5b28938565b251bbba0bf5cc5c43d863\n2024-06-03 15:58:57 UTC to 2024-05-25 18:35:54 UTC\n\n- Add Apple `target_abi` values to the example values (rust-lang/reference#1507)\n- this needs a space (rust-lang/reference#1506)\n- Mention Variadics With No Fixed Parameter (rust-lang/reference#1494)\n- Add \"scopes\" chapter. (rust-lang/reference#1040)\n- update patterns.md for const pattern RFC (rust-lang/reference#1456)\n- document guarantee about evaluation of associated consts and const blocks (rust-lang/reference#1497)\n\n## rust-lang/rust-by-example\n\n3 commits in 20482893d1a502df72f76762c97aed88854cdf81..4840dca06cadf48b305d3ce0aeafde7f80933f80\n2024-05-28 13:56:12 UTC to 2024-05-27 11:51:10 UTC\n\n- Update mdbook-i18n-helpers to 0.3.3 (rust-lang/rust-by-example#1857)\n- Fix CI failure (rust-lang/rust-by-example#1856)\n- Add precision on From/Into asymmetry to from_into.md (rust-lang/rust-by-example#1855)\n\n## rust-lang/rustc-dev-guide\n\n4 commits in b6d4a4940bab85cc91eec70cc2e3096dd48da62d..6a7374bd87cbac0f8be4fd4877d8186d9c313985\n2024-05-31 00:27:28 UTC to 2024-05-21 09:56:12 UTC\n\n- Flesh out the \"representing types\" chapter (rust-lang/rustc-dev-guide#1985)\n- sync the stage0 filename (rust-lang/rustc-dev-guide#1979)\n- Add Rust for Linux notification group entry (rust-lang/rustc-dev-guide#1984)\n- fix some typos (rust-lang/rustc-dev-guide#1983)","shortMessageHtmlLink":"Rollup merge of rust-lang#125933 - rustbot:docs-update, r=ehuss"}},{"before":"610592b5fe5e8382dcda475ef99f7b75cf0f278b","after":"b6b1a4663176db73cfe47f1b508d7efecb27ee46","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125932 - schvv31n:patch-1, r=lqd\n\nFix typo in the docs of `HashMap::raw_entry_mut`\n\n","shortMessageHtmlLink":"Rollup merge of rust-lang#125932 - schvv31n:patch-1, r=lqd"}},{"before":"d9e149d9d856039695e7056f793719e91e547e33","after":"610592b5fe5e8382dcda475ef99f7b75cf0f278b","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:36.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125930 - weihanglo:opt-dist-respect-cargo-config, r=Kobzol\n\nfeat(opt-dist): new flag `--benchmark-cargo-config`\n\nThis should be the last piece toward self-contained `opt-dist` (I believe).\n\nThe flag propagates cargo configs to `rustc-perf --cargo-config`,\nwhich is particularly useful when the environment is air-gapped,\nand you want to use the default set of training crates vendored\nin the rustc-src tarball.\n\nIt fixes the issue described in #125465\n\n> * The current pinned rustc-perf uses `tempfile::Tempdir` as the working\n directory when collecting profiles from some of these packages.\n This \"tmp\" working directory usage make it impossible for Cargo to pick\n up the correct vendor sources setting in `.cargo/config.toml` bundled\n in the rustc-src tarball. [^1]\n> [^1]: https://github.com/rust-lang/rustc-perf/blob/4f313add609f43e928e98132358e8426ed3969ae/collector/src/compile/benchmark/mod.rs#L164-L173\n\nSee also\n\n* \n* \n* https://rust-lang.zulipchat.com/#narrow/stream/247081-t-compiler.2Fperformance/topic/tempfile.20in.20rustc-perf.20make.20it.20hard.20to.20configure.20vendor\n\nr​? Kobzol","shortMessageHtmlLink":"Rollup merge of rust-lang#125930 - weihanglo:opt-dist-respect-cargo-c…"}},{"before":"5364a14370efc70d03895104f1bf20233652631a","after":"d9e149d9d856039695e7056f793719e91e547e33","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbini\n\nIgnore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targets\n\nhttps://github.com/rust-lang/rust/pull/123803 added this test which requires unwinding to succeed. This conditionally ignores the test on non-unwind targets (as is the case with other tests using `catch_unwind`).","shortMessageHtmlLink":"Rollup merge of rust-lang#125927 - ferrocene:lw-alloc-unwind-test, r=…"}},{"before":"ee04e0f35ed516e4f1cc6a12c28838eaf98a16d1","after":"5364a14370efc70d03895104f1bf20233652631a","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125917 - GuillaumeGomez:env-var-helpers, r=jieyouxu\n\nCreate `run-make` `env_var` and `env_var_os` helpers\n\nAs mentioned in https://github.com/rust-lang/rust/pull/125886. It's quite useful to know which environment variable failed, so better provide a helper helping with that.\n\nr? `@jieyouxu`","shortMessageHtmlLink":"Rollup merge of rust-lang#125917 - GuillaumeGomez:env-var-helpers, r=…"}},{"before":"fa96e2cb4f1b0b1c4de128005658826631ed1d10","after":"ee04e0f35ed516e4f1cc6a12c28838eaf98a16d1","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:34.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nilstrieb\n\nExplain differences between `{Once,Lazy}{Cell,Lock}` types\n\nThe question of \"which once-ish cell-ish type should I use?\" has been raised multiple times, and is especially important now that we have stabilized the `LazyCell` and `LazyLock` types. The answer for the `Lazy*` types is that you would be better off using them if you want to use what is by far the most common pattern: initialize it with a single nullary function that you would call at every `get_or_init` site. For everything else there's the `Once*` types.\n\n\"For everything else\" is a somewhat weak motivation, as it only describes by negation. While contrasting them is inevitable, I feel positive motivations are more understandable. For this, I now offer a distinct example that helps explain why `OnceLock` can be useful, despite `LazyLock` existing: you can do some cool stuff with it that `LazyLock` simply can't support due to its mere definition.\n\nThe pair of `std::sync::*Lock`s are usable inside a `static`, and can serve roles in async or multithreaded (or asynchronously multithreaded) programs that `*Cell`s cannot. Because of this, they received most of my attention.\n\nFixes #124696\nFixes #125615","shortMessageHtmlLink":"Rollup merge of rust-lang#125696 - workingjubilee:please-dont-say-you…"}},{"before":"44701e070c8453df10df1984944258018ac21610","after":"190f221dba5d9d89707d4a75974ab7a231bdae1d","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=Amanieu\n\nAdd function `core::iter::chain`\n\nThe addition of `core::iter::zip` (#82917) set a precedent for adding plain functions for iterator adaptors. Adding `chain` makes it a little easier to `chain` two iterators.\n\n```rust\nfor (x, y) in chain(xs, ys) {}\n// vs.\nfor (x, y) in xs.into_iter().chain(ys) {}\n```\n\nThere is prior art for the utility of this in [`itertools::chain`](https://docs.rs/itertools/latest/itertools/fn.chain.html).\n\nApproved ACP https://github.com/rust-lang/libs-team/issues/154","shortMessageHtmlLink":"Rollup merge of rust-lang#106186 - rossmacarthur:ft/iter-chain, r=Ama…"}},{"before":"190f221dba5d9d89707d4a75974ab7a231bdae1d","after":"fa96e2cb4f1b0b1c4de128005658826631ed1d10","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:33.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank\n\nConvert `proc_macro_back_compat` lint to an unconditional error.\n\nWe still check for the `rental`/`allsorts-rental` crates. But now if they are detected we just emit a fatal error, instead of emitting a warning and providing alternative behaviour.\n\nThe original \"hack\" implementing alternative behaviour was added in #73345.\n\nThe lint was added in #83127.\n\nThe tracking issue is #83125.\n\nThe direct motivation for the change is that providing the alternative behaviour is interfering with #125174 and follow-on work.\n\nr? ``@estebank``","shortMessageHtmlLink":"Rollup merge of rust-lang#125596 - nnethercote:rental-hard-error, r=e…"}},{"before":null,"after":"44701e070c8453df10df1984944258018ac21610","ref":"refs/heads/rollup-xu69i13","pushedAt":"2024-06-04T19:41:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr\n\nSimplify `IntVarValue`/`FloatVarValue`\n\nr? `@ghost`","shortMessageHtmlLink":"Auto merge of rust-lang#123536 - compiler-errors:simplify-int-float, …"}},{"before":null,"after":"3101f3ef44eb2e6b624dea944940cc14f28e3ba4","ref":"refs/heads/migrate-run-make-used","pushedAt":"2024-06-04T19:39:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Migrate `run-make/used` to `migrate.rs`","shortMessageHtmlLink":"Migrate run-make/used to migrate.rs"}},{"before":"12588e97333c72c369cdefd80b43ef584fa70dd7","after":"7e993b24d52367407d52fbc15a194d24f3889476","ref":"refs/heads/env-var-helpers","pushedAt":"2024-06-04T19:08:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Create `run-make` `env_var` and `env_var_os` helpers","shortMessageHtmlLink":"Create run-make env_var and env_var_os helpers"}},{"before":"2db959367e6f2a592893bfb79d9fb11569c40f2e","after":"7008b208bbb9c1b5716c368a4a3b6c11cbf61711","ref":"refs/heads/copy-code","pushedAt":"2024-06-03T19:27:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Unify UI between code block buttons and top buttons","shortMessageHtmlLink":"Unify UI between code block buttons and top buttons"}},{"before":"56699f9f19ba6b4b74b1e2e4dfb210e0f4908c9f","after":"5ee859683f50eb11f88881d6a398664ba7894e41","ref":"refs/heads/migrate-run-make-issue-15460","pushedAt":"2024-06-03T17:52:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Rename `tests/run-make/issue-15460` into `tests/run-make/link-native-static-lib-to-dylib`","shortMessageHtmlLink":"Rename tests/run-make/issue-15460 into `tests/run-make/link-native-…"}},{"before":"77b1556c77cc5014e473657494559302867a1155","after":"2db959367e6f2a592893bfb79d9fb11569c40f2e","ref":"refs/heads/copy-code","pushedAt":"2024-06-03T08:46:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Make \"copy code\" button the same size as the \"copy path\" button","shortMessageHtmlLink":"Make \"copy code\" button the same size as the \"copy path\" button"}},{"before":null,"after":"12588e97333c72c369cdefd80b43ef584fa70dd7","ref":"refs/heads/env-var-helpers","pushedAt":"2024-06-03T08:28:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Create `run-make` `env_var` and `env_var_os` helpers","shortMessageHtmlLink":"Create run-make env_var and env_var_os helpers"}},{"before":"ff3ac98f6730d73f1f4241c72019a76ab0d9bdcb","after":"77b1556c77cc5014e473657494559302867a1155","ref":"refs/heads/copy-code","pushedAt":"2024-06-03T07:55:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Make \"copy code\" button the same size as the \"copy path\" button","shortMessageHtmlLink":"Make \"copy code\" button the same size as the \"copy path\" button"}},{"before":"cfec3cc7d5637190f0324c8cf7cd222cedc9dc39","after":"56699f9f19ba6b4b74b1e2e4dfb210e0f4908c9f","ref":"refs/heads/migrate-run-make-issue-15460","pushedAt":"2024-06-03T07:49:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Add missing `MSVC_LIB_PATH` env var","shortMessageHtmlLink":"Add missing MSVC_LIB_PATH env var"}},{"before":"36aba94f1b9c053833ada18ecae986516d7d385b","after":"cfec3cc7d5637190f0324c8cf7cd222cedc9dc39","ref":"refs/heads/migrate-run-make-issue-15460","pushedAt":"2024-06-03T07:41:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"},"commit":{"message":"Add missing `MSVC_LIB_PATH` env var","shortMessageHtmlLink":"Add missing MSVC_LIB_PATH env var"}},{"before":"32933a6869281aaa7718be4c42f5a2b0c9c9c4cf","after":null,"ref":"refs/heads/migrate-run-make-c-link-to-rust-dylib","pushedAt":"2024-06-03T07:27:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GuillaumeGomez","name":"Guillaume Gomez","path":"/GuillaumeGomez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3050060?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXNIdDAA","startCursor":null,"endCursor":null}},"title":"Activity · GuillaumeGomez/rust"}