summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Change TAddress to ByteAddressAndrey Sobolev2015-09-141-3/+3
|
* Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-1421-69/+319
|\
| * Added some info about bugfixes to news.txt.Dominik Picheta2015-09-121-0/+190
| |
| * fixes generic instantations in conceptsAraq2015-09-121-0/+3
| |
| * fixes some regressionsAraq2015-09-124-5/+18
| |
| * preparations for better handling of 'a[i]' in generics; stmt lists can be ↵Araq2015-09-122-2/+13
| | | | | | | | lvalues
| * config cleanupAraq2015-09-121-12/+2
| |
| * implicit return types for iterators are now deprecatedAraq2015-09-123-1/+3
| |
| * fixes #1528Araq2015-09-123-25/+14
| |
| * minor testsuite cleanupAraq2015-09-122-2/+2
| |
| * documented void contextAraq2015-09-121-0/+18
| |
| * Fixes failing async tests on Linux.Dominik Picheta2015-09-112-4/+4
| |
| * Improve asyncdispatch error messages, fix some tests on Windows.Dominik Picheta2015-09-114-20/+36
| |
| * Implement strutils.indentDominik Picheta2015-09-111-0/+18
| |
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-113-20/+70
|\|
| * Reintroduce FutureVar[T] from commit 72b4912c84b16644657.Dominik Picheta2015-09-113-20/+70
| |
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-1126-118/+282
|\|
| * Merge pull request #3310 from jlp765/timesExamplesDominik Picheta2015-09-111-8/+53
| |\ | | | | | | times module examples & bug fix
| | * Example: add extra getGmTime interval addition exampleJamesP2015-09-101-1/+2
| | |
| | * tests added: toSeconds with local/GM timezones, interval add/subJamesP2015-09-101-0/+25
| | | | | | | | | | | | with local/GM timezones
| | * bug fix: `+` and `-` handle GM and Local time correctlyJamesP2015-09-101-8/+8
| | | | | | | | | | | | eg, getGmTime(getTime()) + initInterval(hours=1) gave incorrect results
| | * add examples block to top of times moduleJamesP2015-09-101-0/+19
| | |
| * | fixes Nim's bigbang regressionAraq2015-09-101-2/+2
| | |
| * | fixes #3195Araq2015-09-101-2/+24
| | |
| * | fixes #2559Araq2015-09-106-18/+26
| | |
| * | fixes a critical codegen bug triggered by .asyncAraq2015-09-104-52/+72
| |/
| * Merge pull request #3274 from yglukhov/seq-insert-js-fixAndreas Rumpf2015-09-092-13/+34
| |\ | | | | | | Fixed seq.insert and seq.delete for js.
| | * Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-072-13/+34
| | |
| * | fixes typoAraq2015-09-091-1/+1
| | |
| * | fixes #3230Araq2015-09-092-1/+17
| | |
| * | Merge pull request #3303 from Amrykid/amrykid-name-changeAndreas Rumpf2015-09-083-6/+6
| |\ \ | | | | | | | | Fixed my name.
| | * | Fixed my name.Alexander Mitchell-Robinson2015-09-073-6/+6
| | | |
| * | | fixes #3300Araq2015-09-081-1/+1
| | | |
| * | | minor documentation cleanupsAraq2015-09-083-5/+8
| | | |
| * | | gangbang support for NimScriptAraq2015-09-081-2/+9
| | | |
| * | | NimScript: make the compiler shut up about effects it doesn't know aboutAraq2015-09-081-0/+5
| | | |
| * | | even better docsAraq2015-09-082-7/+20
| | | |
| * | | Merge pull request #3306 from SSPkrolik/oids-add-comparatorDominik Picheta2015-09-081-0/+4
| |\ \ \ | | |/ / | |/| | Added == operator for comparing two Object IDs
| | * | Added == operator for comparing two Object IDsRostyslav Dzinko2015-09-081-0/+4
| |/ /
* | | Support for GC working in Emscripten environmentAndrey Sobolev2015-09-111-5/+7
| | | | | | | | | | | | Support for GC working in Emscripten environment
* | | mmap non PageSize aligned supportAndrey Sobolev2015-09-101-1/+48
|/ / | | | | | | mmap non PageSize aligned support
* | Merge pull request #3298 from haiodo/improve-xmltreeDominik Picheta2015-09-071-0/+11
|\ \ | |/ |/| Improve xmltree
| * Merge remote-tracking branch 'upstream/devel' into improve-xmltreeAndrey Sobolev2015-09-0713-54/+261
| |\ | |/ |/|
* | Merge pull request #3293 from Matt14916/usebase-msg-fixAndreas Rumpf2015-09-071-1/+1
|\ \ | | | | | | Replace incorrect warning string.
| * | Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
| | |
* | | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flagsAndreas Rumpf2015-09-071-6/+11
|\ \ \ | | | | | | | | typeToString: Fix shared/not nil on complex types
| * | | typeToString: Fix shared/not nil on complex typesAdam Strzelecki2015-09-061-6/+11
| |/ / | | | | | | | | | | | | Previously `not nil` flag was not shown on `cstring or nil` or `PType not nil`, where `type PType = ref Type`, eg. when showing compiler diagnostics.
* | | Merge pull request #3291 from yglukhov/nimvm-generic-fixAndreas Rumpf2015-09-073-8/+14
|\ \ \ | | | | | | | | Fixed when nimvm in generics.
| * | | Fixed nimvm in generics.Yuriy Glukhov2015-09-073-8/+14
|/ / /
* | | Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-072-31/+103
| | |