Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | added logic to the M&S GC to detect logical leaks | Araq | 2017-06-16 | 2 | -0/+62 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | fixes #5959 | Araq | 2017-06-09 | 1 | -2/+1 | |
* | | | | | | | | fixes #5969 | Araq | 2017-06-09 | 1 | -3/+8 | |
* | | | | | | | | make tests green again | Araq | 2017-06-09 | 2 | -2/+2 | |
* | | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-06-08 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | support libgo from GCC 6.3 (#5964) | Ștefan Talpalaru | 2017-06-08 | 1 | -1/+10 | |
* | | | | | | | | | fixes tproctypecache_falsepositive.nim test case | Araq | 2017-06-08 | 4 | -3/+28 | |
* | | | | | | | | | added koch xtemp command for easier compiler development | Araq | 2017-06-08 | 1 | -0/+12 | |
|/ / / / / / / / | ||||||
* / / / / / / / | restrict casting for closure. (#5948); fixes #5742 | Parashurama | 2017-06-07 | 2 | -1/+29 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-06-06 | 5 | -4/+43 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix logical right shift in VM. (#5916) | Parashurama | 2017-06-05 | 2 | -1/+19 | |
| * | | | | | | | fix countProcessors error return value. (#5942) | Parashurama | 2017-06-05 | 1 | -1/+1 | |
| * | | | | | | | fix orderedtable enlarge proc. (#5937) | Parashurama | 2017-06-05 | 2 | -2/+23 | |
* | | | | | | | | fixes a long standing string steams bug that caused lexbase to misbehave | Andreas Rumpf | 2017-06-06 | 1 | -0/+4 | |
|/ / / / / / / | ||||||
* / / / / / / | .partial object field names are left unmangled; mangling should be done by th... | Andreas Rumpf | 2017-06-05 | 2 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | first steps to allow easy functors via macros | Andreas Rumpf | 2017-06-04 | 5 | -20/+65 | |
* | | | | | | fixes #5933 | Andreas Rumpf | 2017-06-03 | 2 | -2/+68 | |
* | | | | | | fixes #4139 | Andreas Rumpf | 2017-06-03 | 1 | -8/+15 | |
* | | | | | | review and merge zahary's work (#5849) | zah | 2017-06-03 | 7 | -191/+312 | |
* | | | | | | improved comment satement support in macros (#5904) | Arne Döring | 2017-06-02 | 4 | -20/+29 | |
* | | | | | | fix right shift c codegen bug. (#5919) | Parashurama | 2017-05-31 | 2 | -3/+22 | |
* | | | | | | Fix #5920 (#5922) | Eugene Kabanov | 2017-05-31 | 1 | -1/+11 | |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-05-31 | 3 | -2/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 3 | -2/+12 | |
* | | | | | | | make development version odd | Araq | 2017-05-31 | 1 | -1/+1 | |
* | | | | | | | improve confusing error messages for failed overloading resolution when deref... | Araq | 2017-05-31 | 1 | -1/+7 | |
|/ / / / / / | ||||||
* | | | | | | Remove redundant filestream.close, causes crash (#5907) | ftsf | 2017-05-29 | 1 | -1/+0 | |
* | | | | | | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 4 | -30/+12 | |
* | | | | | | Add len for Slice[T] where T is ordinal (#5847) | cooldome | 2017-05-29 | 1 | -0/+8 | |
* | | | | | | Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printable | Varriount | 2017-05-26 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ascii character code 127 (DEL) is not printable. | Markus F.X.J. Oberhumer | 2017-05-16 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #5842 from couven92/readme | Varriount | 2017-05-26 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed nimsuggest in readme | Fredrik Høisæther Rasch | 2017-05-18 | 1 | -3/+2 | |
* | | | | | | | | Merge pull request #5865 from adamchainz/doc_shebang | Varriount | 2017-05-26 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documented shebang execution of Nimscripts | Adam Johnson | 2017-05-21 | 1 | -0/+9 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #5877 from krux02/more-newLit | Varriount | 2017-05-26 | 2 | -3/+228 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | more and improved newLit procs in macros module | Arne Döring | 2017-05-23 | 2 | -3/+228 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5873 from def-/devel | Varriount | 2017-05-26 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPT | Dennis Felsing | 2017-05-23 | 1 | -2/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Fixup #5804 (#5837) | Yuriy Glukhov | 2017-05-18 | 1 | -3/+9 | |
* | | | | | | | fixes 'koch winrelease' | Araq | 2017-05-18 | 1 | -22/+10 | |
|/ / / / / / | ||||||
* | | | | | | niminst: add missing nimsuggest tool; small koch.nim cleanup | Araq | 2017-05-17 | 2 | -7/+2 | |
* | | | | | | Fixes web0 on Mac OS X. | Dominik Picheta | 2017-05-17 | 1 | -1/+1 | |
* | | | | | | updated version to 0.17.0 | Araq | 2017-05-17 | 1 | -2/+2 | |
* | | | | | | Fix posix_spawn error handling (#5826) | Ruslan Mustakov | 2017-05-17 | 1 | -4/+1 | |
* | | | | | | Merge branch 'araq2' into devel | Araq | 2017-05-17 | 54 | -339/+2478 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | file mode change | Araq | 2017-05-17 | 1 | -0/+0 | |
| * | | | | | | cleanup of in/out covariance handling | Andreas Rumpf | 2017-05-17 | 6 | -37/+32 | |
| * | | | | | | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 25 | -84/+1017 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fix affecting templates with explicit generic params | Zahary Karadjov | 2017-05-13 | 4 | -30/+23 |