1. b3cf00a Decrease cache size to hopefully prevent OOM issues by Matt Godbolt · 7 years ago
  2. 1901462 Merge pull request #676 from partouf/patch-2 by jaredwy · 7 years ago
  3. a67e9f6 slack channelname fix by Patrick Quist · 7 years ago
  4. a6ea8c2 More thanks by Matt Godbolt · 7 years ago
  5. d3705af Fix #671 by RabsRincon · 7 years ago
  6. db23591 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 7 years ago
  7. 14e0e71 Merge pull request #665 from ibuclaw/dmode by Rubén · 7 years ago
  8. 89c8ca6 Add language configuration to d-mode.js by Iain Buclaw · 7 years ago
  9. d52fc22 Properly support nesting block comments in d-mode.js by Iain Buclaw · 7 years ago
  10. ba78c87 Add WYSIWYG string literal highlight to d-mode.js by Iain Buclaw · 7 years ago
  11. 697f3f2 Update code style format for newer IDEA 2017.3 by RabsRincon · 7 years ago
  12. 74a4f4e Allow aws properties to be used from config if not found from aws itself (for local testing) by Matt Godbolt · 7 years ago
  13. 70d02f7 Update meta descriptions by RabsRincon · 7 years ago
  14. 0101884 Merge pull request #664 from partouf/fpclinkresfix by Matt Godbolt · 7 years ago
  15. 77251de set the output directory so link.res won't be created in the CWD by partouf · 7 years ago
  16. 87ac248 Fix 'undefined' name (CC @samkellett - I missed this on the review, sorry) by Matt Godbolt · 7 years ago
  17. 35bf691 Merge pull request #663 from samkellett/master by Matt Godbolt · 7 years ago
  18. 944f202 Added cppcoro library by Sam Kellett · 7 years ago
  19. 4e76ebd Merge pull request #662 from partouf/patch-1 by Matt Godbolt · 7 years ago
  20. aaa9013 Update pascal.amazon.properties by Patrick Quist · 7 years ago
  21. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  22. 24ed1ca Add contact us heading section by RabsRincon · 7 years ago
  23. 2446ea5 separate demangler into support library by partouf · 7 years ago
  24. 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
  25. ce20f18 revert incorrect change by partouf · 7 years ago
  26. ef9ed6d if binaryHideFuncRe doesnt have a value, assume everything is a userfunction by partouf · 7 years ago
  27. fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
  28. 50580b3 Merge pull request #653 from richardthe3rd/patch-1 by Matt Godbolt · 7 years ago
  29. 72e333f Update AddingALibrary.md by richardthe3rd · 7 years ago
  30. 6cc06cc Merge pull request #652 from honggyukim/doc/color-for-js by Matt Godbolt · 7 years ago
  31. b36dc96 doc: Add syntax highlighting for JavaScript in README by Honggyu Kim · 7 years ago
  32. 6fcec8d Merge pull request #651 from honggyukim/build/node-version-check-v2 by Rubén · 7 years ago
  33. bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
  34. 15d5e0b build: Add an warning when node version is higher than tested version by Honggyu Kim · 7 years ago
  35. 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
  36. 79a6e18 Remove unused swift compiler by RabsRincon · 7 years ago
  37. 9a00c9b Apply beta through config. Closes #647 by Matt Godbolt · 7 years ago
  38. 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
  39. 4071012 Minor formatting changes by Matt Godbolt · 7 years ago
  40. fd79594 Ahem. Pascal=pascal. Not Pascal=fortran by Matt Godbolt · 7 years ago
  41. 3ae8f4b Rename fpc->fortran in the links by Matt Godbolt · 7 years ago
  42. bb8641e Changelog by Matt Godbolt · 7 years ago
  43. 55fd993 Merge pull request #645 from honggyukim/build/node-version-check by Rubén · 7 years ago
  44. 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
  45. e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
  46. 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
  47. befef98 build: Fix node version check to v8 or higher by Honggyu Kim · 7 years ago
  48. b6beea0 bugfix by partouf · 7 years ago
  49. b2279db bug/lintfix by partouf · 7 years ago
  50. a952aeb rename fpc to pascal by partouf · 7 years ago
  51. 2acdaaf rename fpc to pascal by partouf · 7 years ago
  52. 58706d8 config changes by partouf · 7 years ago
  53. 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
  54. 59a561d rename pascal views and webjs by partouf · 7 years ago
  55. 4acad7e pascal rename by partouf · 7 years ago
  56. ab05526 extra functionality needed for non-standard assembly outputs by partouf · 7 years ago
  57. 491f645 linter fixes by partouf · 7 years ago
  58. f28670a refactoring of variables and functions, added different binary compilation and enabled execution by partouf · 7 years ago
  59. 3f74777 set demangler setting to a value so we can check/uncheck demangling in the UI by partouf · 7 years ago
  60. 4549287 use startsWith instead of indexOf by partouf · 7 years ago
  61. 4cbcea2 skip even more debugging prefixes by partouf · 7 years ago
  62. 9c912be don't demangle debugging symbols by partouf · 7 years ago
  63. ad620f5 fixes lint errors by partouf · 7 years ago
  64. 21d05b1 don't try to demangle global variables by partouf · 7 years ago
  65. 5652e22 fpc demangle assembly labels by partouf · 7 years ago
  66. 0c871f3 Merge pull request #644 from cppchedy/master by cppchedy · 7 years ago
  67. 3fc3c2d add test for bug #629 by cppchedy · 7 years ago
  68. 0882e6b fix #629 by cppchedy · 7 years ago
  69. 5199949 Fix unnecessary coercion comparision by RabsRincon · 7 years ago
  70. cb0fc7f Finish off #536 by RabsRincon · 7 years ago
  71. 298cd16 Bump objdumper version to gcc's 7.2.0 by RabsRincon · 7 years ago
  72. 482537e Format recently merged files by RabsRincon · 7 years ago
  73. e745a5e Merge pull request #633 from dkm/gccdump-src-highlight by Rubén · 7 years ago
  74. 4ebc451 gccdump: add basic syntax highlighting by Marc Poulhiès · 7 years ago
  75. 6b3c93c Merge pull request #639 from partouf/fpcsyntaxhighlightbugfix by Matt Godbolt · 7 years ago
  76. 40cbdba added a missing keyword by partouf · 7 years ago
  77. ce0c010 bugfix fpc syntax highlighting configuration by partouf · 7 years ago
  78. d77789b Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors) by Matt Godbolt · 7 years ago
  79. 3628201 Format pug files by RabsRincon · 7 years ago
  80. 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
  81. 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
  82. fdaddd6 Fix last newgols errors by RabsRincon · 7 years ago
  83. 97aa04e Add newer GoLang compilers by RabsRincon · 7 years ago
  84. 65403cd Only defer compiles on construction if the hub is itself deferring message sending by Matt Godbolt · 7 years ago
  85. 106bc4b Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined by Matt Godbolt · 7 years ago
  86. c9dc37d Fixes for dropdown by Matt Godbolt · 7 years ago
  87. 6b5cad5 More thanks by Matt Godbolt · 7 years ago
  88. 0268f15 Better name for fpc by Matt Godbolt · 7 years ago
  89. cf09e2c Tweak settings for cache sizes; add fpc to the list by Matt Godbolt · 7 years ago
  90. be16b28 Disable demangler btn if one is not set by RabsRincon · 7 years ago
  91. 71a0383 Start using oficial D demangler. by RabsRincon · 7 years ago
  92. 8a950fe Merge pull request #628 from partouf/fpc-asm-and-bin by Matt Godbolt · 7 years ago
  93. 1046fed support both asm output and objdumb output by partouf · 7 years ago
  94. 54822ca Merge pull request #627 from dkm/gccdump-empty-files by Matt Godbolt · 7 years ago
  95. 3cfde41 gccdump: display message for empty dump files by Marc Poulhiès · 7 years ago
  96. efb31c5 Merge pull request #626 from partouf/fpcconfig by Matt Godbolt · 7 years ago
  97. 07d19b3 use custom fpc.cfg by partouf · 7 years ago
  98. d591536 Fix roge parenthesis by RabsRincon · 7 years ago
  99. 2a8fb57 Add forgotten Groups icon by RabsRincon · 7 years ago
  100. e5a4cf7 Advertise Mailing Group on Others section. by RabsRincon · 7 years ago