1. 28c2901 shorter by Partouf · 7 years ago
  2. c8be475 change to filterUserOptions by Partouf · 7 years ago
  3. a412d5a ppci argument filter by Partouf · 7 years ago
  4. 08c855f Merge pull request #830 from rayhamel/use-isystem by Matt Godbolt · 7 years ago
  5. bae829e Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer into use-isystem by Ray Hamel · 7 years ago
  6. df624af Remove unused parameter by RabsRincon · 7 years ago
  7. 995ab91 Add initial DMD support by RabsRincon · 7 years ago
  8. 2e145dd Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer into use-isystem by Ray Hamel · 7 years ago
  9. c559bbb Merge pull request #829 from rayhamel/stringify-listedVersions by Rubén · 7 years ago
  10. 76585ce Fix crash when a library's `listedVersions` is one number. ref #828 by Ray Hamel · 7 years ago
  11. 1b7c3a8 If supported, set include paths w/ -isystem to quiet warnings in headers by Ray Hamel · 7 years ago
  12. b07a3af Format code by RabsRincon · 7 years ago
  13. 682804d Merge pull request #826 from karliss/cfg-layout by Rubén · 7 years ago
  14. 88b5c3b Improve linter rules by RabsRincon · 7 years ago
  15. 0047588 Improve cfg graph layout. by Karlis Senko · 7 years ago
  16. 3387a25 Attempt two at specifying linguist config by Matt Godbolt · 7 years ago
  17. d4ae1a0 Fix ASCI Colour codes popping on some places by RabsRincon · 7 years ago
  18. 35e4dfc Let the user know we're loading the short url by RabsRincon · 7 years ago
  19. 8457f34 Rust 1.24 by Matt Godbolt · 7 years ago
  20. a0c4b28 Merge pull request #817 from mattgodbolt/install_yarn by Matt Godbolt · 7 years ago
  21. 46244d5 Update fonts used by editors by RabsRincon · 7 years ago
  22. 8bc814f Report output size to the UI by RabsRincon · 7 years ago
  23. 1e9f6c8 Stop compiler asm from moving on recompilation by RabsRincon · 7 years ago
  24. 0a87dcb Merge pull request #822 from mattgodbolt/eslint by Rubén · 7 years ago
  25. 1313ff8 Address review comments by RabsRincon · 7 years ago
  26. d44a0c5 Harden max-length rules by RabsRincon · 7 years ago
  27. 1a8629b Remove console check from pre-commit hook by RabsRincon · 7 years ago
  28. 670afd8 Move to ESLint by RabsRincon · 7 years ago
  29. 60448b0 More thanks. Should automate this... by Matt Godbolt · 7 years ago
  30. 4931886 Fix Demangle UI by RabsRincon · 7 years ago
  31. fcaefa1 Fix #819 by RabsRincon · 7 years ago
  32. f8468e5 Use a local-installed yarn. Refactor all the 'find node' stuff out of the Makefile by Matt Godbolt · 7 years ago
  33. 91d50f5 Merge pull request #816 from partouf/missingassemblers by Rubén · 7 years ago
  34. 623f80f removed missing assemblers by Partouf · 7 years ago
  35. dffd49e Add initial 0s to output count by RabsRincon · 7 years ago
  36. 4f0c022 Remove unnecessary files by Matt Godbolt · 7 years ago
  37. fc0e641 Attempt at specifying linguist config by Matt Godbolt · 7 years ago
  38. 5388d82 Merge pull request #812 from DanielRosenwasser/patch-1 by jaredwy · 7 years ago
  39. 14c1fdd Fix link syntax. by Daniel Rosenwasser · 7 years ago
  40. b4259e5 Tweak Output button by RabsRincon · 7 years ago
  41. 62e6830 Format files by RabsRincon · 7 years ago
  42. 24d5304 Improve dark theme selectize dropdown by RabsRincon · 7 years ago
  43. c237562 Re-Remove deprecated handler by RabsRincon · 7 years ago
  44. ac2f65a Filter out unused compiler options in client code by RabsRincon · 7 years ago
  45. 93d0241 Add line count to compiler output button by RabsRincon · 7 years ago
  46. e78acc5 Merge pull request #810 from mattgodbolt/jw/eqeqeq by Rubén · 7 years ago
  47. 3f362fd Enabling eqeqeeq for server side codee as w ell by jaredwy · 7 years ago
  48. 2158263 adding eqeqeq into our jshint files, so that everyone uses === it also updates everything to use === by jaredwy · 7 years ago
  49. 5daeceb Merge pull request #792 from mattgodbolt/fixedes6 by Rubén · 7 years ago
  50. a414d8a Merge branch 'master' into fixedes6 by Rubén · 7 years ago
  51. ef89c6a Merge pull request #800 from mattgodbolt/jw/webpack by jaredwy · 7 years ago
  52. 7b14f37 Adding in a webpack args command line arugment, use this to pass -p for prod builds as this seems to be the right thing to do according to docs. Just some general white space clean up in the webpack config file by jaredwy · 7 years ago
  53. 8720896 Adding in uglify for our last push to prod by jaredwy · 7 years ago
  54. b647cc0 Using the html loader instead of copying the files in by jaredwy · 7 years ago
  55. 38ad394 Move the html pages into the dist bundle, so they get served. I hope by jaredwy · 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. 00b042f Making jslint happy with the new global variable by jaredwy · 7 years ago
  60. 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
  61. 61c9c8c Copy the directory to vs not to vs/vs by jaredwy · 7 years ago
  62. cebb880 Serving loader from a relative location by jaredwy · 7 years ago
  63. 0848c3c Remove report uri by Rubén · 7 years ago
  64. 95d4f4e requoting the env paths or it tries to execute the paths, fixing up a misssed variable change from a merge by jaredwy · 7 years ago
  65. c4e8b91 removing any reference to versions as we don't use them anymore, instead rely on the hash in webpack by jaredwy · 7 years ago
  66. cd41770 Fix bad merge by RabsRincon · 7 years ago
  67. 4fbcdaa Merge branch 'master' into jw/webpack by Rubén · 7 years ago
  68. b9ee2e9 Format app.js to reduce merge conflicts by RabsRincon · 7 years ago
  69. cd4a21a Fix tests by RabsRincon · 7 years ago
  70. 5bf7e6b Address PR reviews by RabsRincon · 7 years ago
  71. 147ee66 Fix (hopefully) for dist by Matt Godbolt · 7 years ago
  72. 4601420 Look for yarn in /opt too, and if found there, invoke it via the picked node version (and not just whatever version of node is on the PATH) by Matt Godbolt · 7 years ago
  73. bdf7358 moving things about to get the makefile working with travis-dist mostly just copying the vs folder in so it can load from the static dir, and then getting the faveicon copied into the dist folder so we can serve everything from in there by jaredwy · 7 years ago
  74. 6a9f475 Upadting the makefile to only package up what is needed now by jaredwy · 7 years ago
  75. 942a00f Some final clean up and bug fixing before we roll this out to beta by jaredwy · 7 years ago
  76. 0946543 More thanks by Matt Godbolt · 7 years ago
  77. 2e612c4 Fixing a sharing bug that was including a url from node modules not static by jaredwy · 7 years ago
  78. 8652eca Fixing a few bugs: by jaredwy · 7 years ago
  79. 4fe764a Dev mode back up and running by jaredwy · 7 years ago
  80. 7ea6d88 Merge branch 'master' into fixedes6 by Rubén · 7 years ago
  81. 02122d8 ES6fy ppci and improve base-compiler by RabsRincon · 7 years ago
  82. 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
  83. 796e023 WIP by jaredwy · 7 years ago
  84. f807986 Making jshint happy adding some missed semi colons, removing the dist files and vs from being checked by jaredwy · 7 years ago
  85. cc34e74 Include our custom css after the library css, this makes sure we override any defaults with our css by jaredwy · 7 years ago
  86. 2cd7516 Switching back to yarn after the merge. Some clean up after some extra code snuck in after the merge app.js ended up with a few extra requires by jaredwy · 7 years ago
  87. 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
  88. 06827d3 Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually by jaredwy · 7 years ago
  89. 4aa1edd Adding the vs that gets copied by webpack into the gitignore file by jaredwy · 7 years ago
  90. 1fb351b Adding a path to the right vs by jaredwy · 7 years ago
  91. b545b33 bower be gone by jaredwy · 7 years ago
  92. 094e223 moving vs into the static directory instead of the main directory by jaredwy · 7 years ago
  93. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  94. e28ca15 Merge pull request #790 from windelbouwman/master by Rubén · 7 years ago
  95. 40b42c7 Merge pull request #793 from partouf/es6unittest by Rubén · 7 years ago
  96. 67235ec not needed by partouf · 7 years ago
  97. b46611d remove obsolete/empty constructors by partouf · 7 years ago
  98. 68a7f94 things that don't make sense by Partouf · 7 years ago
  99. 11da4e8 Merge branch 'es6unittest' of https://github.com/partouf/compiler-explorer into es6unittest by Partouf · 7 years ago
  100. 457a6f5 compiler handler calls initialise() by Partouf · 7 years ago