Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 3 | -2/+12 |
| | | | | | | | * strVal assingnable comment statement ast nodes * Set comment instead of strVal for comment nodes * Added test code for creating and setting comment nodes * Modified the AST spec documentation for documentation comments | ||||
* | Remove redundant filestream.close, causes crash (#5907) | ftsf | 2017-05-29 | 1 | -1/+0 |
| | | | File is already being closed by defer: file.close() closing it twice causes crash. | ||||
* | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 4 | -30/+12 |
| | | | exposes emitLazily (for nlvm) and simplifies some conditionals | ||||
* | 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. | ||||
| * | 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 | ||||
| * | | 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 | ||||
| * | | | 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 | ||||
| * | | | 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 | ||||
| * | | | 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 |
| | | | | | | posix_spawn doesn't set errno - it returns the error code. | ||||
* | | 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 |
| | | | | |||||
| | * | | fix tinvalidinout | Zahary Karadjov | 2017-05-13 | 2 | -7/+4 |
| | | | | |||||
| | * | | attempt to fix a compilation problem caused by nimcache | Zahary Karadjov | 2017-05-13 | 1 | -0/+0 |
| | | | | |||||
| | * | | work-around for defining imported types with weak covariance | Zahary Karadjov | 2017-05-13 | 2 | -4/+23 |
| | | | | |||||
| | * | | enforce the covariance rules for user-defined generic types | Zahary Karadjov | 2017-05-13 | 5 | -17/+105 |
| | | | | |||||
| | * | | manual additions for the covariant generic parameters | Zahary Karadjov | 2017-05-12 | 1 | -2/+87 |
| | | | | |||||
| | * | | explain covariance in the manual | Zahary Karadjov | 2017-05-12 | 1 | -0/+16 |
| | | | | |||||
| | * | | covariance for arrays and sequences | Zahary Karadjov | 2017-05-12 | 3 | -48/+245 |
| | | | | |||||
| | * | | doh, forgot to add all files in the previous commit | Zahary Karadjov | 2017-05-12 | 4 | -15/+65 |
| | | | | |||||
| | * | | covariance for generic importc types | Zahary Karadjov | 2017-05-12 | 1 | -0/+253 |
| | | | | |||||
| | * | | support for external types with covariant generic params | Zahary Karadjov | 2017-05-08 | 8 | -3/+62 |
| | | | | |||||
| | * | | fix 5756 | Zahary Karadjov | 2017-04-30 | 2 | -1/+40 |
| | | | | |||||
| | * | | close #5757 | Zahary Karadjov | 2017-04-30 | 2 | -3/+23 |
| | | | | |||||
| | * | | close #5726 | Zahary Karadjov | 2017-04-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turned out that the old code was wrong. I'm not sure why it used to work. `response.body` properly resolves to an async proc defined in the httpclient module with the following signature: proc body*(response: AsyncResponse): Future[string] {.async.} Perhaps the old code was somehow matching the body field of the `AsyncResponse` object, which is marked as private. | ||||
| | * | | hold back the new | operator for types as it creates mysterious problems fro ↵ | Zahary Karadjov | 2017-04-28 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | tests/trmacros/tor | ||||
| | * | | alternative fake covariance based on converters | Zahary Karadjov | 2017-04-28 | 2 | -3/+25 |
| | | | | |||||
| | * | | more advanced fake covariance | Zahary Karadjov | 2017-04-28 | 1 | -3/+48 |
| | | | | |||||
| | * | | a simple way to simulate covariance in generic types | Zahary Karadjov | 2017-04-28 | 2 | -1/+17 |
| | | | | |||||
| | * | | Allow tyOr,tyAnd and tyNot to be constructed in more contexts | Zahary Karadjov | 2017-04-28 | 3 | -18/+53 |
| | | | | |||||
| * | | | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-16 | 39 | -261/+1472 |
| |\| | | |||||
| | * | | fix a regrsesion in signature matching of derived ptr types | Zahary Karadjov | 2017-04-18 | 2 | -3/+25 |
| | | | | |||||
| | * | | Restore the compilation of linalg by tweaking the complex disambiguation rules | Zahary Karadjov | 2017-04-16 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is a potentially breaking change, but the problem was that linalg was relying on a previous bug in the compiler, which was fixed in the concepts branch. With the old disambiguation rules, generic procs like: proc \`==\`[T](lhs, rhs: T) and proc \`==\`(lhs, rhs: Matrix32|Matrix64) .. were considered equal, even though it's obvious that the second one should be preferred. We never noticed this, because there was a bug in sigmatch incorrectly counting one of the params of the second proc as a non-generic match, thus giving it an edge. This commit gives some preference to tyOr and tyAnd during the complex disambiguation, which may affect overload resolution in other cases. I see this only as a temporary solution. With my upcoming work on concept refinement, I plan to provide an experimental implementation of alaternative C++-like rules for determining which proc is more specific. We can then discuss our strategy for dealing with such a breaking change. | ||||
| | * | | fix regression in tmatrixconcept | Zahary Karadjov | 2017-04-16 | 1 | -0/+4 |
| | | | | |||||
| | * | | more sophisticated test for the previous commit | Zahary Karadjov | 2017-04-16 | 1 | -2/+22 |
| | | | | |||||
| | * | | fix compilation regression in alea | Zahary Karadjov | 2017-04-16 | 4 | -12/+37 |
| | | | | |||||
| | * | | fix a compilation error in linalg | Zahary Karadjov | 2017-04-16 | 2 | -25/+39 |
| | | | |