1. 1be765e Merge pull request #694 from partouf/customassembly by Matt Godbolt · 7 years ago
  2. f3b0ebc vars can be let by partouf · 7 years ago
  3. 500557c Prevent colourisation of AST dump in clang. Fixes #696 by Matt Godbolt · 7 years ago
  4. e873bb4 Remove complex and surprising binding of `this` in GCC dump viewer by Matt Godbolt · 7 years ago
  5. dbd9b6e Further ES6ification of base-compiler by Matt Godbolt · 7 years ago
  6. f1ab436 Start moving base-compiler to use new JS idioms. Also remove timeout for '--version' call by Matt Godbolt · 7 years ago
  7. 88a1e68 Slight AT&T asm doc improvement by Matt Godbolt · 7 years ago
  8. 74b4880 regex fix by partouf · 7 years ago
  9. 53a691c undo extra lf by partouf · 7 years ago
  10. 8f9ca65 undo extra lf by partouf · 7 years ago
  11. 3a5cdf8 refactoring, support nested asm tags for icc, icc tests by partouf · 7 years ago
  12. f31098f changed the findUsedLabels() function so it recognizes the special case in which gcc indents inline asm labels by partouf · 7 years ago
  13. f7c51b9 always allow custom assembly labels, as they are included in the linux binaries too by partouf · 7 years ago
  14. 6e7e30b Parse out colourisation options and default them on. Add tests. See #687 by Matt Godbolt · 7 years ago
  15. be42a84 Fix Go line highlight by RabsRincon · 7 years ago
  16. 61b8744 Merge pull request #687 from Som1Lse/master by Matt Godbolt · 7 years ago
  17. 3baf2a2 Treat <stdin> like compiler source. Should fix #680 by Matt Godbolt · 7 years ago
  18. 67e2ce1 Added work in progress on api tests by Matt Godbolt · 7 years ago
  19. 13032af Constify WSL-CL.js by RabsRincon · 7 years ago
  20. f6bd80a Don't override prototype tempdir function by Andrew Pardoe · 7 years ago
  21. 3cb9057 Cleanup & fix doc file by Andrew Pardoe · 7 years ago
  22. 816202b Move creation of CE tempdir in winTmp to WSL-CL.js by Andrew Pardoe · 7 years ago
  23. 633ef10 PR feedback fixes by Andrew Pardoe · 7 years ago
  24. bbf1407 Fix variable redeclaration for Travis + WSL check by Andrew Pardoe · 7 years ago
  25. 050e41b Add winTmp, but keep user option of opt tmpDir. by Andrew Pardoe · 7 years ago
  26. e33e42e Now supports colorized compiler outputwith -fdiagnostics-color=always by Adrian Bibby Walther · 7 years ago
  27. f529022 Add eof newline by RabsRincon · 7 years ago
  28. 7f4649a Merge pull request #681 from partouf/symbolstorerefactoring by Rubén · 7 years ago
  29. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  30. 6d83ccb Extract health check handler by Matt Godbolt · 7 years ago
  31. 115d114 bugfix + deprecated fix by partouf · 7 years ago
  32. 50604ab refactoring by partouf · 7 years ago
  33. 6299210 Add execeution tests by Matt Godbolt · 7 years ago
  34. 644d337 Move utils tests into the right spot by Matt Godbolt · 7 years ago
  35. 25a39c3 Add properties tests by RabsRincon · 7 years ago
  36. a272ea9 Add utils tests, update filter-tests by Matt Godbolt · 7 years ago
  37. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  38. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  39. 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
  40. db23591 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 7 years ago
  41. 74a4f4e Allow aws properties to be used from config if not found from aws itself (for local testing) by Matt Godbolt · 7 years ago
  42. 0101884 Merge pull request #664 from partouf/fpclinkresfix by Matt Godbolt · 7 years ago
  43. 77251de set the output directory so link.res won't be created in the CWD by partouf · 7 years ago
  44. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  45. 2446ea5 separate demangler into support library by partouf · 7 years ago
  46. a0c8635 collect labels to demangle when asm is processed through the binary path (and thus was not passed into preProcessLines) by partouf · 7 years ago
  47. ce20f18 revert incorrect change by partouf · 7 years ago
  48. ef9ed6d if binaryHideFuncRe doesnt have a value, assume everything is a userfunction by partouf · 7 years ago
  49. fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
  50. bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
  51. 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
  52. 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
  53. 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
  54. e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
  55. 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
  56. b6beea0 bugfix by partouf · 7 years ago
  57. b2279db bug/lintfix by partouf · 7 years ago
  58. a952aeb rename fpc to pascal by partouf · 7 years ago
  59. ae0abfd added objdump preprocessor to remove non-user code, added preprocesser for asm to add .file, .loc and .cfi_endproc tags by partouf · 7 years ago
  60. ab05526 extra functionality needed for non-standard assembly outputs by partouf · 7 years ago
  61. 491f645 linter fixes by partouf · 7 years ago
  62. f28670a refactoring of variables and functions, added different binary compilation and enabled execution by partouf · 7 years ago
  63. 4549287 use startsWith instead of indexOf by partouf · 7 years ago
  64. 4cbcea2 skip even more debugging prefixes by partouf · 7 years ago
  65. 9c912be don't demangle debugging symbols by partouf · 7 years ago
  66. ad620f5 fixes lint errors by partouf · 7 years ago
  67. 21d05b1 don't try to demangle global variables by partouf · 7 years ago
  68. 5652e22 fpc demangle assembly labels by partouf · 7 years ago
  69. 0882e6b fix #629 by cppchedy · 7 years ago
  70. 5199949 Fix unnecessary coercion comparision by RabsRincon · 7 years ago
  71. cb0fc7f Finish off #536 by RabsRincon · 7 years ago
  72. 482537e Format recently merged files by RabsRincon · 7 years ago
  73. 4ebc451 gccdump: add basic syntax highlighting by Marc Poulhiès · 7 years ago
  74. d77789b Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors) by Matt Godbolt · 7 years ago
  75. e55b913 Add separate jshint configs for client and server. Make them much more strict, and fix up the issues brought up by Matt Godbolt · 7 years ago
  76. cf407a8 Add some config parameters that come from AWS itself. Use it to configure raven (sentry.io) on the server by Matt Godbolt · 7 years ago
  77. fdaddd6 Fix last newgols errors by RabsRincon · 7 years ago
  78. 97aa04e Add newer GoLang compilers by RabsRincon · 7 years ago
  79. 106bc4b Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined by Matt Godbolt · 7 years ago
  80. 1046fed support both asm output and objdumb output by partouf · 7 years ago
  81. 3cfde41 gccdump: display message for empty dump files by Marc Poulhiès · 7 years ago
  82. 07d19b3 use custom fpc.cfg by partouf · 7 years ago
  83. 9513de0 Mitigate #624 by RabsRincon · 7 years ago
  84. 7d6c120 removed logging by partouf · 7 years ago
  85. 8d1c520 oops, bugfix by partouf · 7 years ago
  86. fe8b126 setting not needed by partouf · 7 years ago
  87. b693a46 undo supports binary change by partouf · 7 years ago
  88. 65ef5df fixes after codereview by partouf · 7 years ago
  89. 6bfec26 indentation by partouf · 7 years ago
  90. 7ace3a7 . by partouf · 7 years ago
  91. f2f8d13 bugfix by partouf · 7 years ago
  92. c9c62ac Minimal FPC support by partouf · 7 years ago
  93. cfefa37 Initial support for GCC Tree/RTL dumps. by Marc Poulhiès · 7 years ago
  94. 9784aa5 Better handling of assignments in assembly by Marc Poulhiès · 7 years ago
  95. f691aae Finish up Chedy's PR Mostly formatting issues, but also few minor improvements by Rubén · 7 years ago
  96. 7cf0eaf fix of function filter by cppchedy · 7 years ago
  97. b804e0b desactivate Cfg mode when binary filter is set by cppchedy · 7 years ago
  98. f8cb1a5 Improve minor things in cfg code by Rubén · 7 years ago
  99. 13dce4a Merge pull request #540 from AndrewPardoe/master by Matt Godbolt · 7 years ago
  100. 895b66d Fix minor mistakes on asm-tooltip by Rubén · 7 years ago