1. cc771dd Merge branch 'master' into asm_doc by Rubén · 8 years ago
  2. f277a16 Handle hex properly; extract function. Handle hex style. Throttle mouse moves by Matt Godbolt · 8 years ago
  3. 1c084ea IntelliJ autoformat by Matt Godbolt · 8 years ago
  4. bd7d1fc Fixed typo that prevented code highlighting. Sorry about that by Rubén Rincón · 8 years ago
  5. 7d5739c Fixed typo that prevented code highlighting. Sorry about that by Rubén Rincón · 8 years ago
  6. 14c70e0 Initial asm doc support by Rubén Rincón · 8 years ago
  7. fe79e33 Merge pull request #329 from RabsRincon/alert_on_url_too_long by Matt Godbolt · 8 years ago
  8. 7215153 Fixes tests. I tought Javascript was ok with that separation. Well, you learn something new every day by Rubén Rincón · 8 years ago
  9. 6b5d188 An alert is issued when the URL shortener fails, explaining that it's probably because of length limits. This is a temporary solution while Matt creates a local shortener by Rubén Rincón · 8 years ago
  10. 44fe60f Merge branch 'master' of github.com:mattgodbolt/compiler-explorer into asm_doc by Rubén Rincón · 8 years ago
  11. a557ee5 Merge branch 'master' into null_fix by Rubén · 8 years ago
  12. bf11e9f We now check if we actually have some assembly to link. Fixes #324 by Rubén Rincón · 8 years ago
  13. c5399c5 Alpha navie implementaiton of asm docs. Token generated and sent to new winwdow with test web. Only works for Intel x86 and the way we get the token is not really my favourite, but the 'legit' way is not working by Rubén Rincón · 8 years ago
  14. b45a1e5 Adds a tooltip (Made from decorations) that converts numerical constants on the asm hex->decimal and viceversa. by Rubén Rincón · 8 years ago
  15. c62e2d1 Correctly handle disabled cookies etc. Fixes #318 by Matt Godbolt · 8 years ago
  16. b6555b8 Request settings on creation. Fixes #316 by Matt Godbolt · 8 years ago
  17. 100a400 Reformatting, add a TODO by Matt Godbolt · 8 years ago
  18. a312325 We're now able to mark the asm linked to a line of code on multiple compiler windows by Rubén Rincón · 8 years ago
  19. 92a73e2 Fix typo in settings by Matt Godbolt · 8 years ago
  20. 575aefa Merge branch 'double_link_editors' of github.com:RabsRincon/compiler-explorer into double_link_editors by Rubén Rincón · 8 years ago
  21. 8fbeb2c Fixed Travis build by Rubén Rincón · 8 years ago
  22. ad5a8b2 Merge branch 'master' into double_link_editors by Rubén · 8 years ago
  23. a1afd01 I think this fixes merge issues. But I'm not sure by Rubén Rincón · 8 years ago
  24. 5801837 Linked code now shows using Monaco's decorations and maps correctly to more than one 1 line/block by Rubén Rincón · 8 years ago
  25. 5410a2b Whoops by Matt Godbolt · 8 years ago
  26. ddddc8e Read-only embedded by Matt Godbolt · 8 years ago
  27. ef975bd Move to using pug templates to assemble both main view and embedded view. Means a reduction in code duplication between embedded and non-embedded; and saves a round-trip getting the options. by Matt Godbolt · 8 years ago
  28. c3e8d35 Noodling on embedded stuff by Matt Godbolt · 8 years ago
  29. 67dc905 More thanks by Matt Godbolt · 8 years ago
  30. b429be1 Fix up Patreon link by Matt Godbolt · 8 years ago
  31. ac86540 More thanks by Matt Godbolt · 8 years ago
  32. 9d601e9 Refactor local storage; have configurable prefix by Matt Godbolt · 8 years ago
  33. 8b86367 Remove absolute path references by Matt Godbolt · 8 years ago
  34. b87cb64 Lint fixes by Matt Godbolt · 8 years ago
  35. 582ab89 Fix up multiple editor/compiler problems. See #287, #289, #171, #175 by Matt Godbolt · 8 years ago
  36. e337de5 Moving options around a bit more...hopefully fixing the 768 width issue by Matt Godbolt · 8 years ago
  37. dcfaab8 Links to other languges now configurable by Matt Godbolt · 8 years ago
  38. fd4c1b7 Switched to glyphs for marking. Removed glyph if line has no source by Rubén Rincón · 8 years ago
  39. bc1108a Merge remote-tracking branch 'origin/beta' by Matt Godbolt · 8 years ago
  40. 566bdcf Merge pull request #275 from RabsRincon/beta by Matt Godbolt · 8 years ago
  41. 6f4469d Some work on embedded views (with reference to #286 by Matt Godbolt · 8 years ago
  42. fde6c27 Ensure editors are closable even if coming from links by Matt Godbolt · 8 years ago
  43. 45afc3d Merge branch 'double_link_editors' of github.com:RabsRincon/compiler-explorer into double_link_editors by Rubén Rincón · 8 years ago
  44. 3e308cb Fixed defects reported by Travis tests by Rubén Rincón · 8 years ago
  45. bb411c0 Merge branch 'master' into double_link_editors by Rubén · 8 years ago
  46. aa735e4 Added checkbox on Settings to toggle the double linking on hover. Fixed off by 1 error by Rubén Rincón · 8 years ago
  47. 97ee805 Latest thanks by Matt Godbolt · 8 years ago
  48. 40f8433 Fix lint by Matt Godbolt · 8 years ago
  49. 93f1e77 Remove some done TODOs by Matt Godbolt · 8 years ago
  50. af5decf Work in progress on newer UI, and multiple editors by Matt Godbolt · 8 years ago
  51. 3d923c1 Links are now generated based on JS window.location.hostname. Only automatic language recognition is left. by Rubén Rincón · 8 years ago
  52. ea7964d More fixes for highlighting CL ARM. by Matt Godbolt · 8 years ago
  53. cf0efd7 Swallow up localstorage settings issues. Should fix #276 by Matt Godbolt · 8 years ago
  54. 3c5863b New load/save window. by Matt Godbolt · 8 years ago
  55. 6a14581 Fixed unnecessary file change by Rubén Rincón · 8 years ago
  56. 7f67ebb Initial concept of double linked editors. Contextual menu lets you go to the first instance of the releated code/assembly by Rubén Rincón · 8 years ago
  57. f216da4 Revert "Initial concept of double linked editors. Contextual menu lets you go to the first instance of the releated code/assembly" by Rubén Rincón · 8 years ago
  58. f71c1af Initial concept of double linked editors. Contextual menu lets you go to the first instance of the releated code/assembly by Rubén Rincón · 8 years ago
  59. 8bf73b3 Fix lint by Matt Godbolt · 8 years ago
  60. 5922590 Add button to load from a local file. Fixes #255 by Matt Godbolt · 8 years ago
  61. c0971b1 Adds links to the supported languages by Rubén · 8 years ago
  62. e2c636b Make colouring configurable. Add a bunch of palettes. by Matt Godbolt · 8 years ago
  63. 60eaad3 Treat '@' as a comment. Fixes #20 by Matt Godbolt · 8 years ago
  64. 7200be9 More thanks by Matt Godbolt · 8 years ago
  65. 36d9eea Workaround for #270 by Matt Godbolt · 8 years ago
  66. d2643c0 Make bracket closing configurable by Matt Godbolt · 8 years ago
  67. 03cdcbf Slightly nicer settings by Matt Godbolt · 8 years ago
  68. 0288108 Separate settings, make delay time configurable by Matt Godbolt · 8 years ago
  69. df111e2 Revert "Go back to using the bower package (thanks @michal-golfi)" by Matt Godbolt · 8 years ago
  70. 02d030d Fix for compiler output panes by Matt Godbolt · 8 years ago
  71. 81d076b Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 8 years ago
  72. 458576f Diff tweaks by Matt Godbolt · 8 years ago
  73. c214241 D lang for monaco by Matt Godbolt · 8 years ago
  74. acdfee0 Rust language mode for monaco by Matt Godbolt · 8 years ago
  75. 4a290c8 UI tweaks for diff by Matt Godbolt · 8 years ago
  76. 5e1a076 Persist diff view information by Matt Godbolt · 8 years ago
  77. 6c547f8 More thanks by Matt Godbolt · 8 years ago
  78. 37c6291 First diff actually working by Matt Godbolt · 8 years ago
  79. 476df0f Merge branch 'diff' into monaco by Matt Godbolt · 8 years ago
  80. f3fe7a6 Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  81. 55c53b0 Merge branch 'master' into diff by Matt Godbolt · 8 years ago
  82. 0639664 Update comments with more thoughts by Matt Godbolt · 8 years ago
  83. 2626561 Lint fixes by Matt Godbolt · 8 years ago
  84. 4f76bd1 Early binary support by Matt Godbolt · 8 years ago
  85. e2ec96c Thanks... by Matt Godbolt · 8 years ago
  86. 5558a77 Latest thanks by Matt Godbolt · 8 years ago
  87. e4ec967 Fix up error docs by Matt Godbolt · 8 years ago
  88. 9959ffd More thanks. I promise I'll start checking in actual changes soon... by Matt Godbolt · 8 years ago
  89. 28cf533 Fix a name typo by Matt Godbolt · 8 years ago
  90. 4d3803e Even more thank-yous! Thanks everyone by Matt Godbolt · 8 years ago
  91. 57ab3ab Typos by Matt Godbolt · 8 years ago
  92. deeb41e More thanks! by Matt Godbolt · 8 years ago
  93. fbd6d0a Give FullStory a go... by Matt Godbolt · 8 years ago
  94. 11bb734 More thanks changes by Matt Godbolt · 8 years ago
  95. 3b308bb Reinstate a hamburger icon for less wide displays. Fix #245 by Matt Godbolt · 8 years ago
  96. 40ad585 More thanks changes by Matt Godbolt · 8 years ago
  97. cc02826 More thanks by Matt Godbolt · 8 years ago
  98. 377dbe0 Add a new patron (thanks!) by Matt Godbolt · 8 years ago
  99. 62c414c Bring patreon logo inline by Matt Godbolt · 8 years ago
  100. f45841b Add 'Thanks to' with initial list of patrons. Thanks everyone by Matt Godbolt · 8 years ago