1. bc792ad refactor getVersion by Partouf · 7 years ago
  2. b031219 whitespace things by Partouf · 7 years ago
  3. 950cd51 fixes pascal by Partouf · 7 years ago
  4. 109e3f2 COnstify lib/exec.js by RabsRincon · 7 years ago
  5. 9cb7251 ES6fy CompilationEnv. Fixed some tests cornercases by RabsRincon · 7 years ago
  6. d493dfb Format code by RabsRincon · 7 years ago
  7. a54faef ES6fy compilers inheritance by RabsRincon · 7 years ago
  8. 08a6e75 Handle CE magic error documents in CL parser. Fixes #571 by Matt Godbolt · 7 years ago
  9. ef7db1a Implement CSP by RabsRincon · 7 years ago
  10. ed8525d ES6ify asm-cl.js by Matt Godbolt · 7 years ago
  11. 4e5aef0 Take aliases into account when looking for a lang by RabsRincon · 7 years ago
  12. 6bbca8c Don't update compilersToId piecemeal and asynchronously by Matt Godbolt · 7 years ago
  13. b5f0596 Respect aliases when looking for compilers by RabsRincon · 7 years ago
  14. f416df1 Allow llvm-mc to be version parsed by RabsRincon · 7 years ago
  15. 09cc682 ES6ify asm.js by Matt Godbolt · 7 years ago
  16. d5271e9 Remove block-style C comments. Fixes #348 by Matt Godbolt · 7 years ago
  17. b632915 Treat ; as a line comment by Matt Godbolt · 7 years ago
  18. e47025e Add warnings around 404s by Matt Godbolt · 7 years ago
  19. 80a7313 Improve CFG implementation by RabsRincon · 7 years ago
  20. b44c27a Eneable C support by RabsRincon · 7 years ago
  21. b7e3209 Add filtering for userOptions by RabsRincon · 7 years ago
  22. ace5ee6 bugfix by partouf · 7 years ago
  23. 6b01b25 supportsBinary causes filter button issues, but it doesn't have to be on for things to work by partouf · 7 years ago
  24. 7ce7594 wrong match by partouf · 7 years ago
  25. 88b141d support gcc objdump notation of labels by partouf · 7 years ago
  26. 24c9bd7 make compile-wrapper always work no matter where the cwd is by partouf · 7 years ago
  27. 1eb1d2b add asm alias by partouf · 7 years ago
  28. 404a9c1 basic setup for nasm and gnu as by partouf · 7 years ago
  29. 43bca16 Setup new language behaviour by @mattgodbolt by RabsRincon · 7 years ago
  30. 36c6781 Add links to libraries by RabsRincon · 7 years ago
  31. d10cc4b added if's just in case a custom implementation set options before passing them into Compile by partouf · 7 years ago
  32. e120290 set defaults in Compile class, test with actual Compile class, only test what should be changed from the default by partouf · 7 years ago
  33. afeb10d brackets to be sure this is actually correct by partouf · 7 years ago
  34. ae1780f testcase and fix for #738 by partouf · 7 years ago
  35. 5907820 Merge pull request #731 from partouf/remotefix by Matt Godbolt · 7 years ago
  36. 7fb03c1 fix remote by partouf · 7 years ago
  37. 7fa8dbd shortened notation by partouf · 7 years ago
  38. b5d4ab0 don't use argumentparser on compilers we're certain to not have anything useful by partouf · 7 years ago
  39. 5f52edf fixes #725 by partouf · 7 years ago
  40. 524b387 Better compiler searching by RabsRincon · 7 years ago
  41. 045c172 codereview fixes + tests by partouf · 7 years ago
  42. 2ef40c9 make api match the documentation by partouf · 7 years ago
  43. fc75208 New year, new date by RabsRincon · 7 years ago
  44. 3692c29 Stop storing the same info twice by RabsRincon · 7 years ago
  45. c642ed3 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  46. c3b69e7 use testmode to access internal functions instead of _12 by partouf · 7 years ago
  47. 74dae20 darwin works the same as linux here by partouf · 7 years ago
  48. de0ce0b Merge pull request #682 from partouf/cl-unmangling by Rubén · 7 years ago
  49. 27b57c0 Hide C until after the merge by RabsRincon · 7 years ago
  50. 6070cfe Always use output.pas as filename, otherwise things will break. by partouf · 7 years ago
  51. d085bac Remove explicit langid, as it's part of the compiler config already by Matt Godbolt · 7 years ago
  52. 87afc3a Add tests for language selection by Matt Godbolt · 7 years ago
  53. fcf812a Fix up bad merge by Matt Godbolt · 7 years ago
  54. 918b2dd Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  55. 1b2628d Refactor compile handler to be ES6ish by Matt Godbolt · 7 years ago
  56. d359122 Move compile handler, add tests by Matt Godbolt · 7 years ago
  57. 3ccb8b0 Remove unnecessary Promise requirements in server code, switch to separate denodeify by Matt Godbolt · 7 years ago
  58. c18014e Avoid an error if the compiler fails to execute during version check by Matt Godbolt · 7 years ago
  59. 3ac9306 use native ms runtime, use compilewrapper for undname demangler by partouf · 7 years ago
  60. 5a2066b Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  61. 96371a9 Get rid of old style module setup by Matt Godbolt · 7 years ago
  62. 69ee804 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  63. 22c8705 Extract source handler by Matt Godbolt · 7 years ago
  64. a697b9f Minor tweaks to the way opt stuff is done by Matt Godbolt · 7 years ago
  65. 5c98dfe Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  66. 10e8f72 Remove filter(_.identity) in favour of _.compact() by Matt Godbolt · 7 years ago
  67. 1246e4f Fix merge issue by Matt Godbolt · 7 years ago
  68. 1be765e Merge pull request #694 from partouf/customassembly by Matt Godbolt · 7 years ago
  69. bd959a5 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  70. 69ca21d Remove filter(_.identity) in favour of _.compact() by Matt Godbolt · 7 years ago
  71. f3b0ebc vars can be let by partouf · 7 years ago
  72. 98e2abf Merge branch 'master' into unification by Rubén · 7 years ago
  73. 500557c Prevent colourisation of AST dump in clang. Fixes #696 by Matt Godbolt · 7 years ago
  74. e873bb4 Remove complex and surprising binding of `this` in GCC dump viewer by Matt Godbolt · 7 years ago
  75. dbd9b6e Further ES6ification of base-compiler by Matt Godbolt · 7 years ago
  76. f1ab436 Start moving base-compiler to use new JS idioms. Also remove timeout for '--version' call by Matt Godbolt · 7 years ago
  77. 88a1e68 Slight AT&T asm doc improvement by Matt Godbolt · 7 years ago
  78. 74b4880 regex fix by partouf · 7 years ago
  79. 53a691c undo extra lf by partouf · 7 years ago
  80. 8f9ca65 undo extra lf by partouf · 7 years ago
  81. 3a5cdf8 refactoring, support nested asm tags for icc, icc tests by partouf · 7 years ago
  82. f31098f changed the findUsedLabels() function so it recognizes the special case in which gcc indents inline asm labels by partouf · 7 years ago
  83. f7c51b9 always allow custom assembly labels, as they are included in the linux binaries too by partouf · 7 years ago
  84. e4ef9cf Merge branch 'master' into unification by Rubén · 7 years ago
  85. 6e7e30b Parse out colourisation options and default them on. Add tests. See #687 by Matt Godbolt · 7 years ago
  86. be42a84 Fix Go line highlight by RabsRincon · 7 years ago
  87. 61b8744 Merge pull request #687 from Som1Lse/master by Matt Godbolt · 7 years ago
  88. 3baf2a2 Treat <stdin> like compiler source. Should fix #680 by Matt Godbolt · 7 years ago
  89. 67e2ce1 Added work in progress on api tests by Matt Godbolt · 7 years ago
  90. f1f5baf Merge branch 'master' into unification by Rubén · 7 years ago
  91. c407f1f Merge branch 'master' into cl-unmangling by Rubén · 7 years ago
  92. 13032af Constify WSL-CL.js by RabsRincon · 7 years ago
  93. f6bd80a Don't override prototype tempdir function by Andrew Pardoe · 7 years ago
  94. 3cb9057 Cleanup & fix doc file by Andrew Pardoe · 7 years ago
  95. 816202b Move creation of CE tempdir in winTmp to WSL-CL.js by Andrew Pardoe · 7 years ago
  96. 633ef10 PR feedback fixes by Andrew Pardoe · 7 years ago
  97. bbf1407 Fix variable redeclaration for Travis + WSL check by Andrew Pardoe · 7 years ago
  98. 050e41b Add winTmp, but keep user option of opt tmpDir. by Andrew Pardoe · 7 years ago
  99. e33e42e Now supports colorized compiler outputwith -fdiagnostics-color=always by Adrian Bibby Walther · 7 years ago
  100. 1661be6 bugfix undname wine & wsl by partouf · 7 years ago