Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-embedded/embedded-alloc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: rust-embedded/embedded-alloc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Choose a head ref
  • 16 commits
  • 6 files changed
  • 6 contributors

Commits on Jan 25, 2026

  1. Fix builds with nightly

    - Remove feature(alloc_layout_extra), it is now stable:
      rust-lang/rust#55724
    - Change Layout.dangling to Layout.dangling_ptr to match name change:
      rust-lang/rust#148769
    newAM committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    8b3cdb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Merge pull request #118 from rust-embedded/fix-nightly-ci-failure

    Fix builds with nightly
    zeenix authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    df8e527 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    281054d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69ba9b View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    jannic committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    caa9a1c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Merge pull request #120 from jannic-dev-forks/issue-119

    Fix panic in tlsf::Heap::used()
    newAM authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    806097c View commit details
    Browse the repository at this point in the history
  2. Work around yvt/rlsf#21

    jannic committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    58d3a89 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    jannic committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    a10552a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Configuration menu
    Copy the full SHA
    65df6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Fix typo in changelog

    jannic committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    f0eeb77 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    c254497 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Merge pull request #122 from jannic-dev-forks/unaligned-heap-workaround

    Fix panic in tlsf::Heap::free
    zeenix authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    23d9df1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Remove triagebot.toml

    Kobzol committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    570ba59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from Kobzol/remove-triagebot-toml

    Remove triagebot.toml
    therealprof authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    87316af View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    1982836 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from Conaclos/conaclos/tlsf-forward-realloc

    fix(tlsf): forward realloc to tlsf
    zeenix authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    13c18de View commit details
    Browse the repository at this point in the history
Loading