1. d2cee50 Merge pull request #1490 from mattgodbolt/libapi by Patrick Quist · 5 years ago
  2. b08ff06 Conserve output for compiler output empty lines by RabsRincon · 5 years ago
  3. d334a5b Only load es6-shim on IE11 by Austin Morton · 5 years ago
  4. 73f9835 Fix support for IE11. Closes #1258 by Austin Morton · 5 years ago
  5. 712fafb Fix double scrolling on thanks modal by Austin Morton · 5 years ago
  6. 8e1044c Fix modal width on large displays by Austin Morton · 5 years ago
  7. efca212 TocarIP has upgraded to Legendary Status! Thank you! by Matt Godbolt · 5 years ago
  8. 5759a07 Fix Thanks looks and link behaviour by RabsRincon · 5 years ago
  9. d5c7fdb Merge pull request #1487 from mattgodbolt/features/cppinsights-svg by Matt Godbolt · 5 years ago
  10. 4911c88 Merge pull request #1489 from mattgodbolt/features/what-is-this-a-cursor-for-clowns by Matt Godbolt · 5 years ago
  11. 4a6b7e3 Merge pull request #1493 from mattgodbolt/features/golden-layout-svg-icons by Matt Godbolt · 5 years ago
  12. 2035fb7 Fix issue with losing errors in execution (e.g. https://godbolt.org/beta/z/8R4cKF) by Matt Godbolt · 5 years ago
  13. 0ed1861 Replace golden-layout icons with SVG versions to improve high DPI displays by Austin Morton · 5 years ago
  14. e6c8c6e Fix for C++ annotations by RabsRincon · 5 years ago
  15. 125f4d3 libraries in executor by Partouf · 5 years ago
  16. dd7d0ce Fix hover tooltip not working for opt by RabsRincon · 5 years ago
  17. d4e9f37 libraries in conformance view by Partouf · 5 years ago
  18. 6e9c5c8 add libraries option to compile api by Partouf · 5 years ago
  19. 306c8d6 Override monaco line number cursor to work around comically large cursors on high DPI systems by Austin Morton · 5 years ago
  20. a86b365 Use SVG for cppinsights icon to improve clarity on high DPI displays by Austin Morton · 5 years ago
  21. 66d69cd Igor is a LEGEND by Matt Godbolt · 5 years ago
  22. ee27f10 Latest thanks by Matt Godbolt · 5 years ago
  23. 2d0ec73 Fix for cppp comment handling in the new monaco world. (CC @rabsrincon) by Matt Godbolt · 5 years ago
  24. 6d31993 Merge remote-tracking branch 'origin/master' into webpack by Matt Godbolt · 5 years ago
  25. feedf72 Merge remote-tracking branch 'origin/master' into executorpane by Matt Godbolt · 5 years ago
  26. bde4cc3 Merge pull request #1480 from mattgodbolt/features/iconify-all-the-things by Rubén Rincón Blanco · 5 years ago
  27. 755e080 Use model modeId for better languageid detection by RabsRincon · 5 years ago
  28. 6dd054e Move binary output to codelens for better experience by RabsRincon · 5 years ago
  29. f6b123b Remove nbsp in favor of margin on dropdown-icon and align social sharing icons by Austin Morton · 5 years ago
  30. 5ccf714 Fix missing function by RabsRincon · 5 years ago
  31. 6a8c67f Upgrade to Monaco 0.17 by RabsRincon · 5 years ago
  32. c53e9a6 Merge branch 'master' into executorpane by Rubén Rincón Blanco · 5 years ago
  33. 2f45cba Fix Program Stdout text bug by RabsRincon · 5 years ago
  34. b51ef88 Optimize and inline svg logo into page contents by Austin Morton · 5 years ago
  35. 553f52c Use font-awesome icons for all menu items where appropriate by Austin Morton · 5 years ago
  36. f9c692b Add toggle for compiler output by RabsRincon · 5 years ago
  37. d732a63 Make warnings et al appear in the editor pane from execution pane by Matt Godbolt · 5 years ago
  38. 87c5fcc Conserve empty compiler output lines by RabsRincon · 5 years ago
  39. 13a1ff8 Merge branch 'master' into executorpane by RabsRincon · 5 years ago
  40. 52b977b Conserve empty lines in output pane by RabsRincon · 5 years ago
  41. af3a683 Merge remote-tracking branch 'origin/master' into executorpane by Matt Godbolt · 5 years ago
  42. 1888ac3 Introduce async/await. Package up the build results in the execution package. Use that to show compiler stderr/stdout in execution even if the compilation succeeds by Matt Godbolt · 5 years ago
  43. fc26913 Make new toggles saveable & fix args by RabsRincon · 5 years ago
  44. 8361928 adds toggles and panels for execution pane by Partouf · 5 years ago
  45. 61a757c Ensure we do an initial compilation by RabsRincon · 5 years ago
  46. 20bc613 Compile when the executor is first created by RabsRincon · 5 years ago
  47. 321c69d Update rust keywords: Add async/await/try by Lzu Tao · 5 years ago
  48. bc427a6 Improve execution output parsing by RabsRincon · 5 years ago
  49. 747dec2 Merge branch 'master' into executorpane by RabsRincon · 5 years ago
  50. 6d71f52 Fix IRview onClose not enabling the button back by RabsRincon · 5 years ago
  51. ea2a139 Make unwise options configurable by RabsRincon · 5 years ago
  52. 5125d4f Make the latest cppx compiler the default, per @hsutter's request by Matt Godbolt · 5 years ago
  53. 9f06ff2 Merge branch 'master' into executorpane by RabsRincon · 5 years ago
  54. 73b0f6d Thanks! by Matt Godbolt · 5 years ago
  55. 895bfd5 Compiler Explorer Team->Authors (for consistency) by Matt Godbolt · 5 years ago
  56. 6b8e22c Fix FontScale and make stdin field multilineable by RabsRincon · 5 years ago
  57. d0585bc clean up no-longer-relevant custom url shortener client scripts by Matt Hammerly · 5 years ago
  58. ca763e5 add external tinyurl shortener, use old-style serialized state for external shorteners by Matt Hammerly · 5 years ago
  59. da69643 make url shortener handler return entire url by Matt Hammerly · 5 years ago
  60. fe66d60 Merge branch 'master' into notification_on_unwise_options by Rubén Rincón Blanco · 5 years ago
  61. af24e16 Initial stding support for the executor pane by RabsRincon · 5 years ago
  62. 8d24f9a Merge branch 'master' into executorpane by RabsRincon · 5 years ago
  63. aed9ae7 Improve executor pane UI by RabsRincon · 5 years ago
  64. 8696cfd Completely strip popular arguments from executor by RabsRincon · 5 years ago
  65. 5f60a5b Add mailto to privacy policy email by RabsRincon · 5 years ago
  66. 0ecdf33 First implementation of execute-only pane by RabsRincon · 5 years ago
  67. 2f83c47 Updates to privacy policy by Matt Godbolt · 5 years ago
  68. 0b7773c Merge pull request #1316 from mattgodbolt/policy-dating by Matt Godbolt · 5 years ago
  69. dfd2681 Make linked text more readable in dark mode by RabsRincon · 5 years ago
  70. 9fdde1d Use default Monaco color for dark text highlights by RabsRincon · 5 years ago
  71. 9ba7b43 Merge pull request #1315 from mattgodbolt/betterinterlinking by Rubén Rincón Blanco · 5 years ago
  72. 0d4f6d6 Set dark theme as default if the user ask for it by RabsRincon · 5 years ago
  73. 3e5c490 Added grouping and group collapse to the notification to not flood the UI by Luka Prebil · 5 years ago
  74. d631e29 improved responsiveness of mouseover highlighting by Partouf · 5 years ago
  75. 9a0b129 Implemented feature by Luka Prebil Grintal · 5 years ago
  76. 0db213e Fixes Bootstrap 4.3.1 problems with Share button by RabsRincon · 5 years ago
  77. c7c6f21 Support staging environment by Matt Godbolt · 5 years ago
  78. 078c4df Change the way we report MOTD issues. See #1057 by Matt Godbolt · 5 years ago
  79. 8c9f6e7 Latest thanks by Matt Godbolt · 5 years ago
  80. 7dee084 library popup needs some more height space by Partouf · 5 years ago
  81. 3b8a2f0 improved comment detection in pascal mode by Partouf · 6 years ago
  82. 4a557a4 April thanks by Matt Godbolt · 6 years ago
  83. 01804db Update available libs on lang change by RabsRincon · 6 years ago
  84. 98a5179 Fix color blending issue by RabsRincon · 6 years ago
  85. 8c6f4da Add "Scroll to source" action to irview by RabsRincon · 6 years ago
  86. 3343a68 Upgrade compiler output code link by RabsRincon · 6 years ago
  87. eb0a45d * Add 6502 support by Matt Godbolt · 6 years ago
  88. 1dae8cc Further work towards a better code linking colours by RabsRincon · 6 years ago
  89. 27eccb9 Merge branch 'master' into policy-dating by RabsRincon · 6 years ago
  90. bcbd590 Send unique pane name instead of this reference by RabsRincon · 6 years ago
  91. b5b6f5d Remove old html markup by RabsRincon · 6 years ago
  92. f735cf3 Rethink how we want to communicate policy changes by RabsRincon · 6 years ago
  93. d005bf3 Improve pane interlinking by RabsRincon · 6 years ago
  94. dce2ca5 Fix compiler selectizer losing order on searchs by RabsRincon · 6 years ago
  95. 2e7fc5f Super minor tweaks to @bugwelle's awesome PR for LLVM IR mode! by Matt Godbolt · 6 years ago
  96. b873225 Merge branch 'master' into llvm by Matt Godbolt · 6 years ago
  97. d8b29df Ensure Conf. view gets initial language on init by RabsRincon · 6 years ago
  98. a36e23c Fix cuda disassembly code highlighting by Sebastian Staffa · 6 years ago
  99. 38a7cba March thanks by Matt Godbolt · 6 years ago
  100. dcf927e Add Version tree link to Other dropdown by RabsRincon · 6 years ago