1. 284897e Move back to actual real ICOs for favicon by Matt Godbolt · 7 years ago
  2. 1050da5 Fix up favicon by Matt Godbolt · 7 years ago
  3. 9e15051 Replace 'beta' text with overlay of 'BETA' by Matt Godbolt · 7 years ago
  4. 6ee88a6 Tweak tab headers & add alt text to logo by RabsRincon · 7 years ago
  5. fc72053 Import new logo and change CSS etc to use it by Matt Godbolt · 7 years ago
  6. 6d950ec Ensure monaco is loaded for embedded views. Fixes #833 by Matt Godbolt · 7 years ago
  7. 0047588 Improve cfg graph layout. by Karlis Senko · 7 years ago
  8. dffd49e Add initial 0s to output count by RabsRincon · 7 years ago
  9. b4259e5 Tweak Output button by RabsRincon · 7 years ago
  10. 93d0241 Add line count to compiler output button by RabsRincon · 7 years ago
  11. 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
  12. e16e8e9 Removing the publicPath and setting it inside base-path to get beta working by jaredwy · 7 years ago
  13. 71fdfdb Forgot to add the new base-pug file by jaredwy · 7 years ago
  14. 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
  15. cebb880 Serving loader from a relative location by jaredwy · 7 years ago
  16. 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
  17. 796e023 WIP by jaredwy · 7 years ago
  18. 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
  19. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  20. 6ea55d1 Revert inline script removal as requested by RabsRincon · 7 years ago
  21. 8b71a65 Fix CSP implementation by RabsRincon · 7 years ago
  22. ef7db1a Implement CSP by RabsRincon · 7 years ago
  23. b44c27a Eneable C support by RabsRincon · 7 years ago
  24. 99e6c47 Add text to some of the UI components by RabsRincon · 7 years ago
  25. b775d37 Remove Fira Mono temporally by RabsRincon · 7 years ago
  26. a14d494 Allow language selection in writieable embed view by RabsRincon · 7 years ago
  27. 9e120e1 Add ability to select default language by RabsRincon · 7 years ago
  28. c657df1 Remove language from the page title by RabsRincon · 7 years ago
  29. f7d2cfe Disable dropdown on embed by RabsRincon · 7 years ago
  30. 4de9247 Pull language dropdown to the right by RabsRincon · 7 years ago
  31. d7818ae Merge branch 'master' into unification by Rubén · 7 years ago
  32. 76665e4 gccdump: disable view when invalid compiler selected by Marc Poulhiès · 7 years ago
  33. fbbb4c9 Fix Editor losing code on language switch by RabsRincon · 7 years ago
  34. 70d02f7 Update meta descriptions by RabsRincon · 7 years ago
  35. 556c41a Merge pull request #632 from partouf/fpcdemangle by Rubén · 7 years ago
  36. de3a699 Add basic UI support by RabsRincon · 7 years ago
  37. 9a00c9b Apply beta through config. Closes #647 by Matt Godbolt · 7 years ago
  38. 59a561d rename pascal views and webjs by partouf · 7 years ago
  39. 3628201 Format pug files by RabsRincon · 7 years ago
  40. d591536 Fix roge parenthesis by RabsRincon · 7 years ago
  41. e5a4cf7 Advertise Mailing Group on Others section. by RabsRincon · 7 years ago
  42. 96fb489 indentation by partouf · 7 years ago
  43. c9c62ac Minimal FPC support by partouf · 7 years ago
  44. cfefa37 Initial support for GCC Tree/RTL dumps. by Marc Poulhiès · 7 years ago
  45. 3a6acdb Add option to reset LruCache for each compiler by RabsRincon · 7 years ago
  46. 65c6ff7 Finish up Cfg view review concerns by Rubén · 7 years ago
  47. 10e77ba changed button tooltip from Activate to show by cppchedy · 7 years ago
  48. 297658e Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  49. 5ef207f Handle defaulting new filters to their default settings. by Matt Godbolt · 7 years ago
  50. 32516e1 Support not-demangling in binary mode too by Matt Godbolt · 7 years ago
  51. 027d29e Add filter that disables demangling by Rubén · 7 years ago
  52. e450a64 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by cppchedy · 7 years ago
  53. 9125038 fixe UI bug: navigation button partially visible along with dragging bug by cppchedy · 7 years ago
  54. c1ebb29 changed background color by cppchedy · 7 years ago
  55. c2635a5 Rename Reset UI layout as suggested by #528 by Rubén · 7 years ago
  56. 54750d9 Merge branch 'master' into master by Rubén · 7 years ago
  57. 8eb4df5 Add general improvements to lib dropdown by Rubén · 7 years ago
  58. 5a75995 Merge branch 'master' into master by Rubén · 7 years ago
  59. 4c5f1bf Add library inclusion dropdown by Rubén · 7 years ago
  60. 37db98c produce CGF structure only if filter are set. handle empty source code case. by cppchedy · 7 years ago
  61. 5e13447 add a button in Graph view to show/hide navigation buttons in the convas. by cppchedy · 7 years ago
  62. 8d5b679 fixed Cfg bug, make improvement to UI by cppchedy · 7 years ago
  63. 3bfe4a1 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer into mattgodbolt-master by cppchedy · 7 years ago
  64. 3dd2506 adding support for control flow graph mode by cppchedy · 7 years ago
  65. 76554cf Add ability to resize font with mousewheel if mouse is on top by Rubén · 7 years ago
  66. 3f9d9bd Link to installed libraries on wiki by Matt Godbolt · 7 years ago
  67. 9c01519 Improvements to embedded views by Matt Godbolt · 7 years ago
  68. 905ab55 Add latest example from @hsutter by Matt Godbolt · 7 years ago
  69. 68acb96 Fix typo in conformance CSS by Matt Godbolt · 7 years ago
  70. e94ce86 Add a description for Swift by Rubén · 7 years ago
  71. 34abc54 Add Swift to the sitemap by Rubén · 7 years ago
  72. 83c23f5 Add new changelog popup by Rubén · 7 years ago
  73. d924c8d Fix up include in cppx example by Matt Godbolt · 7 years ago
  74. 417d2a7 cppx changes by Matt Godbolt · 7 years ago
  75. 349193c Add spaces between setting dropdowns by Rubén · 7 years ago
  76. 5ba8bb7 Make minimap display togglable by Rubén · 7 years ago
  77. 454cca7 Move Twitter button to the bottom of the list by Rubén · 7 years ago
  78. dc72bdb Define style for the different themes for CV by Rubén · 7 years ago
  79. d23dda1 Merge pull request #467 from mattgodbolt/conformance by Rubén · 7 years ago
  80. 049d928 Switch to "Compile as you type" and change icon by Rubén · 7 years ago
  81. 9a44255 Adress various points brought up by Matt by Rubén · 7 years ago
  82. db8bf4e Early support for swift. test with `make EXTRA_ARGS="--language Swift"` by Matt Godbolt · 7 years ago
  83. 5aaa201 Add Conformance viewer by Rubén · 7 years ago
  84. 3f97867 Stop storing the unexpanded source in the compiler by Rubén · 7 years ago
  85. 2459dd2 Mention Haskell/ispc on descriptions by Rubén · 7 years ago
  86. a548fe7 Document the existence of Haskell support by Rubén · 7 years ago
  87. 8dbd5dc Add Haskell support by Simon Brand · 7 years ago
  88. 6cfe56c Make default ISPC code operate on scalars to match other languages by Joshua Sheard · 7 years ago
  89. a4007d3 Let the search engines know about ispc by Rubén · 7 years ago
  90. 93a0ff1 Merge pull request #442 from TartanLlama/master by Matt Godbolt · 7 years ago
  91. 630d9f7 Add ispc example, configure ispc amazon env by Matt Godbolt · 7 years ago
  92. 3446562 Support displaying the Clang AST by Simon Brand · 7 years ago
  93. 2e76244 Add ability to disable Monaco's context menu by Rubén · 7 years ago
  94. c9a52be Change Help to Other on navbar by Rubén · 7 years ago
  95. 66b8225 Merge branch 'master' of github.com:mattgodbolt/compiler-explorer by Rubén · 7 years ago
  96. 46a31ec Better descriptions that fit the maximum lengths of most popular search engines (120) by Rubén · 7 years ago
  97. 4b20026 Fix up indentation for #opt; fixes #426 by Matt Godbolt · 7 years ago
  98. 20c1332 Add optio for execution by Matt Godbolt · 7 years ago
  99. 86ffb38 Fix typo in sitemap by Matt Godbolt · 7 years ago
  100. fc11f76 Seo! We have a definition now so we don't show stuipd stuff when people search for the compiler explorer by Rubén Rincón · 7 years ago