Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [minor] give more friendly description (#18973) | flywind | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | fixes a regression caused by overloadable enums even though they're opt-in ↵ | Andreas Rumpf | 2021-10-07 | 3 | -3/+24 |
| | | | | (#18970) | ||||
* | Fixed `strictFuncs` support for `std/pegs` (#18951) | quantimnot | 2021-10-07 | 3 | -142/+151 |
| | | | | | | | | | | | | | | | | | * Fixed `strictFuncs` support for `std/pegs` Enabled `std/pegs` in the `strictFuncs` import test. Fixes #18057 Fixes #16892 See #18111 * Rebased from `devel` * Conditionally compile `std/pegs` in `koch` This is for supporting `csources` bootstrap. Co-authored-by: quantimnot <quantimnot@users.noreply.github.com> | ||||
* | typo [backport] (#18967) | flywind | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | fixes a 'mixin' statement handling regression [backport:1.2] (#18968) | Andreas Rumpf | 2021-10-07 | 1 | -1/+6 |
| | |||||
* | update csources hash (#18969) | Miran | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | rst: minor fixes (#18960) | Andrey Makarov | 2021-10-06 | 4 | -4/+5 |
| | |||||
* | [tools] use the right parameter [backport:1.0] (#18957) | flywind | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | enable tests for #2710 (#18961) | flywind | 2021-10-06 | 1 | -2/+2 |
| | |||||
* | Document how to compile a reproducible build (#18953) | quantimnot | 2021-10-06 | 3 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | * Make compiler build more reproducible Removed the compile time from the version output. Added Git commit's author's datetime in UTC timezone. Fixes #18508 See https://reproducible-builds.org/docs/timestamps/ See https://reproducible-builds.org/docs/source-date-epoch/ * Revert "Make compiler build more reproducible" This reverts commit 2f9359ae89622c2d95ef243d13251a310e94a199. Documented how to use compile reproducible builds with the `SOURCE_DATE_EPOCH` environment variable. * Corrected `readme.md` formatting Co-authored-by: quantimnot <quantimnot@users.noreply.github.com> | ||||
* | fixes #18954 (#18955) | Andreas Rumpf | 2021-10-05 | 1 | -2/+2 |
| | |||||
* | rename nimEnableHashRef [backport] (#18941) | flywind | 2021-10-04 | 5 | -8/+16 |
| | | | | | | * rename nimEnableHashRef [backport] * Apply suggestions from code review Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | Add support for `strictEffects` to `std/pegs` (#18949) | quantimnot | 2021-10-04 | 2 | -1/+7 |
| | | | | | | | * Add support for `strictEffects` to `std/pegs` * Fixed support of older Nim versions Co-authored-by: quantimnot <quantimnot@users.noreply.github.com> | ||||
* | typo [backport] (#18948) | Andreas Rumpf | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | correct changelog [backport] (#18940) | flywind | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | Fixes build_all.sh failing on Nimble builds (#18945) | Dominik Picheta | 2021-10-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | When running `build_all.sh` I was getting: ``` bin/nim c -o:bin/nimsuggest -d:danger --skipUserCfg --skipParentCfg --hints:off nimsuggest/nimsuggest.nim bin/nim c -o:bin/nimgrep -d:release --skipUserCfg --skipParentCfg --hints:off tools/nimgrep.nim bin/nim c -o:bin/nimpretty -d:release --skipUserCfg --skipParentCfg --hints:off nimpretty/nimpretty.nim bin/nim c -o:bin/testament -d:release --skipUserCfg --skipParentCfg --hints:off testament/testament.nim bin/nim c -o:bin/nim_dbg --opt:speed --stacktrace -d:debug --stacktraceMsgs -d:nimCompilerStacktraceHints --skipUserCfg --skipParentCfg --hints:off compiler/nim.nim bin/nim c -o:bin/atlas -d:release --skipUserCfg --skipParentCfg --hints:off tools/atlas/atlas.nim /home/dom/.choosenim/toolchains/nim-#devel/koch.nim(722) koch /home/dom/.choosenim/toolchains/nim-#devel/koch.nim(149) bundleNimbleExe /home/dom/.choosenim/toolchains/nim-#devel/tools/deps.nim(32) cloneDependency /home/dom/.choosenim/toolchains/nim-#devel/lib/pure/os.nim(1438) setCurrentDir /home/dom/.choosenim/toolchains/nim-#devel/lib/pure/includes/oserr.nim(95) raiseOSError Error: unhandled exception: No such file or directory Additional info: '/home/dom/.choosenim/toolchains/nim-#devel/dist/nimble' [OSError] ``` With this patch it builds. | ||||
* | document -d:nimStrictDelete [backport] (#18939) | flywind | 2021-10-03 | 1 | -0/+4 |
| | |||||
* | with this patch :idx: can be used for the index generation for LaTeX (#18946) | Andreas Rumpf | 2021-10-03 | 2 | -3/+5 |
| | |||||
* | rename nimLegacyJsonutilsHoleyEnum [backport] (#18938) | flywind | 2021-10-01 | 3 | -4/+9 |
| | | | | | * enable nimPreviewJsonutilsHoleyEnum [backport] * docuement nimPreviewJsonutilsHoleyEnum | ||||
* | [std/tempfiles] docs improvement (#18936) | flywind | 2021-10-01 | 1 | -5/+6 |
| | | | | | * unify comments * more | ||||
* | correct licence header (#18935) | flywind | 2021-10-01 | 5 | -5/+5 |
| | | | | | * rename licence * spaces | ||||
* | close #17319; add testcase (#18934) | flywind | 2021-10-01 | 1 | -0/+19 |
| | |||||
* | alternative to #18918 (#18927) | flywind | 2021-09-30 | 2 | -0/+11 |
| | | | | | * fix #16558 * add testcase | ||||
* | Alternative to #18928 (#18931) | Jason Beetham | 2021-09-30 | 2 | -7/+57 |
| | | | | | * fixed #18841 * Added test | ||||
* | fixes #18921 [backport] (#18930) | Andreas Rumpf | 2021-09-30 | 1 | -9/+11 |
| | |||||
* | typos [backport] (#18929) | Andreas Rumpf | 2021-09-30 | 1 | -10/+11 |
| | |||||
* | [std/tasks] more gcsafe stuffs [backport] (#18926) | flywind | 2021-09-30 | 1 | -3/+3 |
| | |||||
* | Adds source to single tags list (#18920) | Jonas Schubert Erlandsson | 2021-09-29 | 1 | -1/+1 |
| | |||||
* | [backport] use old style hints in .cfg files (#18917) | Miran | 2021-09-29 | 5 | -7/+7 |
| | | | refs #18085 | ||||
* | envPairs works in vm, nims (#18615) | Timothee Cour | 2021-09-29 | 7 | -218/+221 |
| | | | | | * envPairs works in vm, nims * fixup | ||||
* | test ord (#18909) | flywind | 2021-09-28 | 1 | -4/+0 |
| | |||||
* | fix a typo (canonilization => canonicalization) (#18914) | flywind | 2021-09-28 | 1 | -1/+1 |
| | |||||
* | change comment (#18913) | flywind | 2021-09-28 | 1 | -1/+1 |
| | |||||
* | fixes 'lent T' inside object constructor [backport] (#18911) | Andreas Rumpf | 2021-09-27 | 4 | -3/+21 |
| | | | | | * fixes 'lent T' inside object constructor [backport] * progress | ||||
* | this ensures libp2p continues to compile [backport] (#18908) | Andreas Rumpf | 2021-09-27 | 2 | -5/+16 |
| | |||||
* | Add armv8l support (Closes: #18898) (#18901) [backport] | Federico Ceratto | 2021-09-27 | 2 | -1/+4 |
| | |||||
* | activate winim (#18907) | flywind | 2021-09-27 | 1 | -1/+1 |
| | | | `winim` is dependent on windows API. | ||||
* | fixes #18878 (#18883) | Aditya Siram | 2021-09-25 | 1 | -1/+2 |
| | |||||
* | fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) ↵ | flywind | 2021-09-25 | 5 | -7/+7 |
| | | | | | | | (#18895) * fix wrong module name * rephrase more word | ||||
* | fix a typo (rename `temporal` to `temporary` (#18892) [backport] | flywind | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | closes #18690; make view types stricter [backport] (#18891) | Andreas Rumpf | 2021-09-24 | 2 | -5/+14 |
| | | | | | * closes #18690 * don't allow capturing of view types [backport] | ||||
* | [backport] arc: improve compile time of (nested) loops (#18890) | Clyybber | 2021-09-24 | 1 | -3/+8 |
| | |||||
* | ported Nim to proprietary CrossOS [backport] (#18889) | Andreas Rumpf | 2021-09-24 | 6 | -4/+18 |
| | |||||
* | [backport] change some examples in tut1.rst (#18884) | Miran | 2021-09-24 | 1 | -12/+35 |
| | | | | | | | | | * [backport] change some examples in tut1.rst * Update doc/tut1.rst * Update doc/tut1.rst Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | correct effect tracking for .borrowed procs [backport] (#18882) | Andreas Rumpf | 2021-09-23 | 8 | -12/+20 |
| | | | | | | | | | | | * correct effect tracking for .borrowed procs [backport] * progress * fix error message in a test * correctly fix it Co-authored-by: narimiran <narimiran@disroot.org> | ||||
* | update csources hash (#18885) | Miran | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | closes #16132 [backport] (#18880) | Andreas Rumpf | 2021-09-22 | 2 | -6/+21 |
| | | | | | * closes #16132 [backport] * fixes #16132 [backport] | ||||
* | fixes #18856 [backport] (#18879) | Andreas Rumpf | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | atlas: added --cfgHere switch [backport] (#18873) | Andreas Rumpf | 2021-09-20 | 1 | -6/+19 |
| | |||||
* | [backport] Revert "use new Nimble, with lockfiles (#18810)" (#18872) | Miran | 2021-09-20 | 1 | -1/+1 |
| | | | | | | | | This reverts commit f373c17ad926b669bb3b5819ae1dff4bde1da88a. For more details, see: - https://github.com/nim-lang/nimble/issues/940 - https://github.com/nim-lang/Nim/issues/18840 - https://forum.nim-lang.org/t/8404 |