1. a5c45b6 Pony Lang Config (#3855) by Christopher Smyth · 2 years, 5 months ago
  2. 02ef879 Move severity parsing with the rest of the output parsing. (#3821) by Fred Tingaud · 2 years, 5 months ago
  3. e76115f Make tools output parsing overridable. (#3819) by Fred Tingaud · 2 years, 5 months ago
  4. 540981c Port lib/languages.js to TypeScript (#3740) by Mats Larsen · 2 years, 5 months ago
  5. 7179b8a Properly async await so exceptions are processed in getVersion as one would expect (#3797) by Matt Godbolt · 2 years, 5 months ago
  6. ca7ebb4 Updated site templates (#3767) by Jeremy Rifkin · 2 years, 5 months ago
  7. 4c2fe0a Site templates feature (#3747) by Jeremy Rifkin · 2 years, 6 months ago
  8. a1d6f45 Assembly documentation for LLVM IR (#3737) by Mats Larsen · 2 years, 6 months ago
  9. bc1a2d3 formatfix by partouf · 2 years, 6 months ago
  10. 7573e69 extra unittests to see what happens if ppl are being cheeky by partouf · 2 years, 6 months ago
  11. fe2687f allow hashes in arguments (#3726) by Patrick Quist · 2 years, 6 months ago
  12. d9151b9 Fix unused label filter for CUDA PTX output (#3717) by Ben Barsdell · 2 years, 6 months ago
  13. d0b38ab bugfix apphome by partouf · 2 years, 6 months ago
  14. f703928 Add demangler tests for CUDA PTX (#3715) by Ben Barsdell · 2 years, 6 months ago
  15. 3d2b895 Support 24-bit rgb ansi sequences (#3664) by Jeremy Rifkin · 2 years, 6 months ago
  16. 371e8e6 Reset stream styles between outputs (#3662) by Jeremy Rifkin · 2 years, 6 months ago
  17. 0c2070a Renable license checks (#3619) by Rubén Rincón Blanco · 2 years, 7 months ago
  18. f2c1e0b The Grand Reformat (#3643) by Matt Godbolt · 2 years, 7 months ago
  19. 19ddc33 Port cache code to Typescript (#3605) by Matt Godbolt · 2 years, 7 months ago
  20. 5969633 handle vt100 reverse video escape code (#3598) by Patrick Quist · 2 years, 7 months ago
  21. 4965bd6 All semver comparisons now ensure it's safe to do so (#3562) by Rubén Rincón Blanco · 2 years, 7 months ago
  22. 40fe769 Set comma-dangle to always in server code and es5 in client code by RabsRincon · 2 years, 7 months ago
  23. 21b764f Unify comma configuration; and apply format to some files. (#3559) by Matt Godbolt · 2 years, 7 months ago
  24. 16b071b Updated x86 docenizer to read adjacent tables (#3541) by Jeremy Rifkin · 2 years, 7 months ago
  25. 074549f Introducing Backtrace.io as a sponsor (#3342) by Matt Godbolt · 2 years, 8 months ago
  26. 419d386 Added keyword-spacing eslint rule and fixed instances of inconsistent spacing (#3428) by Jeremy Rifkin · 2 years, 9 months ago
  27. dc06a85 Handle lines with no opcodes (#3416) by Matt Godbolt · 2 years, 9 months ago
  28. af4a55e Fix preprocessor filtering with url #includes (#3398) by Jeremy Rifkin · 2 years, 9 months ago
  29. 48eee26 Group some files to their own folders (#3384) by Rubén Rincón Blanco · 2 years, 9 months ago
  30. 3a88563 lintfix by partouf · 2 years, 10 months ago
  31. 74efcfa Preprocessor output panel (#3330) by Jeremy Rifkin · 2 years, 10 months ago
  32. a894faf lintfixes by partouf · 2 years, 10 months ago
  33. 41853b4 Fixes check for empty request body (#3350) by Yusuf Bham · 2 years, 10 months ago
  34. 5f0a3a7 Re-enable ansi tests. CC @matsjla by Matt Godbolt · 2 years, 10 months ago
  35. 9b890b1 Refactor handling of Assembly Documentation Providers (#3247) by Mats Larsen · 2 years, 10 months ago
  36. 1406669 Move BaseFormatter into /lib/formatters (#3250) by Mats Larsen · 2 years, 10 months ago
  37. bf9d233 Add AVR assembly documentation (#3218) by Elektron72 · 2 years, 11 months ago
  38. 7e294e7 fix unittest by partouf · 2 years, 11 months ago
  39. 5a35069 Add assembly documentation for 6502 (#3210) by Elektron72 · 2 years, 11 months ago
  40. 810a1d0 Describe which opcode and arch was not found (#3175) by Mats Larsen · 2 years, 11 months ago
  41. eb002af Update prettier, reformat json files by Matt Godbolt · 2 years, 11 months ago
  42. 73c7586 Update eslint et al by Matt Godbolt · 2 years, 11 months ago
  43. d7c4eec Refactor and return 404 from AsmDocs APIs (#3143) by Mats Larsen · 2 years, 12 months ago
  44. f7d77bd Modify the path include guard to fix some false-positives (#3083) by Rubén Rincón Blanco · 3 years ago
  45. cf7d704 Await for things (#3086) by Matt Godbolt · 3 years, 1 month ago
  46. 379a89f skip demangling (c++filt) tests when not on linux to allow more people to run the unittests (#3013) by Patrick Quist · 3 years, 2 months ago
  47. 511236c Convert ansi-to-html.js to typescript (#2988) by Markus · 3 years, 2 months ago
  48. 66e5734 Create test case for #2995 (#3002) by Mats Larsen · 3 years, 2 months ago
  49. dc49b67 Fix sinon lint warnings in tests by Austin Morton · 3 years, 2 months ago
  50. e7b9cbd Respect tab width and tabs/spaces settings for format APIs (#2957) by Mats Larsen · 3 years, 2 months ago
  51. c3a7274 Remove user-agent dependencies and add some extra metadata stuff (#2943) by Patrick Quist · 3 years, 2 months ago
  52. e24f724 Options cleanup (#2924) by Patrick Quist · 3 years, 2 months ago
  53. bc6757a Pascalchanges (#2881) by Patrick Quist · 3 years, 2 months ago
  54. b744d6a Asm-parser binary bugfix (#2904) by Patrick Quist · 3 years, 3 months ago
  55. 9d382eb bugfix mainsource detection by partouf · 3 years, 3 months ago
  56. b87f856 Make linter happy by Rubén Rincón Blanco · 3 years, 3 months ago
  57. d562ae0 Add test for forcedVersion flag by RabsRincon · 3 years, 3 months ago
  58. 854fdf7 Some more semver tests by RabsRincon · 3 years, 3 months ago
  59. 0b75857 Only focus on the first word of semver for ordering by RabsRincon · 3 years, 3 months ago
  60. 5e5e601 Multifile/IDE mode (#2725) by Patrick Quist · 3 years, 3 months ago
  61. 53b9e0a Support multiple formatter types for /api/format (#2818) by Mats Larsen · 3 years, 3 months ago
  62. b6c2380 Assembly API documentation for Java Bytecode (#2817) by Mats Larsen · 3 years, 3 months ago
  63. ca017ba Add support for heterogeneous compute (#2836) by Matt Godbolt · 3 years, 3 months ago
  64. 565a4f7 Actually fix Windows options-handler tests for realsies now by RabsRincon · 3 years, 3 months ago
  65. 2607bf5 Fix options-handler tools tests in Windows by RabsRincon · 3 years, 3 months ago
  66. 6fd069b Fix utils-test.js eslint complaints by RabsRincon · 3 years, 3 months ago
  67. 39aac53 Add basic options-handler tools parse test by RabsRincon · 3 years, 3 months ago
  68. 383c540 Add missing tests for utils.fileExists by RabsRincon · 3 years, 3 months ago
  69. 387c75a Adds configs for nsjail cfg and firejail profile paths (#2846) by Rubén Rincón Blanco · 3 years, 3 months ago
  70. a66df0b Bump timeout value of filters tests by RabsRincon · 3 years, 4 months ago
  71. 25f48a8 Reassign my copyright to Compiler Explorer Authors by Matt Godbolt · 3 years, 4 months ago
  72. db6626e Reassign my copyright to Compiler Explorer Authors by RabsRincon · 3 years, 4 months ago
  73. d52a131 Treat data definitions in the middle of functions as "strong" (#2792) by Matt Godbolt · 3 years, 4 months ago
  74. 0693def Re-enable tests for JavaCompiler (#2797) by Mats Larsen · 3 years, 4 months ago
  75. 115cbf3 Add support for HIP compilation for AMD GPUs. (#2759) by Artem Belevich · 3 years, 4 months ago
  76. f3acbc9 Adds .hidden for libraries (#2780) by Rubén Rincón Blanco · 3 years, 4 months ago
  77. 5fe6f14 Better handling of Kalray MPPA comment and bundle separator (#2768) by Marc Poulhiès · 3 years, 5 months ago
  78. 27012bb Initial sketch for how we could parse Rust output (#2761) by Rubén Rincón Blanco · 3 years, 5 months ago
  79. d6083ea Limit AWS SSM request to what we actually use (#2750) by Patrick Quist · 3 years, 5 months ago
  80. cb76eb5 undo by Patrick Quist · 3 years, 5 months ago
  81. 6947450 fix mock by Patrick Quist · 3 years, 5 months ago
  82. a6eef13 Support an executionWrapper per compiler. CC @jfalcou by Matt Godbolt · 3 years, 5 months ago
  83. b4ebb47 Add Kotlin/JVM support (#2637) by Daniel Below · 3 years, 6 months ago
  84. a4edf7e No array for each by Matt Godbolt · 3 years, 6 months ago
  85. cb50486 Bump eslint dependencies and suppress most of the warnings by Matt Godbolt · 3 years, 6 months ago
  86. 0aa3c9e Comment out ambiguous mangled name by Matt Godbolt · 3 years, 6 months ago
  87. ba6da76 add wrap to executor (#2679) by Patrick Quist · 3 years, 6 months ago
  88. 9b94ce7 Fix #1346: truncating nested top-level declarations (#2626) by Arseniy Zaostrovnykh · 3 years, 7 months ago
  89. b934d99 Keep go asm in UPPERCASE. See #2620 by Matt Godbolt · 3 years, 7 months ago
  90. 4f88b3f Highlight ASM and LLVM IR lines corresponding to the given token and vice-versa (#2594) by Arseniy Zaostrovnykh · 3 years, 7 months ago
  91. 259b72e Add some tests to s3 storage by Matt Godbolt · 3 years, 7 months ago
  92. a194b5a Always store shortlinks with a 6 character prefix in dynamodb by Austin Morton · 3 years, 8 months ago
  93. 80fa894 Store shortlinks with both 6 and 9 character prefixs in dynamodb by Austin Morton · 3 years, 8 months ago
  94. c0633d0 Highlight individual tokens in the source file and the corresponding nodes in the LLVM AST pane (#2572) by Arseniy Zaostrovnykh · 3 years, 8 months ago
  95. d461b8c Add support for nsjail compiler executions (#2569) by Matt Godbolt · 3 years, 8 months ago
  96. 71e23ae Treat LLVM %blah = expressions as "opcodes" by Matt Godbolt · 3 years, 8 months ago
  97. f7f0953 ANSI colour fixes. by Matt Godbolt · 3 years, 8 months ago
  98. af686e8 Support ELF Tool Chain and LLVM objdump (#2538) by Jessica Clarke · 3 years, 8 months ago
  99. 657866b Approval tests (#2491) by Matt Godbolt · 3 years, 8 months ago
  100. c0a45e7 Add CMake API (#2509) by Patrick Quist · 3 years, 8 months ago