Releases: mmastrac/linktime
Releases · mmastrac/linktime
link-section-0.18.2
What's Changed
- Fix linker error with empty scatter/gather collections on ELF by @lukesandberg in #474
New Contributors
- @lukesandberg made their first contribution in #474
Full Changelog: link-section-0.18.1...link-section-0.18.2
link-section-0.18.1
What's Changed
Full Changelog: link-section-0.18.0...link-section-0.18.1
dtor-1.0.5
What's Changed
Full Changelog: dtor-1.0.4...dtor-1.0.5
link-section-0.18.0
What's Changed
proc_macrofeature is now required for any non-unsafesection.- Non-
unsafesections now generate a unique ID for the submission site which
allows multiple sections to share the same identifier.
Commits
- Improve macro-magic errors on bad attribute by @mmastrac in #470
- Add a new combine! macro to replace hash/ident_concat by @mmastrac in #471
- Updating link-section to use private sections by @mmastrac in #469
- Bump crate versions and remove
scattered-collect-proc-macroby @mmastrac in #472
Full Changelog: link-section-0.17.2...link-section-0.18.0
dtor-1.0.4
ctor-1.0.7
What's Changed
- Bump downstream
link-sectioncrate version and API updates. - Better error messages on bad attributes.
Full Changelog: ctor-1.0.6...ctor-1.0.7
link-section-0.17.2
link-section-0.17.1
What's Changed
offset_ofimprovements.Refmoved to crate root.MovableRefandRefimplementDebugandDisplayif the referenced type does.
Full Changelog: link-section-0.17.0...link-section-0.17.1
link-section-0.17.0
What's Changed
referencesections support access both as a slice and as a reference at the
submission site on all platforms (including WASM).movablesections support reordering and back-reference updates during
startup initialization (allowing a "reference" to an item that may move during
initialization at the submission site).typedandmutablesections have been split:typedallows forconstand
staticitems, whilemutableallows forconstitems andas_mut_slice
access.
- Improve feature parser macro by @mmastrac in #456
- Major link-section refactoring by @mmastrac in #457
- Scattered collections: slice and sorted slice by @mmastrac in #458
- "movable" typed sections and sorted/referenced slice by @mmastrac in #459
- Clean up the link-section macros by @mmastrac in #460
- Prepare crates for initial
scattered-collectrelease by @mmastrac in #461
Full Changelog: link-section-0.16.1...link-section-0.17.0
dtor-1.0.3
What's Changed
#[dtor]requires significantly less macro recursion.
Changes
- Ensure WASM meets MSRV of 1.85 by @mmastrac in #455
- Improve feature parser macro by @mmastrac in #456
- Major link-section refactoring by @mmastrac in #457
- Scattered collections: slice and sorted slice by @mmastrac in #458
- "movable" typed sections and sorted/referenced slice by @mmastrac in #459
- Clean up the link-section macros by @mmastrac in #460
- Prepare crates for initial
scattered-collectrelease by @mmastrac in #461
Full Changelog: dtor-1.0.2...dtor-1.0.3