1. 41f6964 fix #1552 by Partouf · 6 years ago
  2. be8b8aa Avoid deleting file when updating a key in disk cache by Austin Morton · 6 years ago
  3. 12380a4 Gracefully handle IO errors in disk cache by Austin Morton · 6 years ago
  4. aa0165e disable librarypaths for llc (llvm ir) by Partouf · 6 years ago
  5. 834a3be undo properties change, not needed by Partouf · 6 years ago
  6. c5ccd7d disable rpath for zig, doesn't work by Partouf · 6 years ago
  7. 0aa9480 support for flags with spaces by Partouf · 6 years ago
  8. 065ae74 no linking for asm compilers by Partouf · 6 years ago
  9. ec2c312 unittests for mapfile reading by Partouf · 6 years ago
  10. e9caf5c property for -L by Partouf · 6 years ago
  11. c6182cf refactor by Partouf · 6 years ago
  12. 627ccd3 add param and description by Partouf · 6 years ago
  13. a554cf8 disable libpath for dmd ldc, add tools to D by Partouf · 6 years ago
  14. be52b65 bugfix win32 execution by Partouf · 6 years ago
  15. 0e05dfe bugfix win32 mapping removed too much asm by Partouf · 6 years ago
  16. b5e75ce linking for VS (static) by Partouf · 6 years ago
  17. 8da9da1 . by Partouf · 6 years ago
  18. 727ebbb disable custom libraries for ellcc by Partouf · 6 years ago
  19. b84ee90 only link when binary, also add compiler.ldPath by Partouf · 6 years ago
  20. 2a2a3bf Merge remote-tracking branch 'matt/master' into sharedlibs by Partouf · 6 years ago
  21. 37686d8 fix unittests by Partouf · 6 years ago
  22. 25bf902 add 32bit support by Partouf · 6 years ago
  23. 27394cd add openssl, shared lib support, ldd to check so's by Partouf · 6 years ago
  24. 69dbe99 fix ispc argument parser by Partouf · 6 years ago
  25. 69a43f7 optimizationArguments api by Partouf · 6 years ago
  26. fb286bd add custom argument parser for rust by Partouf · 6 years ago
  27. ea6e1ed change fpc demangler instantiation, fix #1528 by Partouf · 6 years ago
  28. e52f660 Require compiler demangler class only once at init by RabsRincon · 6 years ago
  29. 7924f6d real path fix for tools by Partouf · 6 years ago
  30. 235640b fix source filename in parseOutput by Partouf · 6 years ago
  31. 5fa15a7 fix by Partouf · 6 years ago
  32. 04c8578 apply filenametransform to tool output by Partouf · 6 years ago
  33. ebfad4e Merge pull request #1503 from mattgodbolt/toolimprovements by Patrick Quist · 6 years ago
  34. 3868592 const by Partouf · 6 years ago
  35. 1068e98 add readelf by Partouf · 6 years ago
  36. 40cad90 log eaccess errors by Partouf · 6 years ago
  37. 5bd8465 filter prompt from output by Partouf · 6 years ago
  38. 37fc9b6 oops, stdin was used and not commands.txt by Partouf · 6 years ago
  39. 21b9e87 comment by Partouf · 6 years ago
  40. f9a645a dont actually pass stdin as stdin, add stdin hint by Partouf · 6 years ago
  41. e315a7e Add clang-query-tool based on @steveire changes by RabsRincon · 6 years ago
  42. 6ee738e Fix external compilers when httpRoot is set. (#1410) by Austin Morton · 6 years ago
  43. 0bbd8be fix compilerExe by Partouf · 6 years ago
  44. ddbc938 Clang 10 and higher support dumping AST. Fixes #1511 by Austin Morton · 6 years ago
  45. 2085f8d Merge pull request #1504 from mattgodbolt/undenodeify by Rubén Rincón Blanco · 6 years ago
  46. 91cf11c Remove redundant Promise.resolve calls by RabsRincon · 6 years ago
  47. 076ae6b support hint for stdin by Partouf · 6 years ago
  48. 600eab2 Merge branch 'toolimprovements' of https://github.com/mattgodbolt/compiler-explorer into toolimprovements by Partouf · 6 years ago
  49. 3264da7 language support tool output by Partouf · 6 years ago
  50. a25e177 bugfix basetool, add x86to6502 by Partouf · 6 years ago
  51. ed7c80f Move bulk of client side options to non-inlined script (#1497) by Austin Morton · 6 years ago
  52. df78b11 Update on-disk.js by Patrick Quist · 6 years ago
  53. 57cb1e8 Completely remove need for denodeify by RabsRincon · 6 years ago
  54. ca7539b bugfix runTool parameters by Partouf · 6 years ago
  55. 20dbbf8 bugfix for when process cant be spawned by Partouf · 6 years ago
  56. a7d6e75 remove denodify by Partouf · 6 years ago
  57. cea30e5 refactor tool execution to use info object by Partouf · 6 years ago
  58. 9d740e5 buglintfix by Partouf · 6 years ago
  59. 80fa777 merge pahole for fpc branch by Partouf · 6 years ago
  60. d2cee50 Merge pull request #1490 from mattgodbolt/libapi by Patrick Quist · 6 years ago
  61. e25dd14 fix as suggested by Partouf · 6 years ago
  62. 4f0e1cf Implement health checks that read from a file on disk. See #1473 by Austin Morton · 6 years ago
  63. a7b8844 Properly check if the user wants to exec by RabsRincon · 6 years ago
  64. 026eee8 bugfix multiple paths in libraryversion by Partouf · 6 years ago
  65. 6e9c5c8 add libraries option to compile api by Partouf · 6 years ago
  66. 340d63a splitter change for win32 by Partouf · 6 years ago
  67. feedf72 Merge remote-tracking branch 'origin/master' into executorpane by Matt Godbolt · 6 years ago
  68. bcc8579 add more call ptr regexs and tests by Partouf · 6 years ago
  69. 785d9d8 testcase and fix for #1468 by Partouf · 6 years ago
  70. 13a1ff8 Merge branch 'master' into executorpane by RabsRincon · 7 years ago
  71. 52b977b Conserve empty lines in output pane by RabsRincon · 7 years ago
  72. af3a683 Merge remote-tracking branch 'origin/master' into executorpane by Matt Godbolt · 7 years ago
  73. 1888ac3 Introduce async/await. Package up the build results in the execution package. Use that to show compiler stderr/stdout in execution even if the compilation succeeds by Matt Godbolt · 7 years ago
  74. fc26913 Make new toggles saveable & fix args by RabsRincon · 7 years ago
  75. bc427a6 Improve execution output parsing by RabsRincon · 7 years ago
  76. 366add6 Temporarily disable java (see #1438) by Matt Godbolt · 7 years ago
  77. d827102 Merge pull request #1436 from mattgodbolt/compilehandlererrorlogging by Patrick Quist · 7 years ago
  78. e20f045 handle the other cases by Partouf · 7 years ago
  79. e00872e obviously dont log stdout/stderr on normal compiler errors by Partouf · 7 years ago
  80. 566d019 rename pascal-support to demangler-pascal by Partouf · 7 years ago
  81. c2cfb63 improve unexpected errors logging by Partouf · 7 years ago
  82. 747dec2 Merge branch 'master' into executorpane by RabsRincon · 7 years ago
  83. 2f19018 Merge pull request #1421 from mattgodbolt/extract_tools by Rubén Rincón Blanco · 7 years ago
  84. 8111189 Merge pull request #1396 from alshain/java-support by Matt Godbolt · 7 years ago
  85. ea2a139 Make unwise options configurable by RabsRincon · 7 years ago
  86. dba361f Merge branch 'master' into java-support by Chris · 7 years ago
  87. 1a591e4 Separate java classes with 2 newlines in compiler output view by Christian Vonrüti · 7 years ago
  88. ba66aaa Fix trailing line endings and document regex in javap parser by Christian Vonrüti · 7 years ago
  89. 9e717d5 Fix trailing line endings on and document regex in javap parser by Christian Vonrüti · 7 years ago
  90. 56fe131 Uniform line handling to make test input work for checkouts on Windows by Christian Vonrüti · 7 years ago
  91. 7230702 Fix copyright in java.js by Christian Vonrüti · 7 years ago
  92. 3e93262 fixed lint issues by Partouf · 7 years ago
  93. 6794a43 add compiler-explorer.com to csp thingymabob by Partouf · 7 years ago
  94. 9f06ff2 Merge branch 'master' into executorpane by RabsRincon · 7 years ago
  95. 9c4e0aa Make tools path configurable by RabsRincon · 7 years ago
  96. 43c69be Moving things about to keep the host and subdomain from the original request by Matt Godbolt · 7 years ago
  97. 387fdf2 Tweaks to url shortener service changes by Matt Godbolt · 7 years ago
  98. 895bfd5 Compiler Explorer Team->Authors (for consistency) by Matt Godbolt · 7 years ago
  99. 0b71f40 CR feedback by Matt Hammerly · 7 years ago
  100. ca763e5 add external tinyurl shortener, use old-style serialized state for external shorteners by Matt Hammerly · 7 years ago