1. c42961a Make languages.js the only definition needed by RabsRincon · 7 years ago
  2. a8faae2 Remove unused logger by RabsRincon · 7 years ago
  3. 31aea03 Unify Pascal compilers by RabsRincon · 7 years ago
  4. 91f9590 Merge branch 'master' into unification by RabsRincon · 7 years ago
  5. fbbb4c9 Fix Editor losing code on language switch by RabsRincon · 7 years ago
  6. a8763c3 Fix lingering issues. Now you can at least compile! by RabsRincon · 7 years ago
  7. 63ed0e7 Change enough stuff as to get it running by RabsRincon · 7 years ago
  8. 0101884 Merge pull request #664 from partouf/fpclinkresfix by Matt Godbolt · 7 years ago
  9. 77251de set the output directory so link.res won't be created in the CWD by partouf · 7 years ago
  10. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  11. 2446ea5 separate demangler into support library by partouf · 7 years ago
  12. 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
  13. ce20f18 revert incorrect change by partouf · 7 years ago
  14. ef9ed6d if binaryHideFuncRe doesnt have a value, assume everything is a userfunction by partouf · 7 years ago
  15. fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
  16. bc28b43 Revert incorrect Regex fix in asm filtering by RabsRincon · 7 years ago
  17. 7a184ee Add code tracking for Go by RabsRincon · 7 years ago
  18. 13ab1db Enqueue compiler version requests to not swamp startup. Addresses #648 by Matt Godbolt · 7 years ago
  19. 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
  20. e72c874 Finalize Go implemenation by RabsRincon · 7 years ago
  21. 5d80e83 Allow older Go versions to run better! by RabsRincon · 7 years ago
  22. b6beea0 bugfix by partouf · 7 years ago
  23. b2279db bug/lintfix by partouf · 7 years ago
  24. a952aeb rename fpc to pascal by partouf · 7 years ago
  25. 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
  26. ab05526 extra functionality needed for non-standard assembly outputs by partouf · 7 years ago
  27. 491f645 linter fixes by partouf · 7 years ago
  28. f28670a refactoring of variables and functions, added different binary compilation and enabled execution by partouf · 7 years ago
  29. 4549287 use startsWith instead of indexOf by partouf · 7 years ago
  30. 4cbcea2 skip even more debugging prefixes by partouf · 7 years ago
  31. 9c912be don't demangle debugging symbols by partouf · 7 years ago
  32. ad620f5 fixes lint errors by partouf · 7 years ago
  33. 21d05b1 don't try to demangle global variables by partouf · 7 years ago
  34. 5652e22 fpc demangle assembly labels by partouf · 7 years ago
  35. 0882e6b fix #629 by cppchedy · 7 years ago
  36. 5199949 Fix unnecessary coercion comparision by RabsRincon · 7 years ago
  37. cb0fc7f Finish off #536 by RabsRincon · 7 years ago
  38. 482537e Format recently merged files by RabsRincon · 7 years ago
  39. 4ebc451 gccdump: add basic syntax highlighting by Marc Poulhiès · 7 years ago
  40. d77789b Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors) by Matt Godbolt · 7 years ago
  41. 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
  42. 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
  43. fdaddd6 Fix last newgols errors by RabsRincon · 7 years ago
  44. 97aa04e Add newer GoLang compilers by RabsRincon · 7 years ago
  45. 106bc4b Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined by Matt Godbolt · 7 years ago
  46. 1046fed support both asm output and objdumb output by partouf · 7 years ago
  47. 3cfde41 gccdump: display message for empty dump files by Marc Poulhiès · 7 years ago
  48. 07d19b3 use custom fpc.cfg by partouf · 7 years ago
  49. 9513de0 Mitigate #624 by RabsRincon · 7 years ago
  50. 7d6c120 removed logging by partouf · 7 years ago
  51. 8d1c520 oops, bugfix by partouf · 7 years ago
  52. fe8b126 setting not needed by partouf · 7 years ago
  53. b693a46 undo supports binary change by partouf · 7 years ago
  54. 65ef5df fixes after codereview by partouf · 7 years ago
  55. 6bfec26 indentation by partouf · 7 years ago
  56. 7ace3a7 . by partouf · 7 years ago
  57. f2f8d13 bugfix by partouf · 7 years ago
  58. c9c62ac Minimal FPC support by partouf · 7 years ago
  59. cfefa37 Initial support for GCC Tree/RTL dumps. by Marc Poulhiès · 7 years ago
  60. 9784aa5 Better handling of assignments in assembly by Marc Poulhiès · 7 years ago
  61. f691aae Finish up Chedy's PR Mostly formatting issues, but also few minor improvements by Rubén · 7 years ago
  62. 7cf0eaf fix of function filter by cppchedy · 7 years ago
  63. b804e0b desactivate Cfg mode when binary filter is set by cppchedy · 7 years ago
  64. f8cb1a5 Improve minor things in cfg code by Rubén · 7 years ago
  65. 13dce4a Merge pull request #540 from AndrewPardoe/master by Matt Godbolt · 7 years ago
  66. 895b66d Fix minor mistakes on asm-tooltip by Rubén · 7 years ago
  67. 54aa4a5 Generate new-style source annotation in binary mode. Fixes #553 by Matt Godbolt · 7 years ago
  68. 767351f Fixes #555 by Matt Godbolt · 7 years ago
  69. 83ff138 Better handling of labels in asm. by Matt Godbolt · 7 years ago
  70. d193739 Bring every file up-to-format-date by Rubén · 7 years ago
  71. 3ea1b4e Addressing feedback from RabsRicon by apardoe@microsoft.com · 7 years ago
  72. 8aade5f Merge remote-tracking branch 'godbolt/master' by Andrew Pardoe · 7 years ago
  73. 7957cef Add minor changes to Cfg views. (CC @cppchedy) by Rubén · 7 years ago
  74. 65c6ff7 Finish up Cfg view review concerns by Rubén · 7 years ago
  75. f74b3c0 fix bug in basic block generation by cppchedy · 7 years ago
  76. 747ee23 added test, resolved some reviews by cppchedy · 7 years ago
  77. 297658e Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  78. 3ae8673 resolve other review comments by cppchedy · 7 years ago
  79. 6da213f resolve review comments by cppchedy · 7 years ago
  80. 32516e1 Support not-demangling in binary mode too by Matt Godbolt · 7 years ago
  81. 027d29e Add filter that disables demangling by Rubén · 7 years ago
  82. aedf439 Ensure processOptOutput always completes. by Matt Godbolt · 7 years ago
  83. 89d71b3 Pass LD_LIBRARY_PATH to compiler environment too by Matt Godbolt · 7 years ago
  84. d7ac386 Massive WAG at getting site up again by Matt Godbolt · 7 years ago
  85. 13a9f8e put the starting node of the current function in selected state. fix filter: deal with typeinfo, vtable .... by cppchedy · 7 years ago
  86. dcbd890 variable name changed, comment deleted by cppchedy · 7 years ago
  87. 44dd2c1 stop node from shaking by cppchedy · 7 years ago
  88. 848cf1b Guard against non cpp compilers by cppchedy · 7 years ago
  89. e51e8a1 add semicolon by cppchedy · 7 years ago
  90. 299edc3 fix bug by cppchedy · 7 years ago
  91. ef84c87 add support for clang for Cfg generation by cppchedy · 7 years ago
  92. baa9647 support generation of Cfg structure when filter are not set by cppchedy · 7 years ago
  93. 985741b fixed bug by cppchedy · 7 years ago
  94. 3aa53d6 other changes requested by cppchedy · 7 years ago
  95. e62b6d2 modified according to reviewers by cppchedy · 7 years ago
  96. 4ac64ab change raw values to constant. by cppchedy · 7 years ago
  97. 5994479 modified names of functions and variables to follow naming convention by cppchedy · 7 years ago
  98. 58ae9a9 removed logs by cppchedy · 7 years ago
  99. 37db98c produce CGF structure only if filter are set. handle empty source code case. by cppchedy · 7 years ago
  100. 5e13447 add a button in Graph view to show/hide navigation buttons in the convas. by cppchedy · 7 years ago