summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | added logic to the M&S GC to detect logical leaksAraq2017-06-162-0/+62
| |/ / / / / / / |/| | | | | | |
* | | | | | | | fixes #5959Araq2017-06-091-2/+1
* | | | | | | | fixes #5969Araq2017-06-091-3/+8
* | | | | | | | make tests green againAraq2017-06-092-2/+2
* | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-06-081-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | support libgo from GCC 6.3 (#5964)Ștefan Talpalaru2017-06-081-1/+10
* | | | | | | | | fixes tproctypecache_falsepositive.nim test caseAraq2017-06-084-3/+28
* | | | | | | | | added koch xtemp command for easier compiler developmentAraq2017-06-081-0/+12
|/ / / / / / / /
* / / / / / / / restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-072-1/+29
|/ / / / / / /
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-065-4/+43
|\ \ \ \ \ \ \
| * | | | | | | fix logical right shift in VM. (#5916)Parashurama2017-06-052-1/+19
| * | | | | | | fix countProcessors error return value. (#5942)Parashurama2017-06-051-1/+1
| * | | | | | | fix orderedtable enlarge proc. (#5937)Parashurama2017-06-052-2/+23
* | | | | | | | fixes a long standing string steams bug that caused lexbase to misbehaveAndreas Rumpf2017-06-061-0/+4
|/ / / / / / /
* / / / / / / .partial object field names are left unmangled; mangling should be done by th...Andreas Rumpf2017-06-052-3/+3
|/ / / / / /
* | | | | | first steps to allow easy functors via macrosAndreas Rumpf2017-06-045-20/+65
* | | | | | fixes #5933Andreas Rumpf2017-06-032-2/+68
* | | | | | fixes #4139Andreas Rumpf2017-06-031-8/+15
* | | | | | review and merge zahary's work (#5849)zah2017-06-037-191/+312
* | | | | | improved comment satement support in macros (#5904)Arne Döring2017-06-024-20/+29
* | | | | | fix right shift c codegen bug. (#5919)Parashurama2017-05-312-3/+22
* | | | | | Fix #5920 (#5922)Eugene Kabanov2017-05-311-1/+11
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-05-313-2/+12
|\ \ \ \ \ \
| * | | | | | Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-313-2/+12
* | | | | | | make development version oddAraq2017-05-311-1/+1
* | | | | | | improve confusing error messages for failed overloading resolution when deref...Araq2017-05-311-1/+7
|/ / / / / /
* | | | | | Remove redundant filestream.close, causes crash (#5907)ftsf2017-05-291-1/+0
* | | | | | a few tiny cleanups (#5712)Jacek Sieka2017-05-294-30/+12
* | | | | | Add len for Slice[T] where T is ordinal (#5847)cooldome2017-05-291-0/+8
* | | | | | Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printableVarriount2017-05-262-2/+2
|\ \ \ \ \ \
| * | | | | | Ascii character code 127 (DEL) is not printable.Markus F.X.J. Oberhumer2017-05-162-2/+2
* | | | | | | Merge pull request #5842 from couven92/readmeVarriount2017-05-261-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Fixed nimsuggest in readmeFredrik Høisæther Rasch2017-05-181-3/+2
* | | | | | | | Merge pull request #5865 from adamchainz/doc_shebangVarriount2017-05-261-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Documented shebang execution of NimscriptsAdam Johnson2017-05-211-0/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #5877 from krux02/more-newLitVarriount2017-05-262-3/+228
|\ \ \ \ \ \ \ \
| * | | | | | | | more and improved newLit procs in macros moduleArne Döring2017-05-232-3/+228
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5873 from def-/develVarriount2017-05-261-2/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPTDennis Felsing2017-05-231-2/+5
|/ / / / / / /
* | | | | | | Fixup #5804 (#5837)Yuriy Glukhov2017-05-181-3/+9
* | | | | | | fixes 'koch winrelease'Araq2017-05-181-22/+10
|/ / / / / /
* | | | | | niminst: add missing nimsuggest tool; small koch.nim cleanupAraq2017-05-172-7/+2
* | | | | | Fixes web0 on Mac OS X.Dominik Picheta2017-05-171-1/+1
* | | | | | updated version to 0.17.0Araq2017-05-171-2/+2
* | | | | | Fix posix_spawn error handling (#5826)Ruslan Mustakov2017-05-171-4/+1
* | | | | | Merge branch 'araq2' into develAraq2017-05-1754-339/+2478
|\ \ \ \ \ \
| * | | | | | file mode changeAraq2017-05-171-0/+0
| * | | | | | cleanup of in/out covariance handlingAndreas Rumpf2017-05-176-37/+32
| * | | | | | Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1725-84/+1017
| |\ \ \ \ \ \
| | * | | | | | fix affecting templates with explicit generic paramsZahary Karadjov2017-05-134-30/+23