1. 2c71f0d Fix LDC AST detection by RabsRincon · 6 years ago
  2. 8a43d59 Treat `xword` as a data directive. Fixes #1081 by Matt Godbolt · 6 years ago
  3. bdc447f Fix local storage & add compiler name to unfurling by RabsRincon · 6 years ago
  4. 08cd1ed Use binary buffers for hash; safe64 encode results. Addresses #1056 by Matt Godbolt · 6 years ago
  5. 895369f Move to on-the-fly parsing by RabsRincon · 6 years ago
  6. 9d02f2e Restructure open graph metadata by RabsRincon · 6 years ago
  7. c334aa4 Merge branch 'master' into storage by Matt Godbolt · 6 years ago
  8. d3bced7 tests for fixed demangler jmp regex by Partouf · 6 years ago
  9. e31daa7 Try to fix page reload behaviour seen in beta by RabsRincon · 6 years ago
  10. 466a532 Move metadata to top level to make it indexable by RabsRincon · 6 years ago
  11. 482f388 Add more metadata to each link by RabsRincon · 6 years ago
  12. d33afe1 Add some tests. Fiddle around AWS stuff by Matt Godbolt · 6 years ago
  13. c076fed add some tests by Nicole Mazzuca · 6 years ago
  14. 615a6e6 lowercase filenames by Nicole Mazzuca · 6 years ago
  15. 97e02f1 Fix comments, plus add some tests by Nicole Mazzuca · 6 years ago
  16. 9ddf22f Support Visual C++ and Windows well by Nicole Mazzuca · 6 years ago
  17. 5cf4d7f Merge branch 'master' into EU by Matt Godbolt · 6 years ago
  18. 7a98e50 Fix handling of falsey values in language properties. Closes #1000 by Matt Godbolt · 6 years ago
  19. 07e07c5 Merge branch 'master' into EU by Matt Godbolt · 6 years ago
  20. 478ac62 Optimize regular expressions - don't start with `/.*`. Addresses #995 by Matt Godbolt · 6 years ago
  21. 8242db3 Add some type documentation to some lib files by RabsRincon · 6 years ago
  22. 1e053fd Add getHash tests by RabsRincon · 6 years ago
  23. dd2ab6d Move to own fork of cookieconsent by RabsRincon · 6 years ago
  24. e567783 Add logger tests to ensure usability by RabsRincon · 6 years ago
  25. 8ce9259 Fix library parser not adding lib paths by RabsRincon · 6 years ago
  26. 89eea25 add testcase for #978 by Partouf · 6 years ago
  27. 12026f6 Move anonymizeIp function to utils.js & add tests by RabsRincon · 6 years ago
  28. 0e79066 Add semver ordering to compilers by RabsRincon · 6 years ago
  29. 1a33902 Merge compilerProps functions to a general case one (#956) by Rubén · 6 years ago
  30. 7c18ffe Drop underscore-node in favour of underscore.js by RabsRincon · 6 years ago
  31. 6235faf Merge pull request #909 from mattgodbolt/contextualdemangler by Matt Godbolt · 6 years ago
  32. 2bca0bf use -n on the unittests, so they run under windows as well by Partouf · 6 years ago
  33. 5fb14fd use const for c++filt path by Partouf · 6 years ago
  34. 181c984 fix copyright notice by Partouf · 6 years ago
  35. c698a1a Merge pull request #940 from mattgodbolt/int-properties by Matt Godbolt · 6 years ago
  36. 5dcd18f Avoid 0X.. property values to be parsed as ints by RabsRincon · 6 years ago
  37. 012f392 Remove some old notes; move oldhash to test (it's an old manual test setp I'm keeping for posterity) by Matt Godbolt · 6 years ago
  38. 5ba7122 Addressing @RabsRincon comments by Matt Godbolt · 6 years ago
  39. 78c3142 Use the new caching system for compilation caches. by Matt Godbolt · 6 years ago
  40. 72760b6 Support creation of cache chains from config strings by Matt Godbolt · 6 years ago
  41. 36b7208 First attempt at some new caching; including in-memory, on-disk, and on S3 by Matt Godbolt · 6 years ago
  42. be339f3 refactor unittest descriptions by Partouf · 6 years ago
  43. 9782072 Make llvm-mca a child of analysis-tool baseclass by RabsRincon · 6 years ago
  44. ac8d24a First stab at CUDA support. See #221 by Matt Godbolt · 6 years ago
  45. b929d42 Add an 'analysis' tool class, and add llvm-mca as its first client by Filipe Cabecinhas · 6 years ago
  46. 53ac6d3 Merge pull request #908 from mattgodbolt/format by Rubén · 6 years ago
  47. cb85ab0 should not detect this because loss of information by Partouf · 7 years ago
  48. e795aba bugfix CL label recognition by Partouf · 7 years ago
  49. 39a11b1 arm branch support by Partouf · 7 years ago
  50. 7246b32 refactoring, bugfixes and unittest by Partouf · 7 years ago
  51. 90a6a95 code styling by Partouf · 7 years ago
  52. 885a987 unittest fixes by Partouf · 7 years ago
  53. fc09410 testcase adjustment by Partouf · 7 years ago
  54. 2d85ed0 use the right demangler by Partouf · 7 years ago
  55. 104a6c9 passing tests by Partouf · 7 years ago
  56. 78c03c2 demangler unittest fixes by Partouf · 7 years ago
  57. 7216fe8 stuff and tests that don't work by Partouf · 7 years ago
  58. feab155 basic version by partouf · 7 years ago
  59. 55e4dd9 work in progress by partouf · 7 years ago
  60. e5ee5a2 Make clang-format user input more secure by RabsRincon · 6 years ago
  61. 6e85b2d Merge pull request #902 from partouf/gofixes by Matt Godbolt · 6 years ago
  62. b7a3228 review fixes by Partouf · 6 years ago
  63. 499fa7d Add initial compiler-finder test by RabsRincon · 6 years ago
  64. 1d9d1be Fix copyright header by RabsRincon · 6 years ago
  65. 281d139 Add base-compiler test file by RabsRincon · 6 years ago
  66. 0afd799 Add tests for bad formatters by RabsRincon · 6 years ago
  67. bcdfd46 Add list formatters handler test by RabsRincon · 6 years ago
  68. b8c8c65 Reimplement code formatting by RabsRincon · 6 years ago
  69. 5e45234 add unittest by Partouf · 7 years ago
  70. d376426 * Improve error display for Google ShortLinks by RabsRincon · 7 years ago
  71. 2ff9775 Improve tests structures a tiny bit by RabsRincon · 7 years ago
  72. 7145ba9 Improve small details by RabsRincon · 7 years ago
  73. 483fb3e Separate compiler search from app.js by RabsRincon · 7 years ago
  74. 04d7d9c Ensure we don't list unused languages on the api by RabsRincon · 7 years ago
  75. 968ce50 Add superfluous base argument parser test by RabsRincon · 7 years ago
  76. e3de491 Fix #892 by RabsRincon · 7 years ago
  77. 85482c2 Add AST output to LDC. by Johan Engelen · 7 years ago
  78. f16c7bb refactor to add extra test by Partouf · 7 years ago
  79. a58689b remove temp path from filenames in output by Partouf · 7 years ago
  80. f0f7452 better error output for pascal by Partouf · 7 years ago
  81. 8ccd00f Rename variable to be more verbose by RabsRincon · 7 years ago
  82. f9928eb Improve CSP & add some corner case tests by RabsRincon · 7 years ago
  83. d74c528 Add quote-props lint options & add D tests by RabsRincon · 7 years ago
  84. 7fc071e Merge pull request #855 from partouf/ppcifilter by Rubén · 7 years ago
  85. c8be475 change to filterUserOptions by Partouf · 7 years ago
  86. a412d5a ppci argument filter by Partouf · 7 years ago
  87. 2f6cd42 Add --noCache EXTRA_ARGA to disable caching by RabsRincon · 7 years ago
  88. 2986ccb Merge pull request #845 from mattgodbolt/copyright by Rubén · 7 years ago
  89. 6ef87b5 Fix copyright dates and normalize text by RabsRincon · 7 years ago
  90. 311636a Add llvm.default $ format test file by RabsRincon · 7 years ago
  91. 3e713b0 Fixed copyright and renamed to OptCompiler by Adrian Bibby Walther · 7 years ago
  92. a76f9a2 Added tests for LLVM IR by Adrian Bibby Walther · 7 years ago
  93. 7ea6d88 Merge branch 'master' into fixedes6 by Rubén · 7 years ago
  94. 9a76e77 remove return initialise, no need for unittestmode by Partouf · 7 years ago
  95. 7c34579 Add ISPC language configuration (C++) by RabsRincon · 7 years ago
  96. 03430f5 Handle MIPS label types (when autodeteted). Fixes #660 by Matt Godbolt · 7 years ago
  97. d690182 New pascal tests by Partouf · 7 years ago
  98. 9cb7251 ES6fy CompilationEnv. Fixed some tests cornercases by RabsRincon · 7 years ago
  99. d493dfb Format code by RabsRincon · 7 years ago
  100. a54faef ES6fy compilers inheritance by RabsRincon · 7 years ago