| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ... | Timothee Cour | 2021-08-11 | 2 | -18/+32 |
* | --cc:env now works correctly to assign linker executable, allowing to cross-c... | Timothee Cour | 2021-08-11 | 1 | -1/+1 |
* | Remove unused imports, and deprecated function usage (#18663) | Kyle Brown | 2021-08-11 | 2 | -3/+3 |
* | Add optional recursive arg to distinctBase (v2) (#18659) | Timothee Cour | 2021-08-09 | 1 | -2/+3 |
* | make proc names consistent (#18626) | flywind | 2021-08-01 | 1 | -5/+5 |
* | fixes #18371 (#18617) | Andreas Rumpf | 2021-07-30 | 1 | -2/+5 |
* | refs #16613: check opcWrDeref for nil (#18613) | Timothee Cour | 2021-07-30 | 1 | -5/+4 |
* | implements overloadable enum values; WIP (#18470) | Andreas Rumpf | 2021-07-28 | 8 | -10/+76 |
* | support same-line doc comments in routines (#18595) | Timothee Cour | 2021-07-27 | 1 | -0/+7 |
* | fixes #18570 (#18599) | Andreas Rumpf | 2021-07-27 | 1 | -2/+3 |
* | delEnv now works at CT (#18568) | Timothee Cour | 2021-07-27 | 1 | -1/+2 |
* | add comment to astalgo.debug (#18594) | Timothee Cour | 2021-07-27 | 1 | -0/+3 |
* | Fixed const tuples in inferred generics (#18598) | Jason Beetham | 2021-07-27 | 1 | -17/+16 |
* | fixes #18565 (#18593) | Andreas Rumpf | 2021-07-27 | 2 | -12/+14 |
* | fix #18578 (#18580) | flywind | 2021-07-27 | 1 | -6/+9 |
* | don't use plus instead of space (#18589) | Miran | 2021-07-26 | 1 | -2/+2 |
* | fixes #18558 again (#18586) | Andreas Rumpf | 2021-07-26 | 1 | -0/+2 |
* | added missing .inline for toCChar | Araq | 2021-07-26 | 1 | -1/+1 |
* | docgen: sort symbols (fix #17910) (#18560) | Andrey Makarov | 2021-07-25 | 1 | -14/+84 |
* | fixes #18385 (#18571) | Saem Ghani | 2021-07-25 | 1 | -2/+10 |
* | refactoring: removed dead code (#18567) | Andreas Rumpf | 2021-07-24 | 4 | -17/+11 |
* | rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) | Timothee Cour | 2021-07-23 | 1 | -1/+1 |
* | fixes #18558 (#18563) | Andreas Rumpf | 2021-07-23 | 1 | -16/+28 |
* | Fixed template const tuple unpacking (#18562) | Jason Beetham | 2021-07-23 | 1 | -22/+18 |
* | mitigates #12815 (#18557) | Andreas Rumpf | 2021-07-22 | 2 | -2/+8 |
* | fixes #12815 (#18554) | Andreas Rumpf | 2021-07-22 | 3 | -3/+8 |
* | fix setCommand so it behaves like regular nim invocation (#18555) | Timothee Cour | 2021-07-22 | 3 | -18/+12 |
* | fixes #18550 (#18553) | Andreas Rumpf | 2021-07-21 | 4 | -1/+36 |
* | undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18... | Andreas Rumpf | 2021-07-21 | 3 | -5/+3 |
* | fixes #18469 (#18544) | Andreas Rumpf | 2021-07-20 | 3 | -15/+30 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 9 | -37/+44 |
* | rst: add missing line/column info for some warnings (#18383) | Andrey Makarov | 2021-07-20 | 3 | -56/+58 |
* | minor clenup in vmops (#18529) | Timothee Cour | 2021-07-19 | 1 | -4/+5 |
* | nim doc now correctly renders deprecated pragmas for routines and types (#18515) | Timothee Cour | 2021-07-19 | 3 | -14/+36 |
* | Make error message for empty new-styled concept more descriptive (#18506) | konsumlamm | 2021-07-18 | 2 | -8/+9 |
* | Add changes required by Nimble lock file support (#12104) | Ivan Bobev | 2021-07-15 | 2 | -31/+53 |
* | Extended side effect error messages (#18418) | quantimnot | 2021-07-15 | 2 | -17/+58 |
* | fixes #17893 (#18485) | Andreas Rumpf | 2021-07-13 | 1 | -6/+1 |
* | closes #18433 (#18484) | Andreas Rumpf | 2021-07-13 | 2 | -6/+4 |
* | ORC: support for custom =trace procs (#18459) | Andreas Rumpf | 2021-07-09 | 8 | -8/+35 |
* | runnableExamples now show originating location in stacktraces on failure (#18... | Timothee Cour | 2021-07-09 | 2 | -11/+25 |
* | improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (... | Timothee Cour | 2021-07-08 | 4 | -9/+15 |
* | followup #18252: show special flags -d:danger, -d:release when given (#18451) | Timothee Cour | 2021-07-08 | 1 | -0/+4 |
* | ORC: use =destroy instead of =dispose (#18440) | Andreas Rumpf | 2021-07-07 | 4 | -47/+12 |
* | Make procedure mismatch more informative with pragma/call convention mismatch... | Jason Beetham | 2021-07-06 | 3 | -32/+96 |
* | [minor]remove unnecessary stringify (#18419) | flywind | 2021-07-02 | 1 | -4/+4 |
* | fixes #18030 (#18415) | Andreas Rumpf | 2021-07-01 | 1 | -1/+1 |
* | fixes #18130 (#18407) | Andreas Rumpf | 2021-07-01 | 1 | -1/+1 |
* | genDepend: fix for module names that are reserved DOT keywords (#18392) | Ștefan Talpalaru | 2021-06-30 | 1 | -1/+1 |
* | improvements to hint:processing: show import stack, distinguish nims, show in... | Timothee Cour | 2021-06-30 | 5 | -16/+26 |