Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove legacy code (#21134) | ringabout | 2022-12-26 | 1 | -2/+1 |
| | | | | | * remove legacy code * fixes | ||||
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -1/+1 |
| | | | | | * 'lock levels' are deprecated, now a noop * fixes tests | ||||
* | don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous ↵ | Timothee Cour | 2021-07-01 | 1 | -6/+7 |
| | | | | identifier` nimrtl error (#18406) | ||||
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 ↵ | Timothee Cour | 2021-02-17 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16918) * nimNoArrayToCstringConversion deadcode * nimbabel deadcode * nimHasalignOf deadcode * nimvarargstyped deadcode * nimhygiene deadcode * nimNewTypedesc deadcode * nimlocks deadcode * nimHasCppDefine deadcode * nimHasRunnableExamples deadcode * nimHasNilChecks deadcode * nimSymKind deadcode * minor macros refactoring * nimVmEqIdent deadcode * nimNoNil deadcode * nimNoZeroTerminator deadcode * nimHasSymOwnerInMacro deadcode * nimVmExportFixed deadcode * nimNewRuntime deadcode * nimAshr deadcode * nimUncheckedArrayTyp deadcode * nimHasTypeof deadcode * nimErrorProcCanHaveBody deadcode * nimHasHotCodeReloading deadcode * nimHasSignatureHashInMacro deadcode * nimHasDefault deadcode * nimMacrosSizealignof deadcode | ||||
* | disable sink inference, only enable it for the stdlib. Reason: better source ↵ | Andreas Rumpf | 2020-07-28 | 1 | -0/+3 |
| | | | | code compatibility (#15105) | ||||
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -18/+0 |
| | | | | * move since from inclrtl to std/private/since * move since import in system below for HCR | ||||
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 1 | -2/+14 |
| | | | add tests for tinclrtl | ||||
* | Fix docgen snippet numbering (#13507) | genotrance | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Tiny since cleanup (#13286) | Clyybber | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ↵ | Timothee Cour | 2020-01-10 | 1 | -0/+2 |
| | | | | | | (#13064) | ||||
* | added 'since' template for further stdlib additions | Andreas Rumpf | 2019-11-07 | 1 | -0/+4 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -8/+0 |
| | |||||
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 1 | -5/+0 |
| | | | | | * remove immediate from tests * remove immediate from the compiler | ||||
* | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 1 | -0/+5 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -0/+5 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -4/+4 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Corrected lib name for macos. | Yuriy Glukhov | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -0/+5 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | building of nimrtl.dll should work again | Araq | 2014-04-22 | 1 | -1/+1 |
| | |||||
* | fixes DLL generation | Araq | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -3/+5 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -1/+3 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -2/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | linearScanEnd pragma; string case statement optimization | Araq | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | distinction between re.replace and re.replacef; speed improvements for re module | Araq | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -1/+0 |
| | |||||
* | before stack init change | Andreas Rumpf | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | handling of compiler procs improved for DLL generation | Andreas Rumpf | 2010-07-29 | 1 | -0/+45 |