summaryrefslogtreecommitdiff
path: root/libcxx/include/__new
AgeCommit message (Expand)Author
2025-11-03[libcxx][modules] Fix missing includes for windows (#158781)Matt
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2025-07-16[libc++] Simplify std::launder (#147985)Nikolas Klauser
2025-07-15[libc++] Simplify the implementation of __libcpp_{,de}allocate (#147989)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-03-27[libc++] Introduce unversioned namespace macros (#133009)Nikolas Klauser
2025-01-28[libc++] Disable CFI in __libcpp_allocate (#124805)Louis Dionne
2025-01-14[libc++] Simplify when the sized global deallocations overloads are available...Nikolas Klauser
2025-01-13[libc++] Pass type information down to __libcpp_allocate (#118837)Louis Dionne
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne