Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warn on set types bigger than max size, default to 0..255 for int literals ↵ | metagn | 2023-04-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | (#21659) * test implicitly huge set types refs https://github.com/nim-lang/RFCs/issues/298 * oh my god * boot at least * don't error, fix remaining issues, no 2 len arrays * fix runnable example * test assuming 0..255 for int literal * test refactor, add changelog, test | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -1/+1 |
| | | | | between modules | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | avoid more global variables | Andreas Rumpf | 2018-05-11 | 1 | -0/+3 |
| | |||||
* | minor refactorings for better destructors | Andreas Rumpf | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | some progress on --symbolfiles:on | Andreas Rumpf | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | tester cleanup; enable some rod tests | Araq | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | next steps in getting symbol files to work again | Araq | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | some attempts to make symbolfiles work again | Araq | 2016-08-13 | 1 | -1/+1 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -5/+1 |
| | |||||
* | proper development version number | Araq | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | documentation updates | Araq | 2014-10-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Updated Version Number | Varriount | 2014-09-28 | 1 | -1/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
|/ | |||||
* | devel is version 0.9.5 | Araq | 2014-04-22 | 1 | -2/+1 |
| | |||||
* | version 0.9.4 | Araq | 2014-04-21 | 1 | -3/+3 |
| | |||||
* | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | preparations for version 0.9.4 | Araq | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | version 0.9.2 | Araq | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | bugfix: c2nim and pas2nim work again | Araq | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | preparations for 0.9.0 | Araq | 2012-09-23 | 1 | -3/+3 |
| | |||||
* | added 'system.shallow' | Araq | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | compilation cache: fixed recently introduced bug (lazy loading of bodies) | Araq | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | lazy loading of body ast implemented | Araq | 2011-10-30 | 1 | -1/+1 |
| | |||||
* | compilation cache: various bugfixes; works for the compiler itself | Araq | 2011-10-27 | 1 | -0/+2 |
| | |||||
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -2/+2 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+20 |