1. ec97753 Merge pull request #1136 from mattgodbolt/msvctextfilterfix by Patrick Quist · 7 years ago
  2. 32481d2 codereview fixes by Partouf · 7 years ago
  3. ba40481 Merge pull request #1114 from bugwelle/moncao-llvm by Matt Godbolt · 7 years ago
  4. c486556 Fixes for https proxying; use https for www.godbolt.ms by Matt Godbolt · 7 years ago
  5. 72babf2 Fix s3 cache report; fix config string by Matt Godbolt · 7 years ago
  6. 7bf5484 Merge pull request #1125 from mattgodbolt/privacy_cookie by Matt Godbolt · 7 years ago
  7. f821397 Merge pull request #1126 from mattgodbolt/cacheBust by Matt Godbolt · 7 years ago
  8. ed75b5d Handle uncaught promise on formatter version error by RabsRincon · 7 years ago
  9. 94abf88 extra tests, and refactoring because of lint error by Partouf · 7 years ago
  10. 654689f leave datadefs in by default, and remove when unused by Partouf · 7 years ago
  11. 4a8e207 treat all datadefs equally by Partouf · 7 years ago
  12. 90f60d7 Changes according to PR1127. by dbroemmel · 7 years ago
  13. 6c5f1dd Adding Fortran specific compiler script to enable .mod files. by dbroemmel · 7 years ago
  14. eabe33c Minor refactoring to extract filterAsmLine in one place. Starting to think about fixing #883 by Matt Godbolt · 7 years ago
  15. 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 · 7 years ago
  16. 1d5d6cc Move privacy configuration to a cookie with a configurable domain. See #1109 by Matt Godbolt · 7 years ago
  17. 848e84f [Monaco] Add llvm syntax highlighting by Andre Meyering · 7 years ago
  18. 7ba94cc refactor by Partouf · 7 years ago
  19. 5556038 refactor by Partouf · 7 years ago
  20. 8bb5e7d add defaultCompiler to api/languages, and add api/libraries by Partouf · 7 years ago
  21. 03a366b bugfix clientstate conformanceview by Partouf · 7 years ago
  22. 4978fc2 optional space in error message by Partouf · 7 years ago
  23. 1d24eea more lint fixes by Partouf · 7 years ago
  24. 4938814 lintfixes by Partouf · 7 years ago
  25. 8e47608 fix error message by Partouf · 7 years ago
  26. 349d414 detect more type of errors by Partouf · 7 years ago
  27. e058c59 Merge pull request #1110 from mattgodbolt/shortlinkjson by Patrick Quist · 7 years ago
  28. a51ebd4 support conformanceview by Partouf · 7 years ago
  29. 3c5d67d Merge pull request #1086 from mattgodbolt/shortlinkjson by Patrick Quist · 7 years ago
  30. 88aa406 bugfix by Partouf · 7 years ago
  31. 9397b4a make loading from json a bit more optional by Partouf · 7 years ago
  32. 866361f Merge pull request #1106 from mattgodbolt/clean by Patrick Quist · 7 years ago
  33. 12dbaf3 Initial version of (patchy) Fortran support. by dbroemmel · 8 years ago
  34. 816efb1 type errors by Partouf · 7 years ago
  35. 4bd1d1e not 2019 yet by Partouf · 7 years ago
  36. 4225852 fix by Partouf · 7 years ago
  37. 5887d79 . by Partouf · 7 years ago
  38. d700dfb lint fixes, add error output preprocess func by Partouf · 7 years ago
  39. f7c0e75 lint by Partouf · 7 years ago
  40. b766e08 binary testcode, only works for clean32 3.0 by Partouf · 7 years ago
  41. 706f408 trying out styling by Partouf · 7 years ago
  42. ad1932f bintest by Partouf · 7 years ago
  43. 4b9dd0b std libraries via libPath by Partouf · 7 years ago
  44. ce13a52 recheck if this works by Partouf · 7 years ago
  45. 14fe246 test by Partouf · 7 years ago
  46. ca3336f on linux the folders are different by Partouf · 7 years ago
  47. 9d5cd09 extra libpaths by Partouf · 7 years ago
  48. eda3b9f add cleanpath for binary mode by Partouf · 7 years ago
  49. 05e00e7 oops by Partouf · 7 years ago
  50. ad542bc formatting by Partouf · 7 years ago
  51. 6a769c1 basic asm producing compilation with clean by Partouf · 7 years ago
  52. 5c17178 initial basics by Partouf · 7 years ago
  53. 09d9fa5 Update CONTRIBUTORS.md and Zig compiler styling by RabsRincon · 7 years ago
  54. 667588e being able to store and retreive clientstate json by Partouf · 7 years ago
  55. 7b5b31a refactoring by Partouf · 7 years ago
  56. 27daaff bugfix by Partouf · 7 years ago
  57. 291c7c0 Fix zig 0.2.0 compilation failures by Marc Tiehuis · 7 years ago
  58. 652fd6b move shortlinkinfo to /api by Partouf · 7 years ago
  59. de6d355 removed obsolete titles, made some lines shorter for linter to accept by Partouf · 7 years ago
  60. 1b6ddc3 bugfixes and extra test by Partouf · 7 years ago
  61. 3fa93fa use foreach by Partouf · 7 years ago
  62. 428b09c support ast/opt/cfg/gccdump by Partouf · 7 years ago
  63. 2c71f0d Fix LDC AST detection by RabsRincon · 7 years ago
  64. b99cc61 clientstate utils by Partouf · 7 years ago
  65. ee142f6 Fix typo by Matt Godbolt · 7 years ago
  66. 7f08a4e Stop Zig compiler creating C header files by Marc Tiehuis · 7 years ago
  67. 8a43d59 Treat `xword` as a data directive. Fixes #1081 by Matt Godbolt · 7 years ago
  68. ae8a825 Merge pull request #1069 from tiehuis/zig-support by Rubén · 7 years ago
  69. 2aef82a Add the ability to specify environment variables (on windows) (#1073) by nicole mazzuca · 7 years ago
  70. 5329bf7 Filter potentially dangerous zig user options by Marc Tiehuis · 7 years ago
  71. cdb37a7 Merge branch 'master' into zig-support by Rubén · 7 years ago
  72. ffd04ac Add zig support by Marc Tiehuis · 7 years ago
  73. d1a7c9f Ensure C has proper keyword matching in Monaco by RabsRincon · 7 years ago
  74. bdc447f Fix local storage & add compiler name to unfurling by RabsRincon · 7 years ago
  75. 08cd1ed Use binary buffers for hash; safe64 encode results. Addresses #1056 by Matt Godbolt · 7 years ago
  76. 895369f Move to on-the-fly parsing by RabsRincon · 7 years ago
  77. fa748a2 CamelCasify special_metadata by RabsRincon · 7 years ago
  78. 9d02f2e Restructure open graph metadata by RabsRincon · 7 years ago
  79. c334aa4 Merge branch 'master' into storage by Matt Godbolt · 7 years ago
  80. f703811 Fix incorrect regular expression for jmp calls by Patrick Quist · 7 years ago
  81. c89a1cd Create error handlerss by RabsRincon · 7 years ago
  82. 349bbd4 Improve 404 message by RabsRincon · 7 years ago
  83. 9d388f0 Properly handle request ip logging by RabsRincon · 7 years ago
  84. 4d85929 Fix reset UI link & pending request on error by RabsRincon · 7 years ago
  85. 1a060bc Implement crazy idea to fix anchor links problems by RabsRincon · 7 years ago
  86. e31daa7 Try to fix page reload behaviour seen in beta by RabsRincon · 7 years ago
  87. 466a532 Move metadata to top level to make it indexable by RabsRincon · 7 years ago
  88. 482f388 Add more metadata to each link by RabsRincon · 7 years ago
  89. b538ab0 Store to s3 at the same time we write to dynamo. Wait for both before we return 'ok' to user by Matt Godbolt · 7 years ago
  90. 5d000c4 Make s3 storage configurable; configure for live site by Matt Godbolt · 7 years ago
  91. 9af0b20 Add share metadata (og, twitter) for named links by RabsRincon · 7 years ago
  92. 93b9db2 Merge branch 'master' into storage by Rubén · 7 years ago
  93. e885c80 Improve URL get param handling by RabsRincon · 7 years ago
  94. 0ab9cfd Make S3 store fullHash to support named links by RabsRincon · 7 years ago
  95. d27740f Implement Query approach to s3 link storage db by RabsRincon · 7 years ago
  96. 6536b18 Implement DB with Scan as testing form by RabsRincon · 7 years ago
  97. db325b2 fix ordering of MSVC functions when inlining by Nicole Mazzuca · 7 years ago
  98. 6fa6a24 Optimize local storage unique subhash finding by RabsRincon · 7 years ago
  99. 81a392d Remove .json ext on filenames in local storage by RabsRincon · 7 years ago
  100. 8f82c34 Add S3 machinery to S3 storage solution by RabsRincon · 7 years ago