1. 03ab09f Merge branch 'upstream-main' into 'main' by Giuliano Procida · 8 days ago main master
  2. 6e2c034 CMake: express current dependency on Catch2 v2 by Giuliano Procida · 8 days ago upstream-main
  3. 27ca784 proto writer: take references to key/value pairs in ID mapping loop by Giuliano Procida · 8 days ago
  4. 0cdd97b rust: add test case for rust tagged enums by Sid Nayyar · 9 days ago
  5. bd7ac29 comparison: use a cleaner enum for Ignore options by Giuliano Procida · 2 weeks ago
  6. cee934c rust: add `Variant` node by Sid Nayyar · 3 weeks ago
  7. 5ef4e13 rust: add `VariantMember` node by Sid Nayyar · 3 weeks ago
  8. 577d950 rust: add info test for member functions in Rust enums by Sid Nayyar · 4 weeks ago
  9. b725c74 test suite: rename Abigail reader input files to `<test-name>_<language>.xml` by Sid Nayyar · 6 weeks ago
  10. 068cfa0 Merge branch 'upstream-main' into 'main' by Giuliano Procida · 8 weeks ago
  11. bcd1702 DWARF processor: do not apply file filters to types in Rust objects by Sid Nayyar · 8 weeks ago
  12. 36f47bb DWARF processor: add language awareness to STG DWARF processor by Sid Nayyar · 8 weeks ago
  13. c8070fe DWARF wrappers: add DWARF getter for mandatory attributes by Sid Nayyar · 8 weeks ago
  14. 24083ae order: rework ExtendOrder as CombineOrders by Giuliano Procida · 2 months ago
  15. fac1bf4 order: fix vector reservations in `Reorder` by Giuliano Procida · 2 months ago
  16. 1cb2c52 order test: make some order combination tests a bit clearer by Giuliano Procida · 2 months ago
  17. d52c700 order test: rename local variables for clarity by Giuliano Procida · 2 months ago
  18. 527ed25 order: tweak order merging to prefer second sequence by Giuliano Procida · 2 months ago
  19. 55fcf7f test suite: all expected STG output files are now annotated by Sid Nayyar · 2 months ago
  20. f8bd737 proto: add an option to print annotations for STG output by Sid Nayyar · 2 months ago
  21. 73cffde naming: emit method type instead of mangled name by Giuliano Procida · 2 months ago
  22. d9a9f9d proto writer: fix created file permissions by Sid Nayyar · 2 months ago
  23. e74501f proto writer: add annotating printer for fields denoting IDs by Sid Nayyar · 2 months ago
  24. ba07021 proto writer: add method returning a mapping from external to internal IDs by Sid Nayyar · 2 months ago
  25. df42034 proto writer: print directly to a zero copy file output stream by Sid Nayyar · 2 months ago
  26. 6820d9a proto writer: move printing code into `Writer::Write` method by Sid Nayyar · 2 months ago
  27. 33d46c9 Merge "Turn off native coverage for stg to prevent duplicate symbol error." into main am: eb4bb7c513 by Yu Liu · 3 months ago
  28. eb4bb7c Merge "Turn off native coverage for stg to prevent duplicate symbol error." into main by Yu Liu · 3 months ago
  29. efec338 Merge branch 'upstream-main' into 'main' am: 90a10e1c32 by Giuliano Procida · 3 months ago
  30. 90a10e1 Merge branch 'upstream-main' into 'main' by Giuliano Procida · 3 months ago
  31. 66a5e24 DWARF processor: always pass short type name to type definition filter check by Giuliano Procida · 3 months ago
  32. 4efae7c DWARF processor: Process member functions of enums by Sid Nayyar · 3 months ago
  33. 39f91d9 Always format zero as hex with a leading 0x by Giuliano Procida · 3 months ago
  34. f6e5712 proto: Use more appropriate data type for bytesize of primitive type nodes by Sid Nayyar · 3 months ago
  35. 581ee6c Abigail reader: add corpus group test by Giuliano Procida · 3 months ago
  36. 87a099c runtime: rename files metrics.* to runtime.* by Giuliano Procida · 3 months ago
  37. 2e2cb8c rename Metrics to Runtime and put runtime function parameters first by Giuliano Procida · 3 months ago
  38. 17aa64b sort header include directives by Giuliano Procida · 4 months ago
  39. e42c560 consistently use auto for results returned by Graph::Apply by Giuliano Procida · 4 months ago
  40. cafa9b2 deduplication.cc: include more things by Giuliano Procida · 4 months ago
  41. 3e70406 abigail_reader.cc: fix parameter whitespace in SetAttribute by Giuliano Procida · 4 months ago
  42. 1320baa make local values and references const where possible by Giuliano Procida · 4 months ago
  43. f5efa7e make all Time objects const by Giuliano Procida · 4 months ago
  44. b848ace Abigailed reader: compare against nullptr in a couple of places by Giuliano Procida · 4 months ago
  45. 6897a93 metrics_test.cc: do not include <cstdint> by Giuliano Procida · 4 months ago
  46. b8a14f8 abigail_reader.cc: do not include <iomanip> by Giuliano Procida · 4 months ago
  47. c381f6f fingerprint.cc: include <cstdint> by Giuliano Procida · 4 months ago
  48. 7c71a5c stgdiff.cc: add missing includes by Giuliano Procida · 4 months ago
  49. 03ecce2 Abigail reader test: fix order of #includes by Giuliano Procida · 4 months ago
  50. 3d85240 metrics: emit or discard metrics immediately by Giuliano Procida · 4 months ago
  51. 0c8df0d metrics: make Metrics responsible for output by Giuliano Procida · 4 months ago
  52. 7f29188 DWARF processor: better missing type declaration file error message by Giuliano Procida · 4 months ago
  53. facdc82 DWARF processor: always pass full type name to type definition filter check by Giuliano Procida · 4 months ago
  54. 303bf32 DWARF processor: use consistent type name variable names by Giuliano Procida · 4 months ago
  55. 57fa4c7 DWARF processor: Ignore DWARF entries related to Rust enum features by Sid Nayyar · 4 months ago
  56. 628dcaa DWARF processor: give some locals more precise types by Giuliano Procida · 4 months ago
  57. 5ca51ea DWARF processor: rename GetIdForReferredType to GetReferredTypeId by Giuliano Procida · 4 months ago
  58. 0174a07 Cleanup: Put methods before members in function object definitions by Sid Nayyar · 4 months ago
  59. 5231b06 test cases: add template template parameter test by Giuliano Procida · 4 months ago
  60. 076c015 test cases: add template value parameter test by Giuliano Procida · 4 months ago
  61. 999ba8f Turn off native coverage for stg to prevent duplicate symbol error. by Yu Liu · 5 months ago
  62. 0b672c1 metrics test: make metrics object const in empty test by Giuliano Procida · 4 months ago
  63. 4428992 metrics: eliminate `operator<<` overload for Standard Library types by Giuliano Procida · 4 months ago
  64. 8a894b7 metrics test: slightly nicer bulk time metrics by Giuliano Procida · 4 months ago
  65. 691c593 metrics: make all the metric types immovable by Giuliano Procida · 5 months ago
  66. 530a0b8 metrics test: avoid copying Time values in test by Giuliano Procida · 5 months ago
  67. 4ffc200 Merge branch 'upstream-main' into 'main' am: 5bd43d1a21 am: a9b09e7146 am: 58b8885706 by Giuliano Procida · 5 months ago
  68. 58b8885 Merge branch 'upstream-main' into 'main' am: 5bd43d1a21 am: a9b09e7146 by Giuliano Procida · 5 months ago
  69. a9b09e7 Merge branch 'upstream-main' into 'main' am: 5bd43d1a21 by Giuliano Procida · 5 months ago
  70. 5bd43d1 Merge branch 'upstream-main' into 'main' by Giuliano Procida · 5 months ago
  71. 207d06b Test cases: add TLS test with -femulated-tls by Aleksei Vetrov · 5 months ago
  72. 7979d57 DWARF processor: treat empty location expression as no location by Aleksei Vetrov · 5 months ago
  73. 20fb84f input: add file context to exceptions by Giuliano Procida · 5 months ago
  74. 4d5423f DWARF processor: add DIE context to exceptions by Giuliano Procida · 5 months ago
  75. d2a7fe7 error: allow context to be added to Exception objects by Giuliano Procida · 5 months ago
  76. 69eec5c test cases: add pointer-to-member as a function parameter by Giuliano Procida · 5 months ago
  77. 12254b5 type roots: ignore typedefs that would have been filtered out by Giuliano Procida · 5 months ago
  78. d2f0adc test cases: add a combined filter and type roots case by Giuliano Procida · 5 months ago
  79. b253c41 test cases: add a typedef to the test case by Giuliano Procida · 5 months ago
  80. 811788d test cases: rename source_filter/composite_and_enum to source_filter/types by Giuliano Procida · 5 months ago
  81. cc718cd test_cases: Add an unversioned function symbol to versioned symbols test by Sid Nayyar · 5 months ago
  82. 4c7b67b Fix `stg`'s behaviour for multi-format inputs by Matthias Maennich · 5 months ago
  83. c7af6bd CMake: Enforce minimum build requirements for GCC and Clang by Matthias Maennich · 5 months ago
  84. 4610b46 documentation: use 1. consistently for numbered list items by Giuliano Procida · 5 months ago
  85. c88b09e stg filter test: remove stray output string streams by Giuliano Procida · 5 months ago
  86. 4fca458 filter: remove redundant static within anonymous namespace by Giuliano Procida · 5 months ago
  87. 156eff1 Merge branch 'upstream-master' into 'main' am: 9db842f71b am: 19ed6b46a8 am: 2f095f1d8e by Giuliano Procida · 5 months ago
  88. 9c365e1 Merge branch 'upstream-master' into 'main' am: 9db842f71b am: 0f5af896fe am: a0b69202af by Giuliano Procida · 5 months ago
  89. 2f095f1 Merge branch 'upstream-master' into 'main' am: 9db842f71b am: 19ed6b46a8 by Giuliano Procida · 5 months ago
  90. a0b6920 Merge branch 'upstream-master' into 'main' am: 9db842f71b am: 0f5af896fe by Giuliano Procida · 5 months ago
  91. 0f5af89 Merge branch 'upstream-master' into 'main' am: 9db842f71b by Giuliano Procida · 5 months ago
  92. 19ed6b4 Merge branch 'upstream-master' into 'main' am: 9db842f71b by Giuliano Procida · 5 months ago
  93. 9db842f Merge branch 'upstream-master' into 'main' by Giuliano Procida · 6 months ago
  94. b0ca59d remove stg and stgdiff --skip-dwarf option cont. by Giuliano Procida · 6 months ago
  95. ae51ba1 test cases: add mutant qualifier typedef array test by Giuliano Procida · 6 months ago
  96. c89581f test cases: preserve type definition in array/simple_array test case by Giuliano Procida · 6 months ago
  97. 585b57e test cases: simplify reference/type_and_type diff test by Giuliano Procida · 6 months ago
  98. 51b5cb8 test cases: simplify reference/type tests by Giuliano Procida · 6 months ago
  99. 1a6b901 test cases: simplify namespace/simple tests by Giuliano Procida · 6 months ago
  100. 432e1bd graph: remove unused PointerReference::Kind::operator<< by Giuliano Procida · 6 months ago