Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nimpretty: added more code claimed to not be working | Andreas Rumpf | 2018-06-20 | 2 | -0/+26 |
| | |||||
* | nimpretty: fixes more reported issues | Andreas Rumpf | 2018-06-20 | 3 | -3/+10 |
| | |||||
* | nimpretty: also test on Windows/Appveyor | Andreas Rumpf | 2018-06-19 | 1 | -0/+2 |
| | |||||
* | nimpretty: don't produce trailing whitespace; fixes the rendering of unary ↵ | Andreas Rumpf | 2018-06-19 | 3 | -11/+16 |
| | | | | operators | ||||
* | nimpretty: proper command line handling; added tests; travis ensures these ↵ | Andreas Rumpf | 2018-06-19 | 8 | -17/+622 |
| | | | | stay green | ||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-06-19 | 2 | -5/+9 |
|\ | |||||
| * | Changed tutorial documentation referring to 'constant' to 'immutable' (#8056) | mboratko | 2018-06-18 | 1 | -2/+3 |
| | | | | | | | | | | | | * Changed tutorial documentation referring to 'constant' to 'immutable' * Clarification regarding side-effect free procedures fo:r multiple assignments | ||||
| * | Add support for italic and strikethrough ANSI escape codes (#8048) | Kaushal Modi | 2018-06-17 | 1 | -3/+6 |
| | | | | | | | | | | | | | | \e[3m -> italic \e[9m -> strikethrough On terminals not supporting italic text, the text is shown in reverse instead, and on terminals not supporting strikethrough text, the text is shown as is. | ||||
* | | nimpretty improvements | Andreas Rumpf | 2018-06-19 | 3 | -43/+60 |
| | | |||||
* | | nimpretty: don't touch dense binary operators | Andreas Rumpf | 2018-06-17 | 1 | -9/+13 |
|/ | |||||
* | testament: minor code formating change | Andreas Rumpf | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | nimpretty: fixes pragma rendering | Andreas Rumpf | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-06-16 | 3 | -66/+144 |
|\ | |||||
| * | Merge pull request #8039 from yglukhov/proc-pragmas | Andreas Rumpf | 2018-06-16 | 3 | -66/+144 |
| |\ | | | | | | | Fixed stacktrace/linetrace proc pragmas when appended by macro pragma | ||||
| | * | Added more tests to toverflw | Yuriy Glukhov | 2018-06-15 | 1 | -6/+69 |
| | | | |||||
| | * | Fixed proto options | Yuriy Glukhov | 2018-06-15 | 1 | -0/+1 |
| | | | |||||
| | * | Fixed stacktrace/linetrace proc pragmas when appended by macro pragma | Yuriy Glukhov | 2018-06-14 | 2 | -60/+74 |
| | | | |||||
* | | | nimpretty: stuff that doesn't work | Andreas Rumpf | 2018-06-16 | 1 | -6/+34 |
| | | | |||||
* | | | nimpretty: more features | Andreas Rumpf | 2018-06-16 | 2 | -13/+51 |
|/ / | |||||
* | | nimpretty: render and/or/notin/in properly | Andreas Rumpf | 2018-06-16 | 1 | -2/+9 |
| | | |||||
* | | nimpretty: first version that seems useful for others to test it | Andreas Rumpf | 2018-06-16 | 6 | -6/+239 |
| | | |||||
* | | Add MemMapFileStream. Fixes in memFiles. (#7944) | Dmitry Atamanov | 2018-06-14 | 5 | -23/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add MemMapFileStream * Added tests * Fixed bug in memfiles (zero index for string) * Added flush to changelog * Attempt to fix Win's nuances * Fix attempt to fix * Continue... * And again... * Reworked tests (all for win on Win) * Fixes in flush (Win) * Replace fn vars to consts * Added the attempts parameter to the flush * Replace while to for * Move to memfiles * Use Natural instead of uint * Better error messages for append mode. Handle specific cases. | ||||
* | | Merge pull request #8021 from yglukhov/seq-lit | Andreas Rumpf | 2018-06-14 | 1 | -1/+1 |
|\ \ | | | | | | | Added NIM_STRLIT_FLAG to seq literals | ||||
| * | | Added NIM_STRLIT_FLAG to seq literals | Yuriy Glukhov | 2018-06-12 | 1 | -1/+1 |
| | | | |||||
* | | | document the 'pkg' and 'std' pseudo directories; closes #7250 | Araq | 2018-06-14 | 1 | -10/+29 |
| | | | |||||
* | | | implements pkg/ prefix to enforce searching for the module ignore the stdlib ↵ | Araq | 2018-06-14 | 1 | -18/+14 |
| | | | | | | | | | | | | paths; refs #7250 | ||||
* | | | RST hotfix: don't crash in rstnodeToRefname | Araq | 2018-06-14 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #7950 from Paalon/math-log | Andreas Rumpf | 2018-06-14 | 1 | -5/+15 |
|\ \ | | | | | | | Add log for base b of x | ||||
| * | | Fix a test | Koki Fushimi | 2018-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use one same type for two parameters | Koki Fushimi | 2018-06-14 | 1 | -5/+1 |
| | | | |||||
| * | | Use concrete expression | Koki Fushimi | 2018-06-05 | 1 | -7/+6 |
| | | | |||||
| * | | Bug fix | Koki Fushimi | 2018-06-05 | 1 | -2/+3 |
| | | | |||||
| * | | Change to use log(x, base) | Koki Fushimi | 2018-06-05 | 1 | -3/+3 |
| | | | |||||
| * | | Broaden the argument types | Koki Fushimi | 2018-06-04 | 1 | -1/+6 |
| | | | |||||
| * | | Generalize and add test | Koki Fushimi | 2018-06-04 | 1 | -7/+14 |
| | | | |||||
| * | | Add log proc for base b of x | Koki Fushimi | 2018-06-04 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #8033 from FedericoCeratto/patch-9 | Andreas Rumpf | 2018-06-14 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Add hint on JSON serialization | ||||
| * | | | Update marshal.nim | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add hint on JSON serialization | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #8030 from c-blake/devel | Andreas Rumpf | 2018-06-13 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | hotfix 3221ac094398492e09ea618638204793b0990eca broke gc:regions/aka … | ||||
| * | | | hotfix 3221ac094398492e09ea618638204793b0990eca broke gc:regions/aka gc:stack by | Charles Blake | 2018-06-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | underallocating for sequences of any type larger than 1 byte. This does the necessary multiply to restore basic functionality. | ||||
* | | | | Add parse bin int, fixes #8018 (#8020) | Vindaar | 2018-06-13 | 4 | -53/+111 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clarify `parseHexInt`, `parseOctInt` docstring and exception msgs * add `parseBinInt` based on `parseutil.parseBin` implementation Adds a `parseBinInt`, which parses a binary integer string and returns it as an integer. This is based on the implementation of `parseutil.parseBin`, removing the unnecessary parts. * add tests for all `parse(Hex|Oct|Bin)Int` procs * replace `parse*Int` proc impls by call to parseutil procs Replaces the `parse(Hex|Oct|Bin)Int` procedure implementation by calls to the `parseutil` procs, which receive a mutable argument. Has the main advantage that the empty string as well as a "prefix only" string, e.g. "0x" counts as an invalid integer. Also moves the `parseOctInt` proc further up in the file so that all `parse` procs are below one another. * replace `var L` by `let L` in `parse` procs There's no reason for the usage of `var` here. * add `maxLen` optional arg for `parseutil.parse(Oct|Bin)` Plus small change to test cases. * update changelog about `parse*Int` procs * fix `rejectParse` template in `tstrutils` * make sure only `s.len` chars are parsed, if `maxLen+start` > s.len Fixes a previous bug in `parseHex` (and now affected `parseOct` and `parseBin`), which allowed to set `start + maxLen` to be larger than the strings length. This resulted in an out of bounds access. * move `parse*Int` proc change to breaking changes, add double ` | ||||
* | | | Merge pull request #8027 from yglukhov/vm-fix | Andreas Rumpf | 2018-06-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed uncaught exception in vm gen | ||||
| * | | | Fixed uncaught exception in vm gen | Yuriy Glukhov | 2018-06-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #8025 from krux02/remove-immediate | Dominik Picheta | 2018-06-13 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | fix #5930 | ||||
| * | | | fix #5930 | Arne Döring | 2018-06-13 | 1 | -2/+2 |
|/ / / | |||||
* | | | implements a --nep1:on switch to make the compiler enforce the naming ↵ | Andreas Rumpf | 2018-06-13 | 13 | -46/+58 |
| | | | | | | | | | | | | conventions outlined in NEP-1 | ||||
* | | | bugfix: allow 'export' in the VM | Andreas Rumpf | 2018-06-12 | 2 | -1/+2 |
| | | | |||||
* | | | Merge pull request #8019 from yglukhov/proc-stacktrace | Andreas Rumpf | 2018-06-12 | 3 | -2/+23 |
|\ \ \ | | | | | | | | | Allow stacktrace and linetrace pragmas on procs | ||||
| * | | | Allow stacktrace and linetrace pragmas on procs | Yuriy Glukhov | 2018-06-12 | 3 | -2/+23 |
| | |/ | |/| |