1. adcfbb6 Add local coverage support. by RabsRincon · 7 years ago
  2. 9e6739e Make code coverage recursive too by RabsRincon · 7 years ago
  3. 33096bc Execute tests on subfolders by RabsRincon · 7 years ago
  4. f529022 Add eof newline by RabsRincon · 7 years ago
  5. 7f4649a Merge pull request #681 from partouf/symbolstorerefactoring by Rubén · 7 years ago
  6. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  7. 6d83ccb Extract health check handler by Matt Godbolt · 7 years ago
  8. bce36b4 this one should take coverage to 100% again by partouf · 7 years ago
  9. f39c016 added tests that cover more paths by partouf · 7 years ago
  10. 115d114 bugfix + deprecated fix by partouf · 7 years ago
  11. 50604ab refactoring by partouf · 7 years ago
  12. 6299210 Add execeution tests by Matt Godbolt · 7 years ago
  13. ebe7445 Allow tests to console log by Matt Godbolt · 7 years ago
  14. 89efa6f Extend linting to the tests by Matt Godbolt · 7 years ago
  15. 644d337 Move utils tests into the right spot by Matt Godbolt · 7 years ago
  16. ef95efc Further improve pre-commit hook by RabsRincon · 7 years ago
  17. ce6d70f Add a `make install-git-hooks` target to install pre-commit hooks by Matt Godbolt · 7 years ago
  18. 0e55afb Add mising properties case. by RabsRincon · 7 years ago
  19. d383569 Fix space after check by RabsRincon · 7 years ago
  20. a22a1da Add precommit hook to scriots folder by RabsRincon · 7 years ago
  21. 25a39c3 Add properties tests by RabsRincon · 7 years ago
  22. a272ea9 Add utils tests, update filter-tests by Matt Godbolt · 7 years ago
  23. 92fb800 Add rustfill to gitignore by RabsRincon · 7 years ago
  24. 62489bf Normalize idea configs by RabsRincon · 7 years ago
  25. 668ce4a Make a `npm run coverage` command to just report on coverage by Matt Godbolt · 7 years ago
  26. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  27. 00a2ce0 Add server scope and var inspection by RabsRincon · 7 years ago
  28. d70eded Add codecov badge by Matt Godbolt · 7 years ago
  29. 82894ce Include all lib files in code coverage by Matt Godbolt · 7 years ago
  30. 948820e Maybe add code coverage? by Matt Godbolt · 7 years ago
  31. b684db6 Maybe fix travis cache path by Matt Godbolt · 7 years ago
  32. 070a00d Further improve the compile endpoint docs by RabsRincon · 7 years ago
  33. fbe010c Fix #675 by RabsRincon · 7 years ago
  34. bc57cb9 Merge pull request #675 from jcelerier/patch-1 by Rubén · 7 years ago
  35. 726936f Don't include travis compilers in tarball by Matt Godbolt · 7 years ago
  36. f5ae491 Attempt at speeding up travis by caching compile artifacts by Matt Godbolt · 7 years ago
  37. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  38. 1c07501 Make travis build far less chatty by Matt Godbolt · 7 years ago
  39. 740e88d New relic support by Matt Godbolt · 7 years ago
  40. 27c7677 Final changes to #670 by RabsRincon · 7 years ago
  41. f212acd Merge pull request #670 from dkm/fix-638 by Rubén · 7 years ago
  42. 68ec2d0 Merge pull request #677 from badeip/master by Rubén · 7 years ago
  43. b3cf00a Decrease cache size to hopefully prevent OOM issues by Matt Godbolt · 7 years ago
  44. 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
  45. c5ecb6f Changes according to feedback from: RabsRincon by Petter Wahlman · 7 years ago
  46. e80366d Improve compiler/execution/program output by Petter Wahlman · 7 years ago
  47. 1901462 Merge pull request #676 from partouf/patch-2 by jaredwy · 7 years ago
  48. a67e9f6 slack channelname fix by Patrick Quist · 7 years ago
  49. 90ff5cc Fix & indent the JSON example in README.md by Jean-Michaël Celerier · 7 years ago
  50. a6ea8c2 More thanks by Matt Godbolt · 7 years ago
  51. d3705af Fix #671 by RabsRincon · 7 years ago
  52. db23591 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 7 years ago
  53. 14e0e71 Merge pull request #665 from ibuclaw/dmode by Rubén · 7 years ago
  54. 89c8ca6 Add language configuration to d-mode.js by Iain Buclaw · 7 years ago
  55. d52fc22 Properly support nesting block comments in d-mode.js by Iain Buclaw · 7 years ago
  56. ba78c87 Add WYSIWYG string literal highlight to d-mode.js by Iain Buclaw · 7 years ago
  57. 697f3f2 Update code style format for newer IDEA 2017.3 by RabsRincon · 7 years ago
  58. 74a4f4e Allow aws properties to be used from config if not found from aws itself (for local testing) by Matt Godbolt · 7 years ago
  59. 70d02f7 Update meta descriptions by RabsRincon · 7 years ago
  60. 0101884 Merge pull request #664 from partouf/fpclinkresfix by Matt Godbolt · 7 years ago
  61. 77251de set the output directory so link.res won't be created in the CWD by partouf · 7 years ago
  62. 87ac248 Fix 'undefined' name (CC @samkellett - I missed this on the review, sorry) by Matt Godbolt · 7 years ago
  63. 35bf691 Merge pull request #663 from samkellett/master by Matt Godbolt · 7 years ago
  64. 944f202 Added cppcoro library by Sam Kellett · 7 years ago
  65. 4e76ebd Merge pull request #662 from partouf/patch-1 by Matt Godbolt · 7 years ago
  66. aaa9013 Update pascal.amazon.properties by Patrick Quist · 7 years ago
  67. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  68. 24ed1ca Add contact us heading section by RabsRincon · 7 years ago
  69. 2446ea5 separate demangler into support library by partouf · 7 years ago
  70. 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
  71. ce20f18 revert incorrect change by partouf · 7 years ago
  72. ef9ed6d if binaryHideFuncRe doesnt have a value, assume everything is a userfunction by partouf · 7 years ago
  73. fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
  74. 50580b3 Merge pull request #653 from richardthe3rd/patch-1 by Matt Godbolt · 7 years ago
  75. 72e333f Update AddingALibrary.md by richardthe3rd · 7 years ago
  76. 6cc06cc Merge pull request #652 from honggyukim/doc/color-for-js by Matt Godbolt · 7 years ago
  77. b36dc96 doc: Add syntax highlighting for JavaScript in README by Honggyu Kim · 7 years ago
  78. 6fcec8d Merge pull request #651 from honggyukim/build/node-version-check-v2 by Rubén · 7 years ago
  79. bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
  80. 15d5e0b build: Add an warning when node version is higher than tested version by Honggyu Kim · 7 years ago
  81. 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
  82. 79a6e18 Remove unused swift compiler by RabsRincon · 7 years ago
  83. 9a00c9b Apply beta through config. Closes #647 by Matt Godbolt · 7 years ago
  84. 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
  85. 4071012 Minor formatting changes by Matt Godbolt · 7 years ago
  86. fd79594 Ahem. Pascal=pascal. Not Pascal=fortran by Matt Godbolt · 7 years ago
  87. 3ae8f4b Rename fpc->fortran in the links by Matt Godbolt · 7 years ago
  88. bb8641e Changelog by Matt Godbolt · 7 years ago
  89. 55fd993 Merge pull request #645 from honggyukim/build/node-version-check by Rubén · 7 years ago
  90. 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
  91. e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
  92. 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
  93. befef98 build: Fix node version check to v8 or higher by Honggyu Kim · 7 years ago
  94. b6beea0 bugfix by partouf · 7 years ago
  95. b2279db bug/lintfix by partouf · 7 years ago
  96. a952aeb rename fpc to pascal by partouf · 7 years ago
  97. 2acdaaf rename fpc to pascal by partouf · 7 years ago
  98. 58706d8 config changes by partouf · 7 years ago
  99. 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
  100. 59a561d rename pascal views and webjs by partouf · 7 years ago