Commits
User selector
Commit History
Commits on Sep 30, 2021
cppgc: Check same thread accesses to PersistentRegion
Show description for 6040cafauthored andcommitted
cppgc: Add same thread check for Members and Persistents
Show description for ea2723cauthored andcommitted
Commits on Sep 24, 2021
cppgc: Fix check for assignments in prefinalizers
Show description for 960a440authored andcommitted
Commits on Sep 23, 2021
cppgc: Add early bailout to write barrier
Show description for e5c2de4authored andcommitted
Commits on Sep 16, 2021
cppgc: Add GetWriteBarrierType that ignores slots
Show description for ed04597authored andcommitted
Commits on Sep 7, 2021
cppgc: Fix GCInfo creation
Show description for 90da628authored andcommitted
Commits on Sep 1, 2021
cppgc: Fix compilation of young generation
Show description for 64c8087authored andcommitted
Commits on Aug 16, 2021
cppgc: Drop high-address stack assumption
Show description for 12bbe90authored andcommitted
cppgc: Fix gcc compilation of FinalizerTrait
Show description for 2e3b1bdauthored andcommitted
Commits on Aug 14, 2021
cppgc: Optimize GCInfo setup
Show description for 479bfdbauthored andcommitted
Commits on Aug 9, 2021
cppgc: Add CHECK that caged heap is allocated below stack
Show description for e82a3b1authored andcommitted
Commits on Aug 5, 2021
cppgc: Fix comment
Show description for 1525e95authored andcommitted
Commits on Aug 4, 2021
cppgc: Fuchsia can allocate stack below 4GB
Show description for a92f70dauthored andcommitted
Commits on Aug 3, 2021
cppgc: Handle low-address stack in write barrier.
Show description for 649d3c1authored andcommitted
Commits on Jul 21, 2021
cppgc: Allow CrossThreadPersistent to access poisoned memory from GC
Show description for c58862cauthored andcommitted
Commits on Jul 13, 2021
cppgc-js: Expose size for C++ types with a human-readable name
Show description for 7ff9cd1authored andcommitted
Commits on Jun 8, 2021
cppgc: NameProvider:GetName() -> NameProvider::GetHumanReadableName()
Show description for 8c2c22fauthored andcommitted
Commits on May 20, 2021
cppgc: IWYU cleanups
Show description for 5181aa6authored andcommitted
Commits on May 19, 2021
cppgc: Check mark bit on assignment from prefinalizer.
Show description for 2c80e71authored andcommitted
Commits on May 17, 2021
cppgc: Improve Member checking
Show description for f5b84bcauthored andcommitted
Commits on May 11, 2021
cppgc: Relax Member checks
Show description for c29395aauthored andcommitted
Commits on May 10, 2021
Reland "cppgc: Implement basic Member and Persistent checks"
Show description for 1ced5f8authored andcommitted
Commits on May 7, 2021
Revert "cppgc: Implement basic Member and Persistent checks"
Show description for 4a19c62authored andcommitted
cppgc: Implement basic Member and Persistent checks
Show description for 7458e67authored andcommitted
Commits on Apr 30, 2021
[cleanup][include] Remove redundant NOLINT annotations
Show description for a7a0ff1authored andcommitted
Commits on Mar 17, 2021
Reland "cppgc: Rework GC info creation"
Show description for a03a868authored andcommitted
Revert "cppgc: Rework GC info creation"
Show description for 8b9d013authored andcommitted
cppgc: Rework GC info creation
Show description for d76064dauthored andcommitted
Commits on Mar 11, 2021
cppgc: Add GCInfo folding
Show description for b01869cauthored andcommitted
Commits on Mar 9, 2021
cppgc: Fix {Weak}CrossThreadPersistent destruction
Show description for ce336fdauthored andcommitted
Commits on Mar 8, 2021
cppgc: Add checks and locks to (Weak)CrossThreadPersistents
Show description for fe5f67eauthored andcommitted
Commits on Feb 24, 2021
cppgc: Add missing guard for PersistentNode allocation.
Show description for d98b12dauthored andcommitted
cppgc: Check AssignUnsafe use cases
Show description for e18591dauthored andcommitted
Commits on Feb 17, 2021
cppgc: Implement process-global state accessors.
Show description for c174643authored andcommitted
Commits on Feb 8, 2021
cppgc: Avoid dispatching write barrier during atomic pause
Show description for c7ff90dauthored andcommitted