index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
module.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
c++/modules: Allow imported references in constant expressions
Nathaniel Shead
1
-1
/
+1
2024-09-12
c++/modules: Really always track partial specialisations [PR116496]
Nathaniel Shead
1
-13
/
+12
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-1
/
+1
2024-09-05
c++: Add missing auto_diagnostic_groups
Nathaniel Shead
1
-0
/
+8
2024-08-27
c++/modules: Fix include translation for already-seen headers [PR99243]
Nathaniel Shead
1
-5
/
+13
2024-08-27
c++/modules: Clean up include translation [PR110980]
Nathaniel Shead
1
-9
/
+14
2024-08-21
c++/modules: Remove unnecessary errors when not writing compiled module
Nathaniel Shead
1
-17
/
+25
2024-08-20
c++/modules: Disable streaming definitions of non-vague-linkage GMF decls [PR...
Nathaniel Shead
1
-7
/
+7
2024-08-20
c++/modules: Handle transitive reachability for deduction guides [PR116403]
Nathaniel Shead
1
-6
/
+1
2024-08-20
c++/modules: Avoid rechecking initializers when streaming NTTPs [PR116382]
Nathaniel Shead
1
-1
/
+5
2024-08-20
c++/modules: Fix type lookup in DECL_TEMPLATE_INSTANTIATIONS [PR116364]
Nathaniel Shead
1
-1
/
+2
2024-08-08
c++/modules: Assume header bindings are global module
Nathaniel Shead
1
-1
/
+1
2024-08-08
c++/modules: Fix merging of GM entities in partitions [PR114950]
Nathaniel Shead
1
-19
/
+33
2024-08-08
c++/modules: Clarify error message in read_enum_def
Nathaniel Shead
1
-2
/
+2
2024-08-07
c++/modules: Ensure deduction guides are always reachable [PR115231]
Nathaniel Shead
1
-0
/
+65
2024-08-06
c++: permit errors inside uninstantiated templates [PR116064]
Patrick Palka
1
-1
/
+4
2024-07-26
c++/modules: Stream warning suppressions [PR115757]
Nathaniel Shead
1
-0
/
+12
2024-07-18
c++/modules: Conditionally start timer during lazy load [PR115165]
Nathaniel Shead
1
-4
/
+4
2024-07-12
c++: Introduce USING_DECLs for non-function usings [PR114683]
Nathaniel Shead
1
-30
/
+73
2024-07-08
c++: Simplify uses of LAMBDA_EXPR_EXTRA_SCOPE
Nathaniel Shead
1
-5
/
+2
2024-07-02
c++: Implement C++26 P0963R3 - Structured binding declaration as a condition ...
Jakub Jelinek
1
-1
/
+1
2024-06-13
c++: adjust comment
Jason Merrill
1
-3
/
+4
2024-06-12
c++: module std and exception_ptr
Jason Merrill
1
-2
/
+5
2024-06-07
c++: -include and header unit translation
Jason Merrill
1
-4
/
+0
2024-06-01
c++/modules: Fix revealing with using-decls [PR114867]
Nathaniel Shead
1
-3
/
+5
2024-05-25
c++/modules: Improve diagnostic when redeclaring builtin in module [PR102345]
Nathaniel Shead
1
-1
/
+7
2024-05-25
c++/modules: Remember that header units have CMIs
Nathaniel Shead
1
-2
/
+2
2024-05-24
c++/modules: Ensure all partial specialisations are tracked [PR114947]
Nathaniel Shead
1
-4
/
+18
2024-05-07
c++/modules: Fix dangling pointer with imported_temploid_friends
Nathaniel Shead
1
-3
/
+16
2024-05-02
c++: Don't emit unused GMF partial specializations [PR114630]
Nathaniel Shead
1
-29
/
+46
2024-05-02
c++: Implement modules ABI for vtable emissions
Nathaniel Shead
1
-4
/
+8
2024-05-01
c++: Propagate using decls from partitions [PR114868]
Nathaniel Shead
1
-0
/
+6
2024-04-30
c++: Fix instantiation of imported temploid friends [PR114275]
Nathaniel Shead
1
-0
/
+62
2024-04-30
c++: Standardise errors for module_may_redeclare
Nathaniel Shead
1
-40
/
+80
2024-04-29
c++/modules: imported spec befriending class tmpl [PR114889]
Patrick Palka
1
-0
/
+2
2024-04-23
c++/modules: deduced return type merging [PR114795]
Patrick Palka
1
-0
/
+9
2024-04-15
c++: Only emit exported GMF usings [PR114600]
Nathaniel Shead
1
-1
/
+1
2024-04-14
c++: Setup aliases imported from modules [PR106820]
Nathaniel Shead
1
-0
/
+9
2024-04-13
c++/modules: make bits_in/out move-constructible
Patrick Palka
1
-0
/
+2
2024-04-13
c++/modules: optimize tree flag streaming
Patrick Palka
1
-193
/
+262
2024-04-12
c++/modules: local type merging [PR99426]
Patrick Palka
1
-31
/
+149
2024-04-12
c++: templated substitution into lambda-expr [PR114393]
Patrick Palka
1
-0
/
+2
2024-04-10
c++: Track declarations imported from partitions [PR99377]
Nathaniel Shead
1
-0
/
+13
2024-03-13
c++: Support target-specific nodes when streaming modules [PR111224]
Nathaniel Shead
1
-10
/
+22
2024-03-08
c++: Redetermine whether to write vtables on stream-in [PR114229]
Nathaniel Shead
1
-1
/
+11
2024-03-07
c++/modules: member alias tmpl partial inst [PR103994]
Patrick Palka
1
-70
/
+16
2024-03-07
c++/modules: inline namespace abi_tag streaming [PR110730]
Patrick Palka
1
-0
/
+28
2024-03-07
c++: Stream DECL_CONTEXT for template template parms [PR98881]
Nathaniel Shead
1
-31
/
+10
2024-03-05
c++/modules: befriending template from current class scope
Patrick Palka
1
-10
/
+9
2024-03-01
c++/modules: depending local enums [PR104919, PR106009]
Patrick Palka
1
-10
/
+2
[next]