1. aa01214 Allow to run CE when downloading the repo by RabsRincon · 7 years ago
  2. 1b2628d Refactor compile handler to be ES6ish by Matt Godbolt · 7 years ago
  3. d359122 Move compile handler, add tests by Matt Godbolt · 7 years ago
  4. 3ccb8b0 Remove unnecessary Promise requirements in server code, switch to separate denodeify by Matt Godbolt · 7 years ago
  5. c18014e Avoid an error if the compiler fails to execute during version check by Matt Godbolt · 7 years ago
  6. a47b512 Correctly run tests for coverage. Exclude the auto-generated asm-docs.js by Matt Godbolt · 7 years ago
  7. 96371a9 Get rid of old style module setup by Matt Godbolt · 7 years ago
  8. 22c8705 Extract source handler by Matt Godbolt · 7 years ago
  9. a697b9f Minor tweaks to the way opt stuff is done by Matt Godbolt · 7 years ago
  10. 10e8f72 Remove filter(_.identity) in favour of _.compact() by Matt Godbolt · 7 years ago
  11. 7e884d5 Remove unnecessary sort function by Matt Godbolt · 7 years ago
  12. 1be765e Merge pull request #694 from partouf/customassembly by Matt Godbolt · 7 years ago
  13. f3b0ebc vars can be let by partouf · 7 years ago
  14. 500557c Prevent colourisation of AST dump in clang. Fixes #696 by Matt Godbolt · 7 years ago
  15. e873bb4 Remove complex and surprising binding of `this` in GCC dump viewer by Matt Godbolt · 7 years ago
  16. dbd9b6e Further ES6ification of base-compiler by Matt Godbolt · 7 years ago
  17. f1ab436 Start moving base-compiler to use new JS idioms. Also remove timeout for '--version' call by Matt Godbolt · 7 years ago
  18. 88a1e68 Slight AT&T asm doc improvement by Matt Godbolt · 7 years ago
  19. 74b4880 regex fix by partouf · 7 years ago
  20. 53a691c undo extra lf by partouf · 7 years ago
  21. 8f9ca65 undo extra lf by partouf · 7 years ago
  22. 3a5cdf8 refactoring, support nested asm tags for icc, icc tests by partouf · 7 years ago
  23. 8f576e5 test fixes by partouf · 7 years ago
  24. f31098f changed the findUsedLabels() function so it recognizes the special case in which gcc indents inline asm labels by partouf · 7 years ago
  25. 7d7f590 actual testcases for issue #577 by partouf · 7 years ago
  26. f7c51b9 always allow custom assembly labels, as they are included in the linux binaries too by partouf · 7 years ago
  27. 44fd768 Add ARM gcc 7.2.1 (none). Closes #689 by Matt Godbolt · 7 years ago
  28. a24111a Remove broken codewake link by Matt Godbolt · 7 years ago
  29. 6e7e30b Parse out colourisation options and default them on. Add tests. See #687 by Matt Godbolt · 7 years ago
  30. be42a84 Fix Go line highlight by RabsRincon · 7 years ago
  31. bffba4e Add a newline at the end of the tests file by Matt Godbolt · 7 years ago
  32. 61b8744 Merge pull request #687 from Som1Lse/master by Matt Godbolt · 7 years ago
  33. 3baf2a2 Treat <stdin> like compiler source. Should fix #680 by Matt Godbolt · 7 years ago
  34. 67e2ce1 Added work in progress on api tests by Matt Godbolt · 7 years ago
  35. 13032af Constify WSL-CL.js by RabsRincon · 7 years ago
  36. 90db96a Merge pull request #688 from AndrewPardoe/tempdir by Rubén · 7 years ago
  37. f6bd80a Don't override prototype tempdir function by Andrew Pardoe · 7 years ago
  38. ade5ecc Cleanup by Andrew Pardoe · 7 years ago
  39. 3cb9057 Cleanup & fix doc file by Andrew Pardoe · 7 years ago
  40. 816202b Move creation of CE tempdir in winTmp to WSL-CL.js by Andrew Pardoe · 7 years ago
  41. 633ef10 PR feedback fixes by Andrew Pardoe · 7 years ago
  42. a2b04e9 Documenting changes for WSL by Andrew Pardoe · 7 years ago
  43. bbf1407 Fix variable redeclaration for Travis + WSL check by Andrew Pardoe · 7 years ago
  44. 050e41b Add winTmp, but keep user option of opt tmpDir. by Andrew Pardoe · 7 years ago
  45. 0b663c8 Restore tmpdir in app.js by Andrew Pardoe · 7 years ago
  46. 251c742 Automatically determine Windows temp dir by Andrew Pardoe · 7 years ago
  47. b89e22e Added license to the top of ansi-to-html.js by Adrian Bibby Walther · 7 years ago
  48. 369a855 Added support for colorized program output by Adrian Bibby Walther · 7 years ago
  49. e33e42e Now supports colorized compiler outputwith -fdiagnostics-color=always by Adrian Bibby Walther · 7 years ago
  50. 7c6eced Change tmpDir to use %TEMP% by Andrew Pardoe · 7 years ago
  51. 95dbed1 Merge pull request #686 from JohanEngelen/patch-1 by Rubén · 7 years ago
  52. b15f15f Add LDC 1.6.0 and make that the D default by Johan Engelen · 7 years ago
  53. 72447f2 Merge pull request #683 from AndrewPardoe/master by Rubén · 7 years ago
  54. 1bfbc0b generalize PATH for spaces in PATH by Andrew Pardoe · 7 years ago
  55. adcfbb6 Add local coverage support. by RabsRincon · 7 years ago
  56. 9e6739e Make code coverage recursive too by RabsRincon · 7 years ago
  57. 33096bc Execute tests on subfolders by RabsRincon · 7 years ago
  58. f529022 Add eof newline by RabsRincon · 7 years ago
  59. 7f4649a Merge pull request #681 from partouf/symbolstorerefactoring by Rubén · 7 years ago
  60. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  61. 6d83ccb Extract health check handler by Matt Godbolt · 7 years ago
  62. bce36b4 this one should take coverage to 100% again by partouf · 7 years ago
  63. f39c016 added tests that cover more paths by partouf · 7 years ago
  64. 115d114 bugfix + deprecated fix by partouf · 7 years ago
  65. 50604ab refactoring by partouf · 7 years ago
  66. 6299210 Add execeution tests by Matt Godbolt · 7 years ago
  67. ebe7445 Allow tests to console log by Matt Godbolt · 7 years ago
  68. 89efa6f Extend linting to the tests by Matt Godbolt · 7 years ago
  69. 644d337 Move utils tests into the right spot by Matt Godbolt · 7 years ago
  70. ef95efc Further improve pre-commit hook by RabsRincon · 7 years ago
  71. ce6d70f Add a `make install-git-hooks` target to install pre-commit hooks by Matt Godbolt · 7 years ago
  72. 0e55afb Add mising properties case. by RabsRincon · 7 years ago
  73. d383569 Fix space after check by RabsRincon · 7 years ago
  74. a22a1da Add precommit hook to scriots folder by RabsRincon · 7 years ago
  75. 25a39c3 Add properties tests by RabsRincon · 7 years ago
  76. a272ea9 Add utils tests, update filter-tests by Matt Godbolt · 7 years ago
  77. 92fb800 Add rustfill to gitignore by RabsRincon · 7 years ago
  78. 62489bf Normalize idea configs by RabsRincon · 7 years ago
  79. 668ce4a Make a `npm run coverage` command to just report on coverage by Matt Godbolt · 7 years ago
  80. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  81. 00a2ce0 Add server scope and var inspection by RabsRincon · 7 years ago
  82. d70eded Add codecov badge by Matt Godbolt · 7 years ago
  83. 82894ce Include all lib files in code coverage by Matt Godbolt · 7 years ago
  84. 948820e Maybe add code coverage? by Matt Godbolt · 7 years ago
  85. b684db6 Maybe fix travis cache path by Matt Godbolt · 7 years ago
  86. 070a00d Further improve the compile endpoint docs by RabsRincon · 7 years ago
  87. fbe010c Fix #675 by RabsRincon · 7 years ago
  88. bc57cb9 Merge pull request #675 from jcelerier/patch-1 by Rubén · 7 years ago
  89. 726936f Don't include travis compilers in tarball by Matt Godbolt · 7 years ago
  90. f5ae491 Attempt at speeding up travis by caching compile artifacts by Matt Godbolt · 7 years ago
  91. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  92. 1c07501 Make travis build far less chatty by Matt Godbolt · 7 years ago
  93. 740e88d New relic support by Matt Godbolt · 7 years ago
  94. 27c7677 Final changes to #670 by RabsRincon · 7 years ago
  95. f212acd Merge pull request #670 from dkm/fix-638 by Rubén · 7 years ago
  96. 68ec2d0 Merge pull request #677 from badeip/master by Rubén · 7 years ago
  97. b3cf00a Decrease cache size to hopefully prevent OOM issues by Matt Godbolt · 7 years ago
  98. 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
  99. c5ecb6f Changes according to feedback from: RabsRincon by Petter Wahlman · 7 years ago
  100. e80366d Improve compiler/execution/program output by Petter Wahlman · 7 years ago