aboutsummaryrefslogtreecommitdiffstats
path: root/components/fallible
Commit message (Expand)AuthorAgeFilesLines
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-092-186/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-1/+1
* Upgrade remaining components to edition 2018sagudev2023-02-182-3/+1
* More Cargo.toml cleanupsAlex Touchet2020-05-141-3/+3
* style: Update smallvec to 1.0.Emilio Cobos Álvarez2019-12-161-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Partially revert #21746.Emilio Cobos Álvarez2018-09-221-1/+1
* This updates the smallvec crate and enables the union featureAndre Bogus2018-09-191-1/+1
* Format components fallible and geometry #21373kingdido9992018-09-041-27/+19
* Fix build errors after rebaseFernando Jiménez Moreno2018-07-301-1/+1
* Update smallvec to 0.6Bastien Orivel2017-12-051-1/+1
* Bug 1400754 - stylo: crash on Win64 Asan build. r=manishearth, dmajor.Julian Seward2017-10-021-10/+6
* Bug 1398593 - stylo: mitigate performance impact of fallible allocation on st...Julian Seward2017-09-121-2/+2
* fallible: Avoid using system malloc in servo.Emilio Cobos Álvarez2017-09-102-8/+31
* stylo: Add uses of fallible Vec, SmallVec and HashMap facilities.Julian Seward2017-09-102-21/+42
* Bug 1389009 - stylo: Add fallible append APIs for Vec and SmallVec. r=manish...Julian Seward2017-09-072-0/+156