Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tsify lib/compilers (#4609)gh-6026 | Jeremy Rifkin | 2023-01-29 |
| | |||
* | npm run lint to get const fixesgh-5871 | Jeremy Rifkin | 2023-01-17 |
| | |||
* | The Grand Reformat (#3643)gh-2830 | Matt Godbolt | 2022-05-09 |
| | | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly | ||
* | Transfer copyright to compiler explorer authors (#2232) | Patrick Quist | 2020-09-26 |
| | |||
* | Use ES6 Modules (#2132) | Austin Morton | 2020-09-26 |
| | |||
* | Eliminate all dynamic require statements (#2230) | Austin Morton | 2020-09-25 |
| | |||
* | Add new eslint rules (#2121) | Rubén Rincón Blanco | 2020-08-04 |
| | | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com> | ||
* | Ensure backend options are always generated | RabsRincon | 2020-06-15 |
| | |||
* | Allow forward slash in all command line arguments | Austin Morton | 2019-10-09 |
| | | | | | | | | They are already allowed in nearly all places, the only exceptions being PPCI and tools. Additionally update PPCI argument blacklist to include --html-report option. | ||
* | Merge pull request #855 from partouf/ppcifilter | Rubén | 2018-03-07 |
|\ | | | | | PPCI argument filter | ||
| * | weird things happen when return is on its own | Partouf | 2018-03-07 |
| | | |||
| * | shorter | Partouf | 2018-03-07 |
| | | |||
| * | change to filterUserOptions | Partouf | 2018-03-07 |
| | | |||
| * | ppci argument filter | Partouf | 2018-03-07 |
| | | |||
* | | Fix copyright dates and normalize text | RabsRincon | 2018-02-27 |
|/ | |||
* | ES6fy ppci and improve base-compiler | RabsRincon | 2018-01-28 |