summaryrefslogtreecommitdiff
path: root/src/support/small_vector.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Apline compile error on uninitialized value (#7035)Alon Zakai2024-10-281-8/+8
* [NFC] Make the GCData constructor a move constructor (#6946)Alon Zakai2024-09-171-0/+20
* [NFC] Fix build error on RISC-V 64 (#6410)moui02024-03-181-1/+11
* Fix build error on aarch64 [NFC] (#6330)Darren Worrall2024-02-211-0/+14
* Avoid off_t in small_vector.h (#5936)Alon Zakai2023-09-131-1/+3
* SmallVector iteration improvements (#5825)Alon Zakai2023-07-261-1/+26
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-3/+3
* Fix SmallVector's resize() method (#4979)Alon Zakai2022-08-291-0/+2
* LiteralList => Literals (#4451)Alon Zakai2022-01-131-0/+8
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-0/+24
* [GC] Add Array operations (#3436)Alon Zakai2020-12-101-0/+1
* [GC] Add struct.new and start to test interesting execution (#3433)Alon Zakai2020-12-091-0/+7
* Add a non-const iterator to SmallVector (#2685)Thomas Lively2020-03-101-15/+22
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+5
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-6/+4
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-20/+13
* Simplify ExpressionAnalyzer (#1920)Alon Zakai2019-02-271-0/+1
* SmallVector (#1912)Alon Zakai2019-02-251-0/+172