1. 78a3f34 Use `-mllvm --x86-asm-syntax=intel` to get intel asm syntax on clang. Works on all clang versions. Fixes #280 by Matt Godbolt · 8 years ago
  2. 97ee805 Latest thanks by Matt Godbolt · 8 years ago
  3. 40f8433 Fix lint by Matt Godbolt · 8 years ago
  4. 93f1e77 Remove some done TODOs by Matt Godbolt · 8 years ago
  5. af5decf Work in progress on newer UI, and multiple editors by Matt Godbolt · 8 years ago
  6. ea7964d More fixes for highlighting CL ARM. by Matt Godbolt · 8 years ago
  7. cf0efd7 Swallow up localstorage settings issues. Should fix #276 by Matt Godbolt · 8 years ago
  8. 3c5863b New load/save window. by Matt Godbolt · 8 years ago
  9. f3fc87b Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 8 years ago
  10. 17437cc Rust 1.15.1 (really) by Matt Godbolt · 8 years ago
  11. cb6247d Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Matt Godbolt · 8 years ago
  12. f7e014d Latest raven by Matt Godbolt · 8 years ago
  13. 8a70369 Rust 1.15.1 by Matt Godbolt · 8 years ago
  14. 8bf73b3 Fix lint by Matt Godbolt · 8 years ago
  15. 5922590 Add button to load from a local file. Fixes #255 by Matt Godbolt · 8 years ago
  16. e2c636b Make colouring configurable. Add a bunch of palettes. by Matt Godbolt · 8 years ago
  17. 60eaad3 Treat '@' as a comment. Fixes #20 by Matt Godbolt · 8 years ago
  18. 7200be9 More thanks by Matt Godbolt · 8 years ago
  19. 36d9eea Workaround for #270 by Matt Godbolt · 8 years ago
  20. d2643c0 Make bracket closing configurable by Matt Godbolt · 8 years ago
  21. 03cdcbf Slightly nicer settings by Matt Godbolt · 8 years ago
  22. 0288108 Separate settings, make delay time configurable by Matt Godbolt · 8 years ago
  23. 4c77876 Roll to latest monaco by Matt Godbolt · 8 years ago
  24. df111e2 Revert "Go back to using the bower package (thanks @michal-golfi)" by Matt Godbolt · 8 years ago
  25. 02d030d Fix for compiler output panes by Matt Godbolt · 8 years ago
  26. 81d076b Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 8 years ago
  27. 458576f Diff tweaks by Matt Godbolt · 8 years ago
  28. c214241 D lang for monaco by Matt Godbolt · 8 years ago
  29. acdfee0 Rust language mode for monaco by Matt Godbolt · 8 years ago
  30. 4a290c8 UI tweaks for diff by Matt Godbolt · 8 years ago
  31. 5e1a076 Persist diff view information by Matt Godbolt · 8 years ago
  32. cbc4d0b Remove old diff handler; old static directory (at last!) by Matt Godbolt · 8 years ago
  33. 33bb0ee Rescan compilers every ten minutes by Matt Godbolt · 8 years ago
  34. 6c547f8 More thanks by Matt Godbolt · 8 years ago
  35. 6d2959f Better error handling by Matt Godbolt · 8 years ago
  36. bafc482 Error handling tweaks by Matt Godbolt · 8 years ago
  37. 37c6291 First diff actually working by Matt Godbolt · 8 years ago
  38. 476df0f Merge branch 'diff' into monaco by Matt Godbolt · 8 years ago
  39. f3fe7a6 Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  40. 55c53b0 Merge branch 'master' into diff by Matt Godbolt · 8 years ago
  41. 0639664 Update comments with more thoughts by Matt Godbolt · 8 years ago
  42. 2626561 Lint fixes by Matt Godbolt · 8 years ago
  43. 4f76bd1 Early binary support by Matt Godbolt · 8 years ago
  44. e2ec96c Thanks... by Matt Godbolt · 8 years ago
  45. e638960 Merge pull request #254 from JohanEngelen/patch-1 by Matt Godbolt · 8 years ago
  46. 5558a77 Latest thanks by Matt Godbolt · 8 years ago
  47. cdbe077 Add LDC 1.1.0 by Johan Engelen · 8 years ago
  48. e4ec967 Fix up error docs by Matt Godbolt · 8 years ago
  49. 9959ffd More thanks. I promise I'll start checking in actual changes soon... by Matt Godbolt · 8 years ago
  50. 28cf533 Fix a name typo by Matt Godbolt · 8 years ago
  51. 4d3803e Even more thank-yous! Thanks everyone by Matt Godbolt · 8 years ago
  52. 57ab3ab Typos by Matt Godbolt · 8 years ago
  53. deeb41e More thanks! by Matt Godbolt · 8 years ago
  54. 4948d7f Ignore analytics when linting by Matt Godbolt · 8 years ago
  55. fbd6d0a Give FullStory a go... by Matt Godbolt · 8 years ago
  56. 11bb734 More thanks changes by Matt Godbolt · 8 years ago
  57. 3b308bb Reinstate a hamburger icon for less wide displays. Fix #245 by Matt Godbolt · 8 years ago
  58. fc9ab9e Add error call back by Matt Godbolt · 8 years ago
  59. 40ad585 More thanks changes by Matt Godbolt · 8 years ago
  60. cc02826 More thanks by Matt Godbolt · 8 years ago
  61. 377dbe0 Add a new patron (thanks!) by Matt Godbolt · 8 years ago
  62. 62c414c Bring patreon logo inline by Matt Godbolt · 8 years ago
  63. f45841b Add 'Thanks to' with initial list of patrons. Thanks everyone by Matt Godbolt · 8 years ago
  64. c01f324 Update README.md by Matt Godbolt · 8 years ago
  65. afb33cb Add Patreon link (gulp!) by Matt Godbolt · 8 years ago
  66. 6f1039e Move more compilers over from gcc1204 instance to normal gcc instance by Matt Godbolt · 8 years ago
  67. 9aa45f7 Explicitly remove options for clang... by Matt Godbolt · 8 years ago
  68. a77c356 Don't pass gcc-toolchain to older clangs. Fixes #242 by Matt Godbolt · 8 years ago
  69. 0d04f0b Catch stream errors. Maybe addresses #228 by Matt Godbolt · 8 years ago
  70. 2b1be4e Fix proxying of requests. Fixes #239 by Matt Godbolt · 8 years ago
  71. eb679d5 Fix extraneous new line by Matt Godbolt · 8 years ago
  72. bc0bc3d Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 8 years ago
  73. ccd863e Bunch of TODOs; inline warnings/errors etc by Matt Godbolt · 8 years ago
  74. 14ff8eb Fix up <Compiler error> etc by Matt Godbolt · 8 years ago
  75. 0f8c397 URI encode the compiler when requesting by Matt Godbolt · 8 years ago
  76. 70c2132 Road map by Matt Godbolt · 8 years ago
  77. 7eb0d03 URI encode the compiler when requesting by Matt Godbolt · 8 years ago
  78. 76381e3 Road map by Matt Godbolt · 8 years ago
  79. b72bd48 Much improved assembly mode for monaco by Matt Godbolt · 8 years ago
  80. f88646a Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  81. 6ecd63b Banner fixes by Matt Godbolt · 8 years ago
  82. 801c586 README tweaks by Matt Godbolt · 8 years ago
  83. c0d7b5b More asm mode changes by Matt Godbolt · 8 years ago
  84. a9e777b Fix remote compilers by Matt Godbolt · 8 years ago
  85. 29ccf88 Beginnings of an ASM mode by Matt Godbolt · 8 years ago
  86. f394ffe Make lint happy to keep travis green by Matt Godbolt · 8 years ago
  87. 608cf80 Don't attempt to pack monaco-editor. by Matt Godbolt · 8 years ago
  88. 840d0a3 Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  89. 4078fad Go back to using the bower package (thanks @michal-golfi) by Matt Godbolt · 8 years ago
  90. 47195c2 Don't clean up temp diretories if there are pending compilations. Fixes #212. by Matt Godbolt · 8 years ago
  91. 23efc05 New RESTful API by Matt Godbolt · 8 years ago
  92. fe44677 Pop up an alert if URL parsing fails. by Matt Godbolt · 8 years ago
  93. 54ffd96 Always resize instead of refresh. Fixes #229 by Matt Godbolt · 8 years ago
  94. 65b5bf4 Correctly identify PROC and ENDP even when a comment is on the same line. Fixes #235 by Matt Godbolt · 8 years ago
  95. 29a4726 Merge pull request #233 from amonakov/patch-1 by Matt Godbolt · 8 years ago
  96. f6ab7fe base-compiler.js: acknowledge checkSource weakness by Alexander Monakov · 8 years ago
  97. 342a87e Merge branch 'master' of github.com:mattgodbolt/gcc-explorer by Matt Godbolt · 8 years ago
  98. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 8 years ago
  99. 7ea75df Make loading client-options.json asynchronous by Matt Godbolt · 8 years ago
  100. 0ee3cf2 Bump up timeouts etc by Matt Godbolt · 8 years ago