.. |
decimal
|
Bug 1438750 - Remove mfbt/double-conversion.h, and change existing users to instead do #include "double-conversion/double-conversion.h" themselves. r=froydnj on a CLOSED TREE
|
2018-02-21 10:15:43 +02:00 |
double-conversion
|
Bug 1446592 - Update our local double_conversion to tip. Also remove one local patch as unnecessary as of MSVC 2010, hacking around prior versions' lack of <stdint.h> support. r=froydnj
|
2018-03-16 20:25:17 -07:00 |
tests
|
Bug 1462912 - fixed BufferList::Extract to handle the case where the call consumes the entirety of the BufferList; r=froydnj
|
2018-05-22 13:04:59 -04:00 |
Algorithm.h
|
Bug 1449094 - Implement constexpr mozilla::AllOf. r=froydnj
|
2018-03-28 00:01:08 +09:00 |
Alignment.h
|
|
|
AllocPolicy.h
|
|
|
AlreadyAddRefed.h
|
Bug 1442304 - make already_AddRefed returnable in registers in non-DEBUG Unix builds; r=glandium,tjr
|
2018-03-07 14:27:28 -05:00 |
Array.h
|
|
|
ArrayUtils.h
|
|
|
Assertions.cpp
|
|
|
Assertions.h
|
Bug 1447480 - Add support of MOZ_FALLTHROUGH_ASSERT without any argument r=hsivonen
|
2018-04-05 11:42:23 +02:00 |
Atomics.h
|
|
|
Attributes.h
|
Bug 1451248. r=jorendorff, r=bz
|
2018-04-25 19:40:09 -07:00 |
BinarySearch.h
|
|
|
BloomFilter.h
|
|
|
BufferList.h
|
Bug 1462912 - fixed BufferList::Extract to handle the case where the call consumes the entirety of the BufferList; r=froydnj
|
2018-05-22 13:04:59 -04:00 |
Casting.h
|
|
|
ChaosMode.cpp
|
|
|
ChaosMode.h
|
|
|
Char16.h
|
|
|
CheckedInt.h
|
|
|
Compiler.h
|
|
|
Compression.cpp
|
|
|
Compression.h
|
|
|
DebugOnly.h
|
|
|
DefineEnum.h
|
|
|
DoublyLinkedList.h
|
|
|
EndianUtils.h
|
Bug 1413049 - Part 1: Add methods to EndianUtils for pointer-sized integers. r=Waldo.
|
2018-03-01 11:05:13 -06:00 |
EnumeratedArray.h
|
|
|
EnumeratedRange.h
|
|
|
EnumSet.h
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
EnumTypeTraits.h
|
|
|
FastBernoulliTrial.h
|
|
|
FloatingPoint.cpp
|
|
|
FloatingPoint.h
|
Bug 744965 - Implement mozilla::NumberEqualsInt32 in a way that doesn't depend on undefined behavior casting an out-of-range floating point number to int32_t. r=froydnj
|
2018-02-15 17:22:14 -08:00 |
FStream.h
|
Bug 1441112 - Stop including <iostream> in FStream.h. r=froydnj
|
2018-02-28 21:45:04 +09:00 |
GuardObjects.h
|
|
|
HashFunctions.cpp
|
|
|
HashFunctions.h
|
Backed out 2 changesets (bug 1451278) for breaking windows pgo builds a=backout
|
2018-04-16 21:41:03 +03:00 |
IntegerPrintfMacros.h
|
|
|
IntegerRange.h
|
|
|
IntegerTypeTraits.h
|
|
|
JSONWriter.cpp
|
|
|
JSONWriter.h
|
Bug 1438750 - Remove mfbt/double-conversion.h, and change existing users to instead do #include "double-conversion/double-conversion.h" themselves. r=froydnj on a CLOSED TREE
|
2018-02-21 10:15:43 +02:00 |
Likely.h
|
|
|
LinkedList.h
|
Bug 1456875 - Add const iterators for LinkedList r=Waldo
|
2018-04-30 10:21:31 +01:00 |
LinuxSignal.h
|
Backed out changeset 98e368b5c4be (bug 1463035) for failures in tools/profiler/tests/chrome/test_profile_worker.html on a CLOSED TREE
|
2018-05-22 03:16:44 +03:00 |
lz4.c
|
Bug 1460316 - Update lz4 to version 1.8.2. r=froydnj
|
2018-05-09 12:16:28 -04:00 |
lz4.h
|
Bug 1460316 - Update lz4 to version 1.8.2. r=froydnj
|
2018-05-09 12:16:28 -04:00 |
MacroArgs.h
|
|
|
MacroForEach.h
|
|
|
MathAlgorithms.h
|
Bug 1443342 - Remove HashFunctions.h's RotateBitsLeft32 and use the general RotateLeft function instead. r=froydnj
|
2018-03-01 17:05:58 -08:00 |
Maybe.h
|
Bug 1410186 - turn Maybe assertions into diagnostic assertions; r=bkelly
|
2018-05-21 10:03:59 -04:00 |
MaybeOneOf.h
|
|
|
MemoryChecking.h
|
|
|
MemoryReporting.h
|
|
|
Move.h
|
|
|
moz.build
|
Backed out changeset 98e368b5c4be (bug 1463035) for failures in tools/profiler/tests/chrome/test_profile_worker.html on a CLOSED TREE
|
2018-05-22 03:16:44 +03:00 |
NonDereferenceable.h
|
Bug 1448494 - NonDereferenceable<T> wraps a T* and prevents dereferencing ops - r=froydnj
|
2018-03-28 17:48:53 +11:00 |
NotNull.h
|
Bug 1463011 - Constexpr-ify mozilla::NotNull r=njn
|
2018-05-21 23:03:16 +09:00 |
NullPtr.h
|
|
|
Opaque.h
|
|
|
OperatorNewExtensions.h
|
|
|
Pair.h
|
|
|
Path.h
|
|
|
PodOperations.h
|
|
|
Poison.cpp
|
|
|
Poison.h
|
Bug 1414901 - part 1b - eliminate alignment requirements for poisoning memory; r=Waldo
|
2018-03-06 11:35:50 -05:00 |
Range.h
|
|
|
RangedArray.h
|
|
|
RangedPtr.h
|
|
|
ReentrancyGuard.h
|
|
|
RefCounted.h
|
|
|
RefCountType.h
|
|
|
RefPtr.h
|
Bug 1463299: Add RefPtr::forget special case for ambiguous nsISupports casts. r=bz
|
2018-05-21 17:23:10 -07:00 |
Result.h
|
Bug 1448387: Use alignof() in HasFreeLSB. r=froydnj
|
2018-03-23 19:09:42 +01:00 |
ResultExtensions.h
|
|
|
ReverseIterator.h
|
|
|
RollingMean.h
|
|
|
Saturate.h
|
|
|
Scoped.h
|
|
|
ScopeExit.h
|
Bug 1454052 - make MakeScopeExit a MOZ_MUST_USE function; r=gerald
|
2018-04-18 12:14:18 -04:00 |
SegmentedVector.h
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
SHA1.cpp
|
|
|
SHA1.h
|
|
|
SharedLibrary.h
|
Bug 1442275 - Implement a path charset agnostic wrapper for PR_LoadLibraryWithFlags. r=froydnj
|
2018-04-24 00:31:53 +09:00 |
SmallPointerArray.h
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
Span.h
|
Bug 1451722 - Constexpr-ify mozilla::Span more. r=hsivonen
|
2018-04-05 21:55:00 +09:00 |
SplayTree.h
|
|
|
Sprintf.h
|
|
|
StaticAnalysisFunctions.h
|
Bug 1444416: Handle references in the "can run script" checker. r=mystor
|
2018-03-09 17:51:59 +01:00 |
STYLE
|
|
|
TaggedAnonymousMemory.cpp
|
|
|
TaggedAnonymousMemory.h
|
|
|
TemplateLib.h
|
|
|
TextUtils.h
|
Bug 1453456 - Replace nsCRT::IsAscii{Alpha,Digit} with mfbt/TextUtils.h versions. r=froydnj
|
2018-04-12 20:19:30 -07:00 |
ThreadLocal.h
|
Bug 1460645 Avoid the thread_local keyword for MinGW and instead use __thread r=froydnj
|
2018-05-10 11:11:19 -05:00 |
ThreadSafeWeakPtr.h
|
|
|
ToString.h
|
|
|
Tuple.h
|
|
|
TypedEnumBits.h
|
|
|
Types.h
|
|
|
TypeTraits.h
|
|
|
UniquePtr.h
|
|
|
UniquePtrExtensions.h
|
|
|
Unused.cpp
|
|
|
Unused.h
|
|
|
Variant.h
|
|
|
Vector.h
|
|
|
WeakPtr.h
|
|
|
WindowsVersion.h
|
Bug 1460057: Update WindowsVersion with latest Windows 10 build numbers; r=froydnj
|
2018-05-07 17:24:51 -06:00 |
WrappingOperations.h
|
Bug 1443706 - Introduce ConstExprHashString(const char16_t*). r=jwalden
|
2018-03-08 10:27:14 +11:00 |
XorShift128PlusRNG.h
|
Bug 1443342 - Remove XorShift128PlusRNG.h from integer-overflow sanitizer blacklisting. r=froydnj
|
2018-03-06 09:33:52 -08:00 |