1. ed18abc Delete compilerPropsLT, as it's not needed by RabsRincon · 7 years ago
  2. d4d28cd Change order of transform params so lang is opt by RabsRincon · 7 years ago
  3. e64a0fe Change enough of app.js for it not to crash by RabsRincon · 7 years ago
  4. de3a699 Add basic UI support by RabsRincon · 7 years ago
  5. 50580b3 Merge pull request #653 from richardthe3rd/patch-1 by Matt Godbolt · 7 years ago
  6. 72e333f Update AddingALibrary.md by richardthe3rd · 7 years ago
  7. 6cc06cc Merge pull request #652 from honggyukim/doc/color-for-js by Matt Godbolt · 7 years ago
  8. b36dc96 doc: Add syntax highlighting for JavaScript in README by Honggyu Kim · 7 years ago
  9. 6fcec8d Merge pull request #651 from honggyukim/build/node-version-check-v2 by Rubén · 7 years ago
  10. bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
  11. 15d5e0b build: Add an warning when node version is higher than tested version by Honggyu Kim · 7 years ago
  12. 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
  13. 79a6e18 Remove unused swift compiler by RabsRincon · 7 years ago
  14. 9a00c9b Apply beta through config. Closes #647 by Matt Godbolt · 7 years ago
  15. 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
  16. 4071012 Minor formatting changes by Matt Godbolt · 7 years ago
  17. fd79594 Ahem. Pascal=pascal. Not Pascal=fortran by Matt Godbolt · 7 years ago
  18. 3ae8f4b Rename fpc->fortran in the links by Matt Godbolt · 7 years ago
  19. bb8641e Changelog by Matt Godbolt · 7 years ago
  20. 55fd993 Merge pull request #645 from honggyukim/build/node-version-check by Rubén · 7 years ago
  21. 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
  22. e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
  23. 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
  24. befef98 build: Fix node version check to v8 or higher by Honggyu Kim · 7 years ago
  25. 0c871f3 Merge pull request #644 from cppchedy/master by cppchedy · 7 years ago
  26. 3fc3c2d add test for bug #629 by cppchedy · 7 years ago
  27. 0882e6b fix #629 by cppchedy · 7 years ago
  28. 5199949 Fix unnecessary coercion comparision by RabsRincon · 7 years ago
  29. cb0fc7f Finish off #536 by RabsRincon · 7 years ago
  30. 298cd16 Bump objdumper version to gcc's 7.2.0 by RabsRincon · 7 years ago
  31. 482537e Format recently merged files by RabsRincon · 7 years ago
  32. e745a5e Merge pull request #633 from dkm/gccdump-src-highlight by Rubén · 7 years ago
  33. 4ebc451 gccdump: add basic syntax highlighting by Marc Poulhiès · 7 years ago
  34. 6b3c93c Merge pull request #639 from partouf/fpcsyntaxhighlightbugfix by Matt Godbolt · 7 years ago
  35. 40cbdba added a missing keyword by partouf · 7 years ago
  36. ce0c010 bugfix fpc syntax highlighting configuration by partouf · 7 years ago
  37. d77789b Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors) by Matt Godbolt · 7 years ago
  38. 3628201 Format pug files by RabsRincon · 7 years ago
  39. 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
  40. 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
  41. fdaddd6 Fix last newgols errors by RabsRincon · 7 years ago
  42. 97aa04e Add newer GoLang compilers by RabsRincon · 7 years ago
  43. 65403cd Only defer compiles on construction if the hub is itself deferring message sending by Matt Godbolt · 7 years ago
  44. 106bc4b Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined by Matt Godbolt · 7 years ago
  45. c9dc37d Fixes for dropdown by Matt Godbolt · 7 years ago
  46. 6b5cad5 More thanks by Matt Godbolt · 7 years ago
  47. 0268f15 Better name for fpc by Matt Godbolt · 7 years ago
  48. cf09e2c Tweak settings for cache sizes; add fpc to the list by Matt Godbolt · 7 years ago
  49. be16b28 Disable demangler btn if one is not set by RabsRincon · 7 years ago
  50. 71a0383 Start using oficial D demangler. by RabsRincon · 7 years ago
  51. 8a950fe Merge pull request #628 from partouf/fpc-asm-and-bin by Matt Godbolt · 7 years ago
  52. 1046fed support both asm output and objdumb output by partouf · 7 years ago
  53. 54822ca Merge pull request #627 from dkm/gccdump-empty-files by Matt Godbolt · 7 years ago
  54. 3cfde41 gccdump: display message for empty dump files by Marc Poulhiès · 7 years ago
  55. efb31c5 Merge pull request #626 from partouf/fpcconfig by Matt Godbolt · 7 years ago
  56. 07d19b3 use custom fpc.cfg by partouf · 7 years ago
  57. d591536 Fix roge parenthesis by RabsRincon · 7 years ago
  58. 2a8fb57 Add forgotten Groups icon by RabsRincon · 7 years ago
  59. e5a4cf7 Advertise Mailing Group on Others section. by RabsRincon · 7 years ago
  60. ad0f53b Add Swift 4.0.1 (x86) by RabsRincon · 7 years ago
  61. 21b35a1 More path fixes by Matt Godbolt · 7 years ago
  62. 3ac993c Path fixes by Matt Godbolt · 7 years ago
  63. e9c22f8 Fix table not being displayed properly by Rubén · 7 years ago
  64. 9513de0 Mitigate #624 by RabsRincon · 7 years ago
  65. 3b8fb3b Fix abseil reference by RabsRincon · 7 years ago
  66. 2ab39a0 Add a doc which details how to add a library to CE by RabsRincon · 7 years ago
  67. cc74f3b Fix minor errors on the AddingACompiler doc by RabsRincon · 7 years ago
  68. 94821ed Merge pull request #600 from partouf/fpc-support by Matt Godbolt · 7 years ago
  69. 7d6c120 removed logging by partouf · 7 years ago
  70. 46bce37 Add libguarded (cc @janwilmans) by Matt Godbolt · 7 years ago
  71. 6a01701 Amazon properties for fpc compilers by partouf · 7 years ago
  72. eb44b26 Slight tweak to formatting settings by Matt Godbolt · 7 years ago
  73. 2eb2b16 Fix some container ordering issues. by Matt Godbolt · 7 years ago
  74. 60f3dd1 Attempt at cleaning up mess of IDEA and rust by Matt Godbolt · 7 years ago
  75. 8d1c520 oops, bugfix by partouf · 7 years ago
  76. fe8b126 setting not needed by partouf · 7 years ago
  77. b693a46 undo supports binary change by partouf · 7 years ago
  78. 65ef5df fixes after codereview by partouf · 7 years ago
  79. 96fb489 indentation by partouf · 7 years ago
  80. 6bfec26 indentation by partouf · 7 years ago
  81. 7ace3a7 . by partouf · 7 years ago
  82. f2f8d13 bugfix by partouf · 7 years ago
  83. fd00642 indentation by partouf · 7 years ago
  84. b62e8e1 undo by partouf · 7 years ago
  85. c9c62ac Minimal FPC support by partouf · 7 years ago
  86. dc1de97 Add some documentation on adding compilers by Matt Godbolt · 7 years ago
  87. d7b8c54 Save FontScale between GCCDump sessions by RabsRincon · 7 years ago
  88. 3812d08 Fix Lib popover not enforcing max of 1 version/lib by RabsRincon · 7 years ago
  89. 81a685a Merge pull request #623 from dkm/patch-1 by Matt Godbolt · 7 years ago
  90. eea08a0 minor typo by Marc Poulhiès · 7 years ago
  91. f996038 Oops, URLs are tricky by Matt Godbolt · 7 years ago
  92. de81903 Note the general discussion list by Matt Godbolt · 7 years ago
  93. eaed157 Note the mailing list and slack channel by Matt Godbolt · 7 years ago
  94. e7f4e04 Merge pull request #622 from dkm/patch-1 by Matt Godbolt · 7 years ago
  95. 70c63a8 Minor typo fix in README by Marc Poulhiès · 7 years ago
  96. 4e49547 Merge pull request #585 from dkm/dump-rtl-2 by Matt Godbolt · 7 years ago
  97. cfefa37 Initial support for GCC Tree/RTL dumps. by Marc Poulhiès · 7 years ago
  98. 577c345 Merge pull request #619 from jsheard/ispc192 by Matt Godbolt · 7 years ago
  99. 616652a Merge pull request #621 from dkm/asm-fix by Matt Godbolt · 7 years ago
  100. 9784aa5 Better handling of assignments in assembly by Marc Poulhiès · 7 years ago