Commits
User selector
Commit History
Commits on Jun 18, 2021
[base] Move utils/vector.h to base/vector.h
Show description for 7f5383eauthored andcommitted
Commits on Apr 26, 2021
[heap] Remove Factory::NewUninitializedFixedArray
Show description for 764515cauthored andcommitted
Commits on Feb 1, 2021
[torque] Port String.prototype.includes/indexOf and StringIndexOf
Show description for 5a2c53fauthored andcommitted
Commits on Dec 8, 2020
[builtins] Refactor StringTrim
Show description for 0b7769eauthored andcommitted
Commits on Dec 4, 2020
[torque] uniform flattening and string access in Torque
Show description for 65d2c4bauthored andcommitted
Commits on Nov 24, 2020
[cleanup] Replace all remaining Min/Max uses with std::min/max
Show description for 3836aebauthored andcommitted
Commits on Nov 20, 2020
[asserts] Make assert scopes LocalHeap friendly
Show description for f47e59eauthored andcommitted
Commits on Nov 15, 2019
[cleanup] Refactor Smi::kZero to Smi::zero()
Show description for 2ac7ed8authored andcommitted
Commits on Jun 17, 2019
[regexp] Reduce public API surface
Show description for c7d57ddauthored andcommitted
Commits on May 23, 2019
Move more relevant files to src/objects
Show description for a0c3797committed[cleanup] Avoid {Object::operator->}
Show description for 878ccb3authored andcommitted
Commits on May 22, 2019
Move relevant files to src/execution
Show description for 0fa243aauthored andcommitted
Commits on May 21, 2019
Move string-related files to src/strings
Show description for be01425authored andcommitted
Commits on May 20, 2019
Reland "Move logging and diagnostics related source files"
Show description for bf372a7authored andcommitted
Commits on May 17, 2019
Revert "Move logging and diagnostics related source files"
Show description for 81a0102authored andcommitted
Move logging and diagnostics related source files
Show description for 5f28539authored andcommitted
Commits on May 15, 2019
Move number related files to src/numbers
Show description for 7bbd0bfauthored andcommitted
Commits on Apr 29, 2019
[cleanup] Use Vector::begin instead of Vector::start
Show description for 4b0f9c8authored andcommitted
Commits on Mar 4, 2019
[cleanup] Remove obsolete "one byte data hint" for strings.
Show description for 683cf6fauthored andcommitted
[runtime] Remove unused SparseJoinWithSeparator and StringBuilderJoin runtime helpers.
Show description for 237236bauthored andcommitted
Commits on Feb 19, 2019
[regexp] Remove internal match and replace methods
Show description for 29e7c16authored andcommitted
Commits on Feb 15, 2019
[cleanup] #include heap-inl.h less often
Show description for 6cac138authored andcommitted
Commits on Feb 7, 2019
[string] port String.p.endsWith to torque
Show description for 155ccadauthored andcommitted
Commits on Feb 5, 2019
[string] port String.p.startsWith to torque
Show description for 44ffccaauthored andcommitted
Commits on Jan 18, 2019
[cleanup] Fix kPointerSize usages in the rest of runtime
Show description for 6d6825fauthored andcommitted
Commits on Dec 26, 2018
[ubsan] Port Object to the new design
Show description for 056f927authored andcommitted
Commits on Dec 5, 2018
[ptr-compr] Introduce MemsetTagged() for initializing on-heap kTaggedSize-sized slots
Show description for 014eb84authored andcommitted
Commits on Dec 4, 2018
[Cleanup] String::GetChars() should take a DisallowHeapAllocation ref.
Show description for 4ab8c90authored andcommitted
Commits on Nov 27, 2018
[ubsan] Port Name/String/Symbol to the new design
Show description for 0f581e4authored andcommitted
Commits on Nov 26, 2018
[Cleanup] String::GetChars() should assert against heap allocation
Show description for 92852e9authored andcommitted
Commits on Nov 25, 2018
[ubsan] Port FixedArray{,Base} to the new design
Show description for 8bb236dauthored andcommitted
Commits on Nov 5, 2018
[ubsan] Port Smi to the new design
Show description for 6d706aeauthored andcommitted
Commits on Oct 24, 2018
[ubsan,heap] Replace Object** with ObjectSlot
Show description for 266c0b9authored andcommitted
Commits on Oct 16, 2018
[builtins] Port Array.p.join to Torque.
Show description for 952c097authored andcommitted
Commits on Sep 21, 2018
[cleanup] Remove dead %StringCharFromCode runtime function.
Show description for 17bfdb7authored andcommitted