1. 423f668 Move to newer sentry library (hopefully fixes any sentry log issues) by Matt Godbolt · 6 years ago
  2. ff70006 Remove extraneous semicolon (and hopefully trigger a travis build) by Matt Godbolt · 6 years ago
  3. 5c74986 Add flag to exit the process when compilers clash by RabsRincon · 6 years ago
  4. 8c61e3e Shore up s3 error handling by Matt Godbolt · 6 years ago
  5. 61691d7 Fix up case where aws fails to initialise (e.g. you're on a laptop on a train...) by Matt Godbolt · 6 years ago
  6. da819cf Merge pull request #1171 from Bl4ckb0ne/tool-pahole by Matt Godbolt · 6 years ago
  7. 89e29d2 Tooling : make pahole process binary files only by Simon Zeni · 6 years ago
  8. 56ff6a7 Tooling : use promise when compiling for pahole by Simon Zeni · 6 years ago
  9. ad7f192 Treat groups of labels next to each other as equivalent for the purposes of determining live/deadness. Fixes #1179 by Matt Godbolt · 6 years ago
  10. 4d6653d Handle strings with spaces in them in asm output with horizontal whitespace squashing on. Fixes #883 by Matt Godbolt · 6 years ago
  11. 3a74e16 Tooling : fixes for pahole after `make check` by Simon Zeni · 6 years ago
  12. 4d9f995 Tooling : add pahole by Simon Zeni · 6 years ago
  13. dd3a6fe Be more defensive when talking to remote hosts. Addreses #1167 by Matt Godbolt · 6 years ago
  14. 006b5be use properties to determine objdump support by Partouf · 6 years ago
  15. 1640e28 disable VC objdump by default by Partouf · 6 years ago
  16. ae47e2b lint- and bugfixes by Partouf · 6 years ago
  17. b796fc7 improve comments by Partouf · 6 years ago
  18. 6e6e929 make backward compatible with pervious version by Partouf · 6 years ago
  19. b691b3f support for binary mode on VS compilers by Partouf · 6 years ago
  20. bb16fa6 Merge pull request #1155 from mattgodbolt/buildexecutable by Patrick Quist · 6 years ago
  21. 7d5d11a Merge pull request #1157 from mattgodbolt/clangcwd by Patrick Quist · 6 years ago
  22. fad0997 oops by Partouf · 6 years ago
  23. 0fceef3 clang sometimes needs workingdirectory to be set by Partouf · 6 years ago
  24. 0774603 fix #887 by Partouf · 6 years ago
  25. b212020 refactor by Partouf · 6 years ago
  26. 833598f dont cache execresult by Partouf · 6 years ago
  27. d7e4e7a make zig executable by Partouf · 6 years ago
  28. 45b97cb exec for zig by Partouf · 6 years ago
  29. 2e7a58b dmd exec fix by Partouf · 6 years ago
  30. e7fbc1f remove obsolete params by Partouf · 6 years ago
  31. 1822f9e change if back to original form by Partouf · 6 years ago
  32. 9ffec0b refactor to start execute earlier and glue it on the result near the end by Partouf · 6 years ago
  33. 863d4b5 refactor by Partouf · 6 years ago
  34. 2a6e10c attempt at seperating compilation and execution by Partouf · 6 years ago
  35. 1a71a22 Move to own cookie consent solution by RabsRincon · 6 years ago
  36. ad98a48 lint fix by Patrick Quist · 6 years ago
  37. cb205b1 Merge branch 'master' into master by Patrick Quist · 6 years ago
  38. 7cb3108 Merge pull request #1146 from mattgodbolt/gostdout by Patrick Quist · 6 years ago
  39. 468f6af Merge remote-tracking branch 'matt/master' into sourcetools by Partouf · 6 years ago
  40. b2cd903 support clang-tidy -fix by Partouf · 6 years ago
  41. ec97753 Merge pull request #1136 from mattgodbolt/msvctextfilterfix by Patrick Quist · 6 years ago
  42. 32481d2 codereview fixes by Partouf · 6 years ago
  43. d55178e source by Partouf · 6 years ago
  44. 2fb8e8d golang: extract logging from asm stdout by Partouf · 6 years ago
  45. 5917617 clangtidy options by Partouf · 6 years ago
  46. 7aed850 add gcc path to flags when other compilers are used by Partouf · 6 years ago
  47. ba40481 Merge pull request #1114 from bugwelle/moncao-llvm by Matt Godbolt · 6 years ago
  48. 213d89f refactor by Partouf · 6 years ago
  49. 464690a wine only on linux by Partouf · 6 years ago
  50. b8feb48 wine support by Partouf · 6 years ago
  51. 7d1a83f independent source tooling and postcompilation asm tooling by Partouf · 6 years ago
  52. c486556 Fixes for https proxying; use https for www.godbolt.ms by Matt Godbolt · 6 years ago
  53. 72babf2 Fix s3 cache report; fix config string by Matt Godbolt · 6 years ago
  54. 7bf5484 Merge pull request #1125 from mattgodbolt/privacy_cookie by Matt Godbolt · 6 years ago
  55. f821397 Merge pull request #1126 from mattgodbolt/cacheBust by Matt Godbolt · 6 years ago
  56. ed75b5d Handle uncaught promise on formatter version error by RabsRincon · 6 years ago
  57. 94abf88 extra tests, and refactoring because of lint error by Partouf · 6 years ago
  58. 654689f leave datadefs in by default, and remove when unused by Partouf · 6 years ago
  59. 4a8e207 treat all datadefs equally by Partouf · 6 years ago
  60. 90f60d7 Changes according to PR1127. by dbroemmel · 6 years ago
  61. 6c5f1dd Adding Fortran specific compiler script to enable .mod files. by dbroemmel · 6 years ago
  62. eabe33c Minor refactoring to extract filterAsmLine in one place. Starting to think about fixing #883 by Matt Godbolt · 6 years ago
  63. 3ab0ad1 Ensure clicking reload forces a recompile on the backend even if there's a cache too. Will mean we can enable file/s3 caching on the backends by Matt Godbolt · 6 years ago
  64. 1d5d6cc Move privacy configuration to a cookie with a configurable domain. See #1109 by Matt Godbolt · 6 years ago
  65. 848e84f [Monaco] Add llvm syntax highlighting by Andre Meyering · 6 years ago
  66. 7ba94cc refactor by Partouf · 6 years ago
  67. 5556038 refactor by Partouf · 6 years ago
  68. 8bb5e7d add defaultCompiler to api/languages, and add api/libraries by Partouf · 6 years ago
  69. 03a366b bugfix clientstate conformanceview by Partouf · 6 years ago
  70. 4978fc2 optional space in error message by Partouf · 6 years ago
  71. 1d24eea more lint fixes by Partouf · 6 years ago
  72. 4938814 lintfixes by Partouf · 6 years ago
  73. 8e47608 fix error message by Partouf · 6 years ago
  74. 349d414 detect more type of errors by Partouf · 6 years ago
  75. e058c59 Merge pull request #1110 from mattgodbolt/shortlinkjson by Patrick Quist · 6 years ago
  76. a51ebd4 support conformanceview by Partouf · 6 years ago
  77. 3c5d67d Merge pull request #1086 from mattgodbolt/shortlinkjson by Patrick Quist · 6 years ago
  78. 88aa406 bugfix by Partouf · 6 years ago
  79. 9397b4a make loading from json a bit more optional by Partouf · 6 years ago
  80. 866361f Merge pull request #1106 from mattgodbolt/clean by Patrick Quist · 6 years ago
  81. 12dbaf3 Initial version of (patchy) Fortran support. by dbroemmel · 6 years ago
  82. 816efb1 type errors by Partouf · 6 years ago
  83. 4bd1d1e not 2019 yet by Partouf · 6 years ago
  84. 4225852 fix by Partouf · 6 years ago
  85. 5887d79 . by Partouf · 6 years ago
  86. d700dfb lint fixes, add error output preprocess func by Partouf · 6 years ago
  87. f7c0e75 lint by Partouf · 6 years ago
  88. b766e08 binary testcode, only works for clean32 3.0 by Partouf · 6 years ago
  89. 706f408 trying out styling by Partouf · 6 years ago
  90. ad1932f bintest by Partouf · 6 years ago
  91. 4b9dd0b std libraries via libPath by Partouf · 6 years ago
  92. ce13a52 recheck if this works by Partouf · 6 years ago
  93. 14fe246 test by Partouf · 6 years ago
  94. ca3336f on linux the folders are different by Partouf · 6 years ago
  95. 9d5cd09 extra libpaths by Partouf · 6 years ago
  96. eda3b9f add cleanpath for binary mode by Partouf · 6 years ago
  97. 05e00e7 oops by Partouf · 6 years ago
  98. ad542bc formatting by Partouf · 6 years ago
  99. 6a769c1 basic asm producing compilation with clean by Partouf · 6 years ago
  100. 5c17178 initial basics by Partouf · 6 years ago