1. c89a1cd Create error handlerss by RabsRincon · 6 years ago
  2. 420ad7b Make Short links default choice by RabsRincon · 6 years ago
  3. 1a060bc Implement crazy idea to fix anchor links problems by RabsRincon · 6 years ago
  4. e31daa7 Try to fix page reload behaviour seen in beta by RabsRincon · 6 years ago
  5. ff28920 Shorten links to `/z/BLAH` by Matt Godbolt · 6 years ago
  6. 9af0b20 Add share metadata (og, twitter) for named links by RabsRincon · 6 years ago
  7. a5610c1 Fix cause for second GET request being sent to / by RabsRincon · 6 years ago
  8. 65425ff Remove beta specific menu by RabsRincon · 6 years ago
  9. c55dee0 Move colours to theme and add ga events by RabsRincon · 6 years ago
  10. 95658a3 Merge branch 'master' into community_ads by Matt Godbolt · 6 years ago
  11. 4d2296f Make ads message obey user settings by RabsRincon · 6 years ago
  12. 708fc81 Disable loadSave & policies on embed view by RabsRincon · 6 years ago
  13. 623f669 Work in progress on community ads by Matt Godbolt · 6 years ago
  14. 68af503 Address some PR comments by RabsRincon · 6 years ago
  15. 0d8216b Try using cookieconsent by RabsRincon · 6 years ago
  16. 491c6e0 Prettify social sharing buttons by RabsRincon · 6 years ago
  17. d5222ce Tweak dropdown social sharing css by RabsRincon · 6 years ago
  18. f9f6171 Move to an own version of social sharing by RabsRincon · 6 years ago
  19. fe13a54 Move social sharing to Shariff by RabsRincon · 6 years ago
  20. 064fd81 Add Cookie Law template by RabsRincon · 6 years ago
  21. 8f38180 Set intra-whitespace removal off by default by RabsRincon · 6 years ago
  22. 6cce347 Experimental support for theme-color metatag by RabsRincon · 6 years ago
  23. aa47828 Add hideable behaviour to editor and conf. view by RabsRincon · 6 years ago
  24. 215ece0 Improve Conformance View performance and usability by RabsRincon · 6 years ago
  25. 0fc3097 Ensure caret on dropdown is visible on hidden items by Matt Godbolt · 6 years ago
  26. cef6360 Merge branch 'master' into compact_compiler_buttons by Matt Godbolt · 6 years ago
  27. 1ec8d89 Fix some typos in ARIA tags (for real) by Matt Godbolt · 6 years ago
  28. c9d317b Fix some typos in ARIA tags by Matt Godbolt · 6 years ago
  29. dc3db23 Hide some labels if it would save vertical space. Handy for smaller screens by Matt Godbolt · 6 years ago
  30. b8c8c65 Reimplement code formatting by RabsRincon · 6 years ago
  31. 0769d26 Fixed & improved some aspects of the gccdump by RabsRincon · 7 years ago
  32. 6860f14 Create custom button class by RabsRincon · 7 years ago
  33. aa5e6a7 Add options to cfg & improve UI by RabsRincon · 7 years ago
  34. 823600c Slightly reduce unnecesary page size by RabsRincon · 7 years ago
  35. 75b0735 * Add wrap state to output pane by RabsRincon · 7 years ago
  36. ca8efc4 Make existence of 'Short' share link clientside decision by Anders Waldenborg · 7 years ago
  37. 6f5aec2 Fix Conformance view icons by RabsRincon · 7 years ago
  38. 22a57dc Add report issue button to navbar in beta by RabsRincon · 7 years ago
  39. df80dd8 Revert Sentry Feedback by RabsRincon · 7 years ago
  40. 8cb27ab Add Sentry report by RabsRincon · 7 years ago
  41. d20e6be Separate output fontScale from compiler's by RabsRincon · 7 years ago
  42. c17cf8e Add notifications to clang concepts branch by RabsRincon · 7 years ago
  43. 256c9aa Disable compiler options field spellcheck by RabsRincon · 7 years ago
  44. b51c833 Add optional description to libraries by RabsRincon · 7 years ago
  45. 67a9173 Fix hamburger icon & improve sharing button by RabsRincon · 7 years ago
  46. 284897e Move back to actual real ICOs for favicon by Matt Godbolt · 7 years ago
  47. 1050da5 Fix up favicon by Matt Godbolt · 7 years ago
  48. 9e15051 Replace 'beta' text with overlay of 'BETA' by Matt Godbolt · 7 years ago
  49. 6ee88a6 Tweak tab headers & add alt text to logo by RabsRincon · 7 years ago
  50. fc72053 Import new logo and change CSS etc to use it by Matt Godbolt · 7 years ago
  51. 6d950ec Ensure monaco is loaded for embedded views. Fixes #833 by Matt Godbolt · 7 years ago
  52. 0047588 Improve cfg graph layout. by Karlis Senko · 7 years ago
  53. dffd49e Add initial 0s to output count by RabsRincon · 7 years ago
  54. b4259e5 Tweak Output button by RabsRincon · 7 years ago
  55. 93d0241 Add line count to compiler output button by RabsRincon · 7 years ago
  56. 9372ad9 Instead of dynamically adding a path, serve everything from relative this requires a change to the extract text plugin or you end up with dist/dist requested by jaredwy · 7 years ago
  57. e16e8e9 Removing the publicPath and setting it inside base-path to get beta working by jaredwy · 7 years ago
  58. 71fdfdb Forgot to add the new base-pug file by jaredwy · 7 years ago
  59. 8a937fa To make beta work it needs to serve assets from a base path of 'beta' so this just hacks a quick solution to that by jaredwy · 7 years ago
  60. cebb880 Serving loader from a relative location by jaredwy · 7 years ago
  61. 4db0746 faking a require in pug for now, until we can refactor enough to run webpack over our pug files by jaredwy · 7 years ago
  62. 796e023 WIP by jaredwy · 7 years ago
  63. 8be70d1 Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier by jaredwy · 7 years ago
  64. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  65. 6ea55d1 Revert inline script removal as requested by RabsRincon · 7 years ago
  66. 8b71a65 Fix CSP implementation by RabsRincon · 7 years ago
  67. ef7db1a Implement CSP by RabsRincon · 7 years ago
  68. b44c27a Eneable C support by RabsRincon · 7 years ago
  69. 99e6c47 Add text to some of the UI components by RabsRincon · 7 years ago
  70. b775d37 Remove Fira Mono temporally by RabsRincon · 7 years ago
  71. a14d494 Allow language selection in writieable embed view by RabsRincon · 7 years ago
  72. 9e120e1 Add ability to select default language by RabsRincon · 7 years ago
  73. c657df1 Remove language from the page title by RabsRincon · 7 years ago
  74. f7d2cfe Disable dropdown on embed by RabsRincon · 7 years ago
  75. 4de9247 Pull language dropdown to the right by RabsRincon · 7 years ago
  76. d7818ae Merge branch 'master' into unification by Rubén · 7 years ago
  77. 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
  78. fbbb4c9 Fix Editor losing code on language switch by RabsRincon · 7 years ago
  79. 70d02f7 Update meta descriptions by RabsRincon · 7 years ago
  80. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  81. de3a699 Add basic UI support by RabsRincon · 7 years ago
  82. 9a00c9b Apply beta through config. Closes #647 by Matt Godbolt · 7 years ago
  83. 59a561d rename pascal views and webjs by partouf · 7 years ago
  84. 3628201 Format pug files by RabsRincon · 7 years ago
  85. d591536 Fix roge parenthesis by RabsRincon · 7 years ago
  86. e5a4cf7 Advertise Mailing Group on Others section. by RabsRincon · 7 years ago
  87. 96fb489 indentation by partouf · 7 years ago
  88. c9c62ac Minimal FPC support by partouf · 7 years ago
  89. cfefa37 Initial support for GCC Tree/RTL dumps. by Marc Poulhiès · 7 years ago
  90. 3a6acdb Add option to reset LruCache for each compiler by RabsRincon · 7 years ago
  91. 65c6ff7 Finish up Cfg view review concerns by Rubén · 7 years ago
  92. 10e77ba changed button tooltip from Activate to show by cppchedy · 7 years ago
  93. 297658e Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  94. 5ef207f Handle defaulting new filters to their default settings. by Matt Godbolt · 7 years ago
  95. 32516e1 Support not-demangling in binary mode too by Matt Godbolt · 7 years ago
  96. 027d29e Add filter that disables demangling by Rubén · 7 years ago
  97. e450a64 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  98. 9125038 fixe UI bug: navigation button partially visible along with dragging bug by cppchedy · 7 years ago
  99. c1ebb29 changed background color by cppchedy · 7 years ago
  100. c2635a5 Rename Reset UI layout as suggested by #528 by Rubén · 7 years ago