aboutsummaryrefslogtreecommitdiffstats
path: root/components/hashglobe
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings new in Rust NightlySimon Sapin2019-11-081-3/+3
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* style: Use fallible allocation for stylesheet invalidation.Emilio Cobos Álvarez2019-10-091-0/+8
* Upgrade ws.Josh Matthews2019-06-121-1/+1
* `cargo fix --edition`Simon Sapin2018-11-103-6/+6
* Reorder importsPyfisch2018-11-064-11/+11
* Format hashglobe #21373kingdido9992018-09-097-434/+552
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* style: Back out ordermap.Emilio Cobos Álvarez2018-02-123-250/+0
* Change debug assertions to specific onesjanczer2018-02-071-2/+2
* hashglobe: Add a shim on top of OrderMap.Emilio Cobos Álvarez2018-01-313-0/+250
* Use specific negative assertion for hashglobe hash setCYBAI2018-01-261-2/+2
* Use specific negative assertion for hashglobe hash mapCYBAI2018-01-261-1/+1
* Add some FIXME comments about using ptr::NonNullSimon Sapin2018-01-221-1/+2
* Dump the requested aligment if out of memory while allocating a table.Boris Chiou2018-01-022-6/+17
* deny warningstigercosmos2017-12-221-0/+1
* hashglobe: Use ? on Option more often.Emilio Cobos Álvarez2017-12-091-14/+6
* hashglobe: Dump more information if out of memory while allocating a table.Boris Chiou2017-12-062-10/+15
* Revert "Poison hashtable buffers."Bobby Holley2017-10-231-4/+1
* Revert "Diagnostic map semantics."Manish Goregaokar2017-10-233-158/+0
* Revert "Add canary and journaling."Manish Goregaokar2017-10-233-90/+10
* Revert "Assert more things in hashtables."Manish Goregaokar2017-10-231-73/+26
* Revert "Stuff HashMap journal into a string and verify invariants in a few mo...Manish Goregaokar2017-10-233-65/+27
* Revert "Verify in DiagnosticHashMap::drop."Manish Goregaokar2017-10-231-2/+0
* Revert "Write poison to canary when removing item from diagnostic hashmap"Manish Goregaokar2017-10-231-9/+0
* Revert "Correct the position and record count of broken canary"Manish Goregaokar2017-10-231-11/+6
* Revert "Report hash value at HashMap corruption location."Manish Goregaokar2017-10-233-27/+5
* Revert "Include map length in diagnostics"Manish Goregaokar2017-10-233-11/+2
* Include map length in diagnosticsManish Goregaokar2017-10-203-2/+11
* Report hash value at HashMap corruption location.Alexis Beingessner2017-10-203-5/+27
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-183-19/+0
* Correct the position and record count of broken canaryXidorn Quan2017-10-131-6/+11
* Write poison to canary when removing item from diagnostic hashmapXidorn Quan2017-10-131-0/+9
* Verify in DiagnosticHashMap::drop.Bobby Holley2017-10-111-0/+2
* Stuff HashMap journal into a string and verify invariants in a few more places.Bobby Holley2017-10-103-27/+65
* Assert more things in hashtables.Bobby Holley2017-10-081-26/+73
* Add canary and journaling.Bobby Holley2017-10-073-10/+90
* Diagnostic map semantics.Bobby Holley2017-10-073-0/+158
* Poison hashtable buffers.Bobby Holley2017-10-041-1/+4
* stylo: use FnvHashMap everywhere, remove default HashMap construction methodsManish Goregaokar2017-10-033-86/+0
* Revert #18668 - Add mprotect diagnostics for HashMap crashBobby Holley2017-10-034-280/+1
* Bug 1400754 - stylo: crash on Win64 Asan build. r=manishearth, dmajor.Julian Seward2017-10-022-2/+16
* Protect the hashmaps outside of rebuilds.Bobby Holley2017-09-283-2/+81
* Round hashglobe allocations up to the nearest page size.Bobby Holley2017-09-282-1/+20
* Semantics for ProtectedHashMap.Bobby Holley2017-09-282-0/+181
* Bug 1398593 - stylo: mitigate performance impact of fallible allocation on st...Julian Seward2017-09-121-0/+1
* hashglobe: Inline error constructor so we don't pay a function call even when...Emilio Cobos Álvarez2017-09-101-0/+1
* stylo: Add uses of fallible Vec, SmallVec and HashMap facilities.Julian Seward2017-09-101-0/+6
* Clean imports in hashglobeManish Goregaokar2017-09-054-21/+18
* Tidy fixesManish Goregaokar2017-09-013-18/+37