{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":86481216,"defaultBranch":"master","name":"dir-diff","ownerLogin":"assert-rs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-03-28T16:12:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36999732?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725387817.0","currentOid":""},"activityList":{"items":[{"before":"46f06c356d8e5735720738fbc7f3436c48c5d2f5","after":null,"ref":"refs/heads/renovate/embarkstudios-cargo-deny-action-2.x","pushedAt":"2024-09-03T18:23:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"9c2a954307c51707569f4b0e315d12b75f68766a","after":"1974162172d8b774a38dde3dbcf77428b04caa47","ref":"refs/heads/master","pushedAt":"2024-09-03T18:23:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #44 from assert-rs/renovate/embarkstudios-cargo-deny-action-2.x\n\nchore(deps): Update EmbarkStudios/cargo-deny-action action to v2","shortMessageHtmlLink":"Merge pull request #44 from assert-rs/renovate/embarkstudios-cargo-de…"}},{"before":null,"after":"46f06c356d8e5735720738fbc7f3436c48c5d2f5","ref":"refs/heads/renovate/embarkstudios-cargo-deny-action-2.x","pushedAt":"2024-09-01T02:17:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update EmbarkStudios/cargo-deny-action action to v2","shortMessageHtmlLink":"chore(deps): Update EmbarkStudios/cargo-deny-action action to v2"}},{"before":"4d5c3da9bea8bf44b0dbef95f419f70649525032","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-07-26T21:10:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"dcc91c77b5d5c947663a85ac6042adf0324174e0","after":"9c2a954307c51707569f4b0e315d12b75f68766a","ref":"refs/heads/master","pushedAt":"2024-07-26T21:10:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.80 (#42)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.79` ->\n`1.80` |\n\n---\n\n### Release Notes\n\n
\nrust-lang/rust (STABLE)\n\n###\n[`v1.80`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1800-2024-07-25)\n\n[Compare\nSource](https://togithub.com/rust-lang/rust/compare/1.79.0...1.80.0)\n\n\\==========================\n\n\n\n## Language\n\n- [Document maximum allocation\nsize](https://togithub.com/rust-lang/rust/pull/116675/)\n- [Allow zero-byte offsets and ZST read/writes on arbitrary\npointers](https://togithub.com/rust-lang/rust/pull/117329/)\n- [Support C23's variadics without a named\nparameter](https://togithub.com/rust-lang/rust/pull/124048/)\n- [Stabilize `exclusive_range_pattern`\nfeature](https://togithub.com/rust-lang/rust/pull/124459/)\n- [Guarantee layout and ABI of `Result` in some\nscenarios](https://togithub.com/rust-lang/rust/pull/124870)\n\n\n\n## Compiler\n\n- [Update cc crate to v1.0.97 allowing additional spectre mitigations on\nMSVC targets](https://togithub.com/rust-lang/rust/pull/124892/)\n- [Allow field reordering on types marked\n`repr(packed(1))`](https://togithub.com/rust-lang/rust/pull/125360/)\n- [Add a lint against never type fallback affecting unsafe\ncode](https://togithub.com/rust-lang/rust/pull/123939/)\n- [Disallow cast with trailing braced macro in\nlet-else](https://togithub.com/rust-lang/rust/pull/125049/)\n- [Expand `for_loops_over_fallibles` lint to lint on fallibles behind\nreferences.](https://togithub.com/rust-lang/rust/pull/125156/)\n- [self-contained linker: retry linking without `-fuse-ld=lld` on CCs\nthat don't support it](https://togithub.com/rust-lang/rust/pull/125417/)\n- [Do not parse CVarArgs (`...`) as a type in trait\nbounds](https://togithub.com/rust-lang/rust/pull/125863/)\n- Improvements to LLDB formatting\n[#​124458](https://togithub.com/rust-lang/rust/pull/124458)\n[#​124500](https://togithub.com/rust-lang/rust/pull/124500)\n- [For the wasm32-wasip2 target default to PIC and do not use\n`-fuse-ld=lld`](https://togithub.com/rust-lang/rust/pull/124858/)\n- [Add x86\\_64-unknown-linux-none as a tier 3\ntarget](https://togithub.com/rust-lang/rust/pull/125023/)\n- [Lint on `foo.into_iter()` resolving to `&Box<[T]>:\nIntoIterator`](https://togithub.com/rust-lang/rust/pull/124097/)\n\n\n\n## Libraries\n\n- [Add `size_of` and `size_of_val` and `align_of` and `align_of_val` to\nthe prelude](https://togithub.com/rust-lang/rust/pull/123168/)\n- [Abort a process when FD ownership is\nviolated](https://togithub.com/rust-lang/rust/pull/124210/)\n- [io::Write::write_fmt: panic if the formatter fails when the stream\ndoes not fail](https://togithub.com/rust-lang/rust/pull/125012/)\n- [Panic if `PathBuf::set_extension` would add a path\nseparator](https://togithub.com/rust-lang/rust/pull/125070/)\n- [Add assert_unsafe_precondition to\nunchecked\\_{add,sub,neg,mul,shl,shr}\nmethods](https://togithub.com/rust-lang/rust/pull/121571/)\n- [Update `c_char` on AIX to use the correct\ntype](https://togithub.com/rust-lang/rust/pull/122986/)\n- [`offset_of!` no longer returns a\ntemporary](https://togithub.com/rust-lang/rust/pull/124484/)\n- [Handle sigma in `str.to_lowercase`\ncorrectly](https://togithub.com/rust-lang/rust/pull/124773/)\n- [Raise `DEFAULT_MIN_STACK_SIZE` to at least\n64KiB](https://togithub.com/rust-lang/rust/pull/126059/)\n\n\n\n## Stabilized APIs\n\n- [`impl Default for\nRc`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3CCStr%3E)\n- [`impl Default for\nRc`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3Cstr%3E)\n- [`impl Default for\nRc<[T]>`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3C%5BT%5D%3E)\n- [`impl Default for\nArc`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3Cstr%3E)\n- [`impl Default for\nArc`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3CCStr%3E)\n- [`impl Default for\nArc<[T]>`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3C%5BT%5D%3E)\n- [`impl IntoIterator for\nBox<[T]>`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-IntoIterator-for-Box%3C%5BI%5D,+A%3E)\n- [`impl FromIterator for\nBox`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3CString%3E-for-Box%3Cstr%3E)\n- [`impl FromIterator for\nBox`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3Cchar%3E-for-Box%3Cstr%3E)\n-\n[`LazyCell`](https://doc.rust-lang.org/beta/core/cell/struct.LazyCell.html)\n-\n[`LazyLock`](https://doc.rust-lang.org/beta/std/sync/struct.LazyLock.html)\n-\n[`Duration::div_duration_f32`](https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f32)\n-\n[`Duration::div_duration_f64`](https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f64)\n-\n[`Option::take_if`](https://doc.rust-lang.org/beta/std/option/enum.Option.html#method.take_if)\n-\n[`Seek::seek_relative`](https://doc.rust-lang.org/beta/std/io/trait.Seek.html#method.seek_relative)\n-\n[`BinaryHeap::as_slice`](https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.as_slice)\n-\n[`NonNull::offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset)\n-\n[`NonNull::byte_offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset)\n-\n[`NonNull::add`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.add)\n-\n[`NonNull::byte_add`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_add)\n-\n[`NonNull::sub`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.sub)\n-\n[`NonNull::byte_sub`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_sub)\n-\n[`NonNull::offset_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset_from)\n-\n[`NonNull::byte_offset_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset_from)\n-\n[`NonNull::read`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read)\n-\n[`NonNull::read_volatile`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_volatile)\n-\n[`NonNull::read_unaligned`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_unaligned)\n-\n[`NonNull::write`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write)\n-\n[`NonNull::write_volatile`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_volatile)\n-\n[`NonNull::write_unaligned`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_unaligned)\n-\n[`NonNull::write_bytes`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_bytes)\n-\n[`NonNull::copy_to`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to)\n-\n[`NonNull::copy_to_nonoverlapping`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to_nonoverlapping)\n-\n[`NonNull::copy_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from)\n-\n[`NonNull::copy_from_nonoverlapping`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from_nonoverlapping)\n-\n[`NonNull::replace`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.replace)\n-\n[`NonNull::swap`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.swap)\n-\n[`NonNull::drop_in_place`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.drop_in_place)\n-\n[`NonNull::align_offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.align_offset)\n-\n[`<[T]>::split_at_checked`](https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_checked)\n-\n[`<[T]>::split_at_mut_checked`](https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_mut_checked)\n-\n[`str::split_at_checked`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_checked)\n-\n[`str::split_at_mut_checked`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_mut_checked)\n-\n[`str::trim_ascii`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii)\n-\n[`str::trim_ascii_start`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_start)\n-\n[`str::trim_ascii_end`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_end)\n-\n[`<[u8]>::trim_ascii`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii)\n-\n[`<[u8]>::trim_ascii_start`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_start)\n-\n[`<[u8]>::trim_ascii_end`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_end)\n-\n[`Ipv4Addr::BITS`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#associatedconstant.BITS)\n-\n[`Ipv4Addr::to_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.to_bits)\n-\n[`Ipv4Addr::from_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.from_bits)\n-\n[`Ipv6Addr::BITS`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#associatedconstant.BITS)\n-\n[`Ipv6Addr::to_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.to_bits)\n-\n[`Ipv6Addr::from_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.from_bits)\n- [`Vec::<[T;\nN]>::into_flattened`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html#method.into_flattened)\n- [`<[[T;\nN]]>::as_flattened`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened)\n- [`<[[T;\nN]]>::as_flattened_mut`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened_mut)\n\nThese APIs are now stable in const contexts:\n\n-\n[`<[T]>::last_chunk`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.last_chunk)\n-\n[`BinaryHeap::new`](https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.new)\n\n\n\n## Cargo\n\n- [Stabilize `-Zcheck-cfg` as always\nenabled](https://togithub.com/rust-lang/cargo/pull/13571/)\n- [Warn, rather than fail publish, if a target is\nexcluded](https://togithub.com/rust-lang/cargo/pull/13713/)\n- [Add special `check-cfg` lint config for the `unexpected_cfgs`\nlint](https://togithub.com/rust-lang/cargo/pull/13913/)\n- [Stabilize `cargo update --precise\n`](https://togithub.com/rust-lang/cargo/pull/13974/)\n- [Don't change file permissions on `Cargo.toml` when using `cargo\nadd`](https://togithub.com/rust-lang/cargo/pull/13898/)\n- [Support using `cargo fix` on IPv6-only\nnetworks](https://togithub.com/rust-lang/cargo/pull/13907/)\n\n\n\n## Rustdoc\n\n- [Allow searching for\nreferences](https://togithub.com/rust-lang/rust/pull/124148/)\n- [Stabilize `custom_code_classes_in_docs`\nfeature](https://togithub.com/rust-lang/rust/pull/124577/)\n- [fix: In cross-crate scenarios show enum variants on type aliases of\nenums](https://togithub.com/rust-lang/rust/pull/125300/)\n\n\n\n## Compatibility Notes\n\n- [rustfmt estimates line lengths differently when using non-ascii\ncharacters](https://togithub.com/rust-lang/rustfmt/issues/6203)\n- [Type aliases are now handled correctly in orphan\ncheck](https://togithub.com/rust-lang/rust/pull/117164/)\n- [Allow instructing rustdoc to read from stdin via\n`-`](https://togithub.com/rust-lang/rust/pull/124611/)\n- [`std::env::{set_var, remove_var}` can no longer be converted to safe\nfunction pointers and no longer implement the `Fn` family of\ntraits](https://togithub.com/rust-lang/rust/pull/124636)\n- [Warn (or error) when `Self` constructor from outer item is referenced\nin inner nested item](https://togithub.com/rust-lang/rust/pull/124187/)\n- [Turn `indirect_structural_match` and `pointer_structural_match` lints\ninto hard errors](https://togithub.com/rust-lang/rust/pull/124661/)\n- [Make `where_clause_object_safety` lint a regular object safety\nviolation](https://togithub.com/rust-lang/rust/pull/125380/)\n- [Turn `proc_macro_back_compat` lint into a hard\nerror.](https://togithub.com/rust-lang/rust/pull/125596/)\n- [Detect unused structs even when implementing private\ntraits](https://togithub.com/rust-lang/rust/pull/122382/)\n- [`std::sync::ReentrantLockGuard` is no longer `Sync` if `T:\n!Sync`](https://togithub.com/rust-lang/rust/pull/125527) which means\n[`std::io::StdoutLock` and `std::io::StderrLock` are no longer\nSync](https://togithub.com/rust-lang/rust/issues/127340)\n\n\n\n## Internal Changes\n\nThese changes do not affect any public interfaces of Rust, but they\nrepresent\nsignificant improvements to the performance or internals of rustc and\nrelated\ntools.\n\n- Misc improvements to size of generated html by rustdoc e.g.\n[#​124738](https://togithub.com/rust-lang/rust/pull/124738/) and\n[#​123734](https://togithub.com/rust-lang/rust/pull/123734/)\n- [MSVC targets no longer depend on\nlibc](https://togithub.com/rust-lang/rust/pull/124050/)\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"* * * * *\" (UTC), Automerge - At any\ntime (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View the\n[repository job\nlog](https://developer.mend.io/github/assert-rs/dir-diff).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.80 (#42)"}},{"before":"3de8524f0d2f62999140e0336f779888e4d3656e","after":"4d5c3da9bea8bf44b0dbef95f419f70649525032","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-07-26T21:08:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.80","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.80"}},{"before":"78686fcff56ab608dddcd60a32bcec16e3bf8ad5","after":"dcc91c77b5d5c947663a85ac6042adf0324174e0","ref":"refs/heads/master","pushedAt":"2024-07-26T21:08:18.000Z","pushType":"pr_merge","commitsCount":16,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #43 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #43 from epage/template"}},{"before":null,"after":"3de8524f0d2f62999140e0336f779888e4d3656e","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-07-25T22:07:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.80","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.80"}},{"before":"972204670d5a2b9ce6349eecdc1dbf032904e73c","after":"78686fcff56ab608dddcd60a32bcec16e3bf8ad5","ref":"refs/heads/master","pushedAt":"2024-06-13T14:55:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.79 (#41)\n\n[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.78` ->\n`1.79` |\n\n---\n\n### Release Notes\n\n
\nrust-lang/rust (STABLE)\n\n###\n[`v1.79`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1790-2024-06-13)\n\n[Compare\nSource](https://togithub.com/rust-lang/rust/compare/1.78.0...1.79.0)\n\n\\==========================\n\n\n\n## Language\n\n- [Stabilize inline `const {}`\nexpressions.](https://togithub.com/rust-lang/rust/pull/104087/)\n- [Prevent opaque types being instantiated twice with different regions\nwithin the same\nfunction.](https://togithub.com/rust-lang/rust/pull/116935/)\n- [Stabilize WebAssembly target features that are in phase 4 and\n5.](https://togithub.com/rust-lang/rust/pull/117457/)\n- [Add the `redundant_lifetimes` lint to detect lifetimes which are\nsemantically\nredundant.](https://togithub.com/rust-lang/rust/pull/118391/)\n- [Stabilize the `unnameable_types` lint for public types that can't be\nnamed.](https://togithub.com/rust-lang/rust/pull/120144/)\n- [Enable debuginfo in macros, and stabilize `-C\ncollapse-macro-debuginfo` and\n`#[collapse_debuginfo]`.](https://togithub.com/rust-lang/rust/pull/120845/)\n- [Propagate temporary lifetime extension into `if` and `match`\nexpressions.](https://togithub.com/rust-lang/rust/pull/121346/)\n- [Restrict promotion of `const fn`\ncalls.](https://togithub.com/rust-lang/rust/pull/121557/)\n- [Warn against refining impls of crate-private traits with\n`refining_impl_trait`\nlint.](https://togithub.com/rust-lang/rust/pull/121720/)\n- [Stabilize associated type bounds (RFC\n2289).](https://togithub.com/rust-lang/rust/pull/122055/)\n- [Stabilize importing `main` from other modules or\ncrates.](https://togithub.com/rust-lang/rust/pull/122060/)\n- [Check return types of function types for\nwell-formedness](https://togithub.com/rust-lang/rust/pull/115538)\n- [Rework `impl Trait` lifetime\ninference](https://togithub.com/rust-lang/rust/pull/116891/)\n- [Change inductive trait solver cycles to be\nambiguous](https://togithub.com/rust-lang/rust/pull/122791)\n\n\n\n## Compiler\n\n- [Define `-C strip` to only affect binaries, not artifacts like\n`.pdb`.](https://togithub.com/rust-lang/rust/pull/115120/)\n- [Stabilize `-Crelro-level` for controlling runtime link\nhardening.](https://togithub.com/rust-lang/rust/pull/121694/)\n- [Stabilize checking of `cfg` names and values at compile-time with\n`--check-cfg`.](https://togithub.com/rust-lang/rust/pull/123501/)\n*Note that this only stabilizes the compiler part, the Cargo part is\nstill unstable in this release.*\n- [Add `aarch64-apple-visionos` and `aarch64-apple-visionos-sim` tier 3\ntargets.](https://togithub.com/rust-lang/rust/pull/121419/)\n- [Add `riscv32ima-unknown-none-elf` tier 3\ntarget.](https://togithub.com/rust-lang/rust/pull/122696/)\n- [Promote several Windows targets to tier\n2](https://togithub.com/rust-lang/rust/pull/121712):\n`aarch64-pc-windows-gnullvm`, `i686-pc-windows-gnullvm`, and\n`x86_64-pc-windows-gnullvm`.\n\nRefer to Rust's \\[platform support page]\\[platform-support-doc]\nfor more information on Rust's tiered platform support.\n\n\n\n## Libraries\n\n- [Implement `FromIterator` for `(impl Default + Extend, impl Default +\nExtend)`.](https://togithub.com/rust-lang/rust/pull/107462/)\n- [Implement `{Div,Rem}Assign>` on\n`X`.](https://togithub.com/rust-lang/rust/pull/121952/)\n- [Document overrides of `clone_from()` in\ncore/std.](https://togithub.com/rust-lang/rust/pull/122201/)\n- [Link MSVC default lib in\ncore.](https://togithub.com/rust-lang/rust/pull/122268/)\n- [Caution against using `transmute` between pointers and\nintegers.](https://togithub.com/rust-lang/rust/pull/122379/)\n- [Enable frame pointers for the standard\nlibrary.](https://togithub.com/rust-lang/rust/pull/122646/)\n\n\n\n## Stabilized APIs\n\n-\n[`{integer}::unchecked_add`](https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_add)\n-\n[`{integer}::unchecked_mul`](https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_mul)\n-\n[`{integer}::unchecked_sub`](https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_sub)\n-\n[`<[T]>::split_at_unchecked`](https://doc.rust-lang.org/stable/core/primitive.slice.html#method.split_at_unchecked)\n-\n[`<[T]>::split_at_mut_unchecked`](https://doc.rust-lang.org/stable/core/primitive.slice.html#method.split_at_mut_unchecked)\n-\n[`<[u8]>::utf8_chunks`](https://doc.rust-lang.org/stable/core/primitive.slice.html#method.utf8\\_chunks)\n-\n[`str::Utf8Chunks`](https://doc.rust-lang.org/stable/core/str/struct.Utf8Chunks.html)\n-\n[`str::Utf8Chunk`](https://doc.rust-lang.org/stable/core/str/struct.Utf8Chunk.html)\n- [`<*const\nT>::is_aligned`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_aligned)\n- [`<*mut\nT>::is_aligned`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_aligned-1)\n-\n[`NonNull::is_aligned`](https://doc.rust-lang.org/stable/core/ptr/struct.NonNull.html#method.is_aligned)\n- [`<*const\n[T]>::len`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.len)\n- [`<*mut\n[T]>::len`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.len-1)\n- [`<*const\n[T]>::is_empty`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_empty)\n- [`<*mut\n[T]>::is_empty`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_empty-1)\n-\n[`NonNull::<[T]>::is_empty`](https://doc.rust-lang.org/stable/core/ptr/struct.NonNull.html#method.is_empty)\n-\n[`CStr::count_bytes`](https://doc.rust-lang.org/stable/core/ffi/c_str/struct.CStr.html#method.count_bytes)\n-\n[`io::Error::downcast`](https://doc.rust-lang.org/stable/std/io/struct.Error.html#method.downcast)\n-\n[`num::NonZero`](https://doc.rust-lang.org/stable/core/num/struct.NonZero.html)\n-\n[`path::absolute`](https://doc.rust-lang.org/stable/std/path/fn.absolute.html)\n-\n[`proc_macro::Literal::byte_character`](https://doc.rust-lang.org/stable/proc_macro/struct.Literal.html#method.byte_character)\n-\n[`proc_macro::Literal::c_string`](https://doc.rust-lang.org/stable/proc_macro/struct.Literal.html#method.c_string)\n\nThese APIs are now stable in const contexts:\n\n-\n[`Atomic*::into_inner`](https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicUsize.html#method.into_inner)\n-\n[`io::Cursor::new`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.new)\n-\n[`io::Cursor::get_ref`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.get_ref)\n-\n[`io::Cursor::position`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.position)\n- [`io::empty`](https://doc.rust-lang.org/stable/std/io/fn.empty.html)\n- [`io::repeat`](https://doc.rust-lang.org/stable/std/io/fn.repeat.html)\n- [`io::sink`](https://doc.rust-lang.org/stable/std/io/fn.sink.html)\n-\n[`panic::Location::caller`](https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.caller)\n-\n[`panic::Location::file`](https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.file)\n-\n[`panic::Location::line`](https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.line)\n-\n[`panic::Location::column`](https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.column)\n\n\n\n## Cargo\n\n- [Prevent dashes in `lib.name`, always normalizing to\n`_`.](https://togithub.com/rust-lang/cargo/pull/12783/)\n- [Stabilize MSRV-aware version requirement selection in `cargo\nadd`.](https://togithub.com/rust-lang/cargo/pull/13608/)\n- [Switch to using `gitoxide` by default for listing\nfiles.](https://togithub.com/rust-lang/cargo/pull/13696/)\n- [Error on `[project]` in Edition 2024; `cargo fix --edition` will\nchange it to\n`[package]`.](https://togithub.com/rust-lang/cargo/pull/13747/)\n\n\n\n## Rustdoc\n\n- [Always display stability version even if it's the same as the\ncontaining item.](https://togithub.com/rust-lang/rust/pull/118441/)\n- [Show a single search result for items with multiple\npaths.](https://togithub.com/rust-lang/rust/pull/119912/)\n- [Support typing `/` in docs to begin a\nsearch.](https://togithub.com/rust-lang/rust/pull/123355/)\n\n\n\n## Misc\n\n\n\n## Compatibility Notes\n\n- [Update the minimum external LLVM to\n17.](https://togithub.com/rust-lang/rust/pull/122649/)\n- [`RustcEncodable` and `RustcDecodable` are soft-destabilized, to be\nremoved\nfrom the prelude in next\nedition.](https://togithub.com/rust-lang/rust/pull/116016/)\n- [The `wasm_c_abi` future-incompatibility lint will warn about use of\nthe\nnon-spec-compliant C\nABI.](https://togithub.com/rust-lang/rust/pull/117918/)\n Use `wasm-bindgen v0.2.88` to generate forward-compatible bindings.\n- [Check return types of function types for\nwell-formedness](https://togithub.com/rust-lang/rust/pull/115538)\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"* * * * *\" (UTC), Automerge - At any\ntime (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/assert-rs/dir-diff).\n\n\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.79 (#41)"}},{"before":"82d39e1e3dfe89000f91f6249a5f3bd6eeeaf19d","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-06-13T14:55:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":null,"after":"82d39e1e3dfe89000f91f6249a5f3bd6eeeaf19d","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-06-13T14:53:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.79","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.79"}},{"before":"592f040bf26a8ea429041c91224f40acffd4e186","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T13:46:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"780f48157c526ad4094e2ca14365fd84b2ba0e3e","after":"972204670d5a2b9ce6349eecdc1dbf032904e73c","ref":"refs/heads/master","pushedAt":"2024-05-02T13:46:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #39 from assert-rs/renovate/stable-1.x\n\nchore(deps): Update Rust Stable to v1.78","shortMessageHtmlLink":"Merge pull request #39 from assert-rs/renovate/stable-1.x"}},{"before":"41a0f43f18de4debd9c6ff9693db2447fc9af672","after":"592f040bf26a8ea429041c91224f40acffd4e186","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T13:44:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.78","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78"}},{"before":"9efe8fb2c67b911f6a01be5bf165d16facb18af9","after":"780f48157c526ad4094e2ca14365fd84b2ba0e3e","ref":"refs/heads/master","pushedAt":"2024-05-02T13:44:43.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #40 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #40 from epage/template"}},{"before":null,"after":"41a0f43f18de4debd9c6ff9693db2447fc9af672","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-05-02T13:25:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.78","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.78"}},{"before":"495192fd7b4a9060d58650728bd368079fab5ff4","after":"9efe8fb2c67b911f6a01be5bf165d16facb18af9","ref":"refs/heads/master","pushedAt":"2024-04-16T18:32:12.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #37 from assert-rs/renovate/msrv-1.x\n\nchore(deps): Update MSRV to v1.69","shortMessageHtmlLink":"Merge pull request #37 from assert-rs/renovate/msrv-1.x"}},{"before":"e73dc592e566931c2a59fb1496ff8445a29f4a71","after":null,"ref":"refs/heads/renovate/msrv-1.x","pushedAt":"2024-04-16T18:32:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"c83c569a6f0baa1236c76739779dd5bd773786eb","after":null,"ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-16T18:26:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"}},{"before":"796089325d2bd56bf4ccf3ba5bc22e6765f7b8ef","after":"495192fd7b4a9060d58650728bd368079fab5ff4","ref":"refs/heads/master","pushedAt":"2024-04-16T18:26:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #38 from assert-rs/renovate/stable-1.x\n\nchore(deps): Update Rust Stable to v1.77","shortMessageHtmlLink":"Merge pull request #38 from assert-rs/renovate/stable-1.x"}},{"before":"af8720cfef2cdc91218c58e98aa40063ac70bbb8","after":null,"ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-04-16T18:13:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":null,"after":"c83c569a6f0baa1236c76739779dd5bd773786eb","ref":"refs/heads/renovate/stable-1.x","pushedAt":"2024-04-16T18:13:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update Rust Stable to v1.77","shortMessageHtmlLink":"chore(deps): Update Rust Stable to v1.77"}},{"before":null,"after":"e73dc592e566931c2a59fb1496ff8445a29f4a71","ref":"refs/heads/renovate/msrv-1.x","pushedAt":"2024-04-16T18:13:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): Update MSRV to v1.69","shortMessageHtmlLink":"chore(deps): Update MSRV to v1.69"}},{"before":"cb838eff691b3eebd67e9cbaf1edd13997c67cd3","after":"796089325d2bd56bf4ccf3ba5bc22e6765f7b8ef","ref":"refs/heads/master","pushedAt":"2024-04-16T18:13:16.000Z","pushType":"pr_merge","commitsCount":41,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #36 from epage/template\n\nchore: Update from _rust/main template","shortMessageHtmlLink":"Merge pull request #36 from epage/template"}},{"before":"10750209fd877b2bb54723e777bc59b91a01d93d","after":"af8720cfef2cdc91218c58e98aa40063ac70bbb8","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-03-21T17:15:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.69","shortMessageHtmlLink":"chore(deps): update msrv to v1.69"}},{"before":"4f9cde795eda538708e8a9c87d5a8d5cf8b86703","after":null,"ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T15:01:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"}},{"before":"49ac1180e0f1ae63956850c0e4da050a8b5f3ea2","after":"cb838eff691b3eebd67e9cbaf1edd13997c67cd3","ref":"refs/heads/master","pushedAt":"2024-03-01T15:01:22.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"epage","name":"Ed Page","path":"/epage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60961?s=80&v=4"},"commit":{"message":"Merge pull request #35 from assert-rs/renovate/pre-commit-action-3.x\n\nchore(deps): update pre-commit/action action to v3.0.1","shortMessageHtmlLink":"Merge pull request #35 from assert-rs/renovate/pre-commit-action-3.x"}},{"before":null,"after":"4f9cde795eda538708e8a9c87d5a8d5cf8b86703","ref":"refs/heads/renovate/pre-commit-action-3.x","pushedAt":"2024-03-01T00:59:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update pre-commit/action action to v3.0.1","shortMessageHtmlLink":"chore(deps): update pre-commit/action action to v3.0.1"}},{"before":"696bcb480f06a739ba75f2c2d345e8b437a7d700","after":"10750209fd877b2bb54723e777bc59b91a01d93d","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-27T15:50:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.68","shortMessageHtmlLink":"chore(deps): update msrv to v1.68"}},{"before":"69d2e7b265b4f611b5178c00ae5362f95bbb1f1e","after":"696bcb480f06a739ba75f2c2d345e8b437a7d700","ref":"refs/heads/renovate/rust-1.x","pushedAt":"2024-02-08T16:40:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update msrv to v1.76","shortMessageHtmlLink":"chore(deps): update msrv to v1.76"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEq-aH_gA","startCursor":null,"endCursor":null}},"title":"Activity · assert-rs/dir-diff"}