]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2021-03-29 Jonathan Wakelylibstdc++: Adjust tests that give different results...
2021-03-29 Jonathan Wakelylibstdc++: Add -Wno-deprecated for tests that warn...
2021-03-29 Jonathan Wakelylibstdc++: Define std::bad_optional_access constructor...
2021-03-29 Jonathan Wakelylibstdc++: Make std::copy_n work with negative and...
2021-03-29 Jonathan Wakelylibstdc++: Enforce copyable/movable checks in std:...
2021-03-29 Jonathan Wakelylibstdc++: Define converting assignment operator for...
2021-03-29 Paul Keirlibstdc++: Fix char_traits move with overlap
2021-03-29 Jonathan Wakelylibstdc++: Remove duplicate dg-do directive
2021-03-29 Jonathan Wakelylibstdc++: Fix failing tests for AIX
2021-03-29 Jonathan Wakelylibstdc++: Allow dejagnu tool_timeout to be overridden
2021-03-29 Moritz Sichertlibstdc++: Avoid accidental ADL when calling make_rever...
2021-03-29 Jonathan Wakelylibstdc++: Add noexcept to std::begin etc as per LWG...
2021-03-29 Jonathan Wakelylibstdc++: Use acq_rel memory ordering [PR 99537]
2021-03-29 Jonathan Wakelylibstdc++: Handle EPERM for filesystem access errors...
2021-03-29 Jonathan Wakelylibstdc++: Initialize std::normal_distribution::_M_save...
2021-03-29 Jonathan Wakelylibstdc++: Implement LWG 3530 for concept-constrained...
2021-03-29 Jonathan Wakelylibstdc++: Fix filesystem::rename on Windows [PR 98985]
2021-03-29 Jonathan Wakelylibstdc++: Make "nonexistent" paths less predictable...
2021-03-29 Jonathan Wakelylibstdc++: Include scope ID in net::internet::address_v...
2021-03-29 Jonathan Wakelylibstdc++: Fix errors in <experimental/internet>
2021-03-29 Jonathan Wakelylibstdc++: Improve tests for constexpr algorithms
2021-03-29 Jonathan Wakelylibstdc++: Fix bootstrap with -fno-rtti [PR 99077]
2021-03-29 Jonathan Wakelylibstdc++: Document when C++11/14/17 support became...
2021-03-29 Jonathan Wakelylibstdc++: Re-enable workaround for _wstat64 bug, again...
2021-03-29 Jonathan Wakelylibstdc++: Re-enable workaround for _wstat64 bug [PR...
2021-03-29 Jonathan Wakelylibstdc++: Use correct error category for Windows error...
2021-03-29 Jonathan Wakelylibstdc++: Fix spelling of __MINGW32__ macros
2021-03-29 Jonathan Wakelylibstdc++: Fix incorrect test for std::error_code compa...
2021-03-29 Jonathan Wakelylibstdc++: Fix errors from Library Fundamentals TS...
2021-03-29 Jonathan Wakelylibstdc++: Test errno macros directly, not via autoconf...
2021-03-29 Jonathan Wakelylibstdc++: Remove redundant branches in countl_one...
2021-03-29 Jonathan Wakelylibstdc++: Remove redundant check for zero in std:...
2021-03-29 Jonathan Wakelylibstdc++: Implement P2017R1 "Conditionally borrowed...
2021-03-29 Jonathan Wakelylibstdc++: Avoid narrowing conversion in subrange const...
2021-03-29 Jonathan Wakelylibstdc++: Add assertions for preconditions in sampling...
2021-03-29 Jonathan Wakelylibstdc++: Avoid divide by zero in default template...
2021-03-29 Jonathan Wakelylibstdc++: Fix divide by zero in default template argument
2021-03-29 Jonathan Wakelylibstdc++: Fix constraints for drop_view::begin() const...
2021-03-29 Jonathan Wakelylibstdc++: Relax constraints on transform_view and...
2021-03-29 Jonathan Wakelylibstdc++: Fix name clash with _Cosh in QNX headers...
2021-03-29 Jonathan Wakelylibstdc++: Fix -Wsign-compare warnings in headers
2021-03-29 Jonathan Wakelylibstdc++: Fix -Wsign-compare warnings
2021-03-29 Jonathan Wakelylibstdc++: Fix -Wunused-local-typedefs warning
2021-03-29 Jonathan Wakelylibstdc++: Fix -Wdeprecated-declarations warnings
2021-03-29 Jonathan Wakelylibstdc++: Fix -Wnarrowing warnings
2021-03-29 Jonathan Wakelylibstdc++: Simplify constraints for semiregular-box...
2021-03-29 Jonathan Wakelylibstdc++: Fix iota_view::size() to avoid overflow
2021-03-29 Jonathan Wakelylibstdc++: Fix net::system_context stop condition
2021-03-29 Jonathan Wakelylibstdc++: Implement LWG 561 for std::inserter
2021-03-29 Jonathan Wakelylibstdc++: Add noexcept to declaration of path::_List...
2021-03-29 Jonathan Wakelylibstdc++: Fix directory_iterator exception specification
2021-03-29 Alex Coplanarm: Fix MVE ICEs with vector moves and -mpure-code...
2021-03-29 Marek Polacekc++: Fix bogus warning in deprecated namespace [PR99318]
2021-03-29 Marek Polacekc-family: ICE with assume_aligned attribute [PR99062]
2021-03-29 Tobias BurnusFortran: Fix intrinsic null() handling [PR99651]
2021-03-29 GCC AdministratorDaily bump.
2021-03-28 David Edelsohnaix: TLS DWARF symbol decorations.
2021-03-28 GCC AdministratorDaily bump.
2021-03-27 GCC AdministratorDaily bump.
2021-03-26 Iain BuclawFix ICE: in function_and_variable_visibility, at ipa...
2021-03-26 GCC AdministratorDaily bump.
2021-03-25 Stam Markianos... tree-optimization/96974 - avoid ICE by replacing assert...
2021-03-25 Thomas Schwingelibgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME...
2021-03-25 Tobias BurnusFortran: Fix func decl mismatch [PR93660]
2021-03-25 Tobias BurnusFortran: Extend buffer, use snprintf to avoid overflows...
2021-03-25 Xionghu Luors6000: Correct Power8 cost of l2 cache size [PR97329]
2021-03-25 GCC AdministratorDaily bump.
2021-03-24 Iain Sandoetestsuite, Darwin : Fix the asan/strncpy-overflow-1...
2021-03-24 Iain Sandoetestsuite, Darwin : Fix match output for asan/memcmp...
2021-03-24 Iain SandoeObjective-C : Implement SEL as a built-in typedef.
2021-03-24 Iain SandoeObjective-C++ : Fix handling of unnamed message parms...
2021-03-24 Iain Sandoetestsuite, Objective-c++ : Backport test fixes.
2021-03-24 Iain Sandoetestsuite, Objective-C : Backport test fixes.
2021-03-24 Iain Sandoetestsuite, Objective-C : Compatibility fixes.
2021-03-24 Iain SandoeObjective-C/C++ : Allow visibility prefix attributes...
2021-03-24 Iain SandoeObjective-C/C++ : Fix rejects valid fails for properties.
2021-03-24 Iain SandoeObjective-C++ : Fix bitfield ivars regression.
2021-03-24 Iain SandoeDarwin, Objective-C/C++ : Fix code-gen for NeXT runtimes.
2021-03-24 Richard Sandifordaarch64: Make aarch64_add_offset work with -ftrapv...
2021-03-24 Richard Bienertree-optimization/98834 - fix optimization regression...
2021-03-24 Richard Bienerlto/96591 - walk VECTOR_CST elements in walk_tree
2021-03-24 Richard Bienertree-optimization/99694 - fix value-numbering PHIs
2021-03-24 GCC AdministratorDaily bump.
2021-03-23 H.J. Lux86: Add __volatile__ to __cpuid and __cpuid_count
2021-03-23 Tobias BurnusFortran: Fix 'name' bound size [PR99688]
2021-03-23 GCC AdministratorDaily bump.
2021-03-22 Iain SandoeObjective-C, Darwin : Update metadata section uses.
2021-03-22 Iain SandoeObjective-C, Darwin : Use special string sections for...
2021-03-22 Iain Sandoecoroutines : Convert await_ready () expressions to...
2021-03-22 Iain Sandoecoroutines : Handle rethrow from unhandled_exception...
2021-03-22 Iain Sandoecoroutines : Handle for await expressions in for stmts...
2021-03-22 Iain Sandoecoroutines : Avoid generating empty statements [PR96749].
2021-03-22 Iain Sandoecoroutines : Adjust constraints on when to build ctors...
2021-03-22 Iain Sandoecoroutines : Do not accept throwing final await express...
2021-03-22 Iain Sandoecoroutines : Handle exceptions throw before the first...
2021-03-22 Iain Sandoecoroutines : Call promise CTOR with parm copies [PR97587].
2021-03-22 Iain Sandoecoroutines : Remove throwing_cleanup marks from the...
2021-03-22 Iain Sandoetestsuite, coroutines : Make final_suspend calls noexcept.
2021-03-22 Iain Sandoetestsuite, coroutines : Mark final awaiters and co_awai...
2021-03-22 David Edelsohnaix: Permit use of AIX Vector extended ABI mode
next
This page took 0.081875 seconds and 5 git commands to generate.