Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -3/+3 |
| | |||||
* | refs #2377 | Araq | 2015-08-09 | 1 | -0/+2 |
| | |||||
* | small steps for making --symbolFiles:on work again | Araq | 2015-07-20 | 1 | -11/+11 |
| | |||||
* | Merge pull request #3020 from flaviut/rename-crc-to-hash | Andreas Rumpf | 2015-07-05 | 1 | -25/+25 |
|\ | | | | | CRC -> Hash | ||||
| * | CRC -> Hash | Flaviu Tamas | 2015-07-03 | 1 | -25/+25 |
| | | |||||
* | | Introduce NotesVerbosity defining verbosity levels | Adam Strzelecki | 2015-07-03 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | This solves two issues: 1. Some notes were enabled explicitly for some verbosity levels, so --hintName:on has no effect if verbosity level was too low. 2. Verbosity level for notes is not longer scattered across the source code, instead if now lives in msgs.nim NotesVerbosity array 3. Individual note settings have stronger effect than verbosity setting, so --hintName:off will disable hint regardless of high verbosity setting, and vice-versa --hintName:on will enable hint even on low verbosity setting. | ||||
* | renamed writeln to writeLine in compiler | patrick dw | 2015-06-19 | 1 | -201/+201 |
| | |||||
* | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -1/+1 |
| | | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column | ||||
* | Use sha1 instead of crc | Flaviu Tamas | 2015-05-26 | 1 | -6/+8 |
| | |||||
* | Rename crc module to "secure_hash" | Flaviu Tamas | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | Clean up crc module | Flaviu Tamas | 2015-05-23 | 1 | -6/+6 |
| | | | | | Use better names, remove quite a bit of dead code. Change `><` to a name that's actually descriptive. | ||||
* | Get rid of deprecation warnings | def | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -6/+1 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -6/+6 |
| | |||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -4/+4 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -6/+6 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -54/+54 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -17/+17 |
| | |||||
* | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 1 | -3/+11 |
| | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -1/+1 |
| | | | | minor bugfixes | ||||
* | remove some more references of containerID after merging | Zahary Karadjov | 2013-05-04 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' of gh:/Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-04 | 1 | -23/+300 |
|\ | |||||
| * | next steps to make symbol files work again | Araq | 2013-04-08 | 1 | -2/+8 |
| | | |||||
| * | rodfile viewer works again | Araq | 2013-04-08 | 1 | -2/+4 |
| | | |||||
| * | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 1 | -11/+12 |
| | | |||||
| * | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -16/+284 |
| | | |||||
| * | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | | |||||
| * | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | | | | | | | | No one calls it EcmaScript anymore. | ||||
* | | containerID is no longer needed for generics | Zahary Karadjov | 2013-03-01 | 1 | -3/+0 |
|/ | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -3/+3 |
|\ | |||||
| * | constraint now part of the parameter symbol and not of the type | Araq | 2012-12-05 | 1 | -3/+3 |
| | | |||||
* | | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 1 | -1/+1 |
| | | | | | | | | leaks on recompilation) | ||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -55/+47 |
|/ | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -0/+3 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -2/+4 |
| | |||||
* | fixed the rodfiles tests | Zahary Karadjov | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis | Araq | 2012-07-09 | 1 | -3/+3 |
| | |||||
* | some bugfixes for symbolfiles | Araq | 2012-03-23 | 1 | -15/+11 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | path canonicalization for imported modules, relative paths written in rod files | Zahary Karadjov | 2011-12-11 | 1 | -3/+6 |
| | |||||
* | Speed-up symbolFiles:on operations on windows | Zahary Karadjov | 2011-12-07 | 1 | -2/+2 |
| | |||||
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 1 | -27/+30 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | compilation cache: improvement: switching from codegen to 'check only' does ↵ | Araq | 2011-11-15 | 1 | -1/+18 |
| | | | | not trigger a recompilation | ||||
* | compilation cache: fixed recently introduced bug (lazy loading of bodies) | Araq | 2011-11-06 | 1 | -12/+27 |
| |