| Commit message (Expand) | Author | Age | Files | Lines |
* | remove {.this.} pragma, deprecated since 0.19 (#20201) | metagn | 2022-08-23 | 1 | -1/+0 |
* | .forbids pragma: defining forbidden tags (#20050) | Lancer11211 | 2022-07-26 | 1 | -1/+2 |
* | Stop type aliases from inheriting sfUsed (#19861) | quantimnot | 2022-06-04 | 1 | -1/+1 |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 1 | -21/+0 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | nvro don't touch cdecl types [backport: 1.6] (#19461) | flywind | 2022-01-28 | 1 | -1/+1 |
* | fixes an old ARC bug: the produced copy/sink operations don't copy the hidden... | Andreas Rumpf | 2021-12-09 | 1 | -1/+1 |
* | fixes #19013 [backport:1.6] (#19111) | Andreas Rumpf | 2021-11-09 | 1 | -0/+8 |
* | define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726) | Timothee Cour | 2021-10-17 | 1 | -1/+1 |
* | correct effect tracking for .borrowed procs [backport] (#18882) | Andreas Rumpf | 2021-09-23 | 1 | -1/+1 |
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 1 | -2/+4 |
* | move PNode.comment to a side channel, reducing memory usage during compilatio... | Timothee Cour | 2021-08-29 | 1 | -21/+56 |
* | replace wrt with proper word (#18724) | flywind | 2021-08-22 | 1 | -1/+1 |
* | fix #18627(Program segfaults with ARC when using openArray[string]) (#18713) | flywind | 2021-08-19 | 1 | -1/+1 |
* | improvements to `addInt` and `$` for integer types (#18592) | Timothee Cour | 2021-08-19 | 1 | -4/+4 |
* | allow building 1.4.0 from devel (#18708) | Timothee Cour | 2021-08-18 | 1 | -2/+6 |
* | implements overloadable enum values; WIP (#18470) | Andreas Rumpf | 2021-07-28 | 1 | -1/+1 |
* | fixes #12815 (#18554) | Andreas Rumpf | 2021-07-22 | 1 | -1/+1 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -2/+2 |
* | nim doc now correctly renders deprecated pragmas for routines and types (#18515) | Timothee Cour | 2021-07-19 | 1 | -0/+31 |
* | ORC: support for custom =trace procs (#18459) | Andreas Rumpf | 2021-07-09 | 1 | -1/+1 |
* | ORC: use =destroy instead of =dispose (#18440) | Andreas Rumpf | 2021-07-07 | 1 | -2/+1 |
* | fixes #16270 (#18388) | Andreas Rumpf | 2021-06-29 | 1 | -1/+2 |
* | fixes #18320 (#18343) | Andreas Rumpf | 2021-06-24 | 1 | -1/+1 |
* | make privateAccess work with generic types and generic instantiations; fix a ... | Timothee Cour | 2021-06-19 | 1 | -0/+20 |
* | ORC: improvements (#17993) | Andreas Rumpf | 2021-05-12 | 1 | -2/+2 |
* | add astmsgs; add `declared in` msg for usage lint errors (#17961) | Timothee Cour | 2021-05-08 | 1 | -0/+2 |
* | fix #17836 (typed macro isNil for proc params) (#17841) | Saem Ghani | 2021-04-25 | 1 | -0/+4 |
* | cString => cSourceString; tyCString => tyCstring so that error msgs show cstr... | Timothee Cour | 2021-04-17 | 1 | -3/+3 |
* | IC: yet another embarrassing omission (#17743) | Andreas Rumpf | 2021-04-17 | 1 | -1/+1 |
* | `import foo {.all.}` reboot (#17706) | Timothee Cour | 2021-04-16 | 1 | -4/+4 |
* | iterable[T] (#17196) | Timothee Cour | 2021-04-11 | 1 | -2/+4 |
* | ast: add getPIdent (#17684) | Timothee Cour | 2021-04-09 | 1 | -0/+8 |
* | added nkError to the AST (#17567) | Andreas Rumpf | 2021-03-29 | 1 | -0/+1 |
* | IC: backend: remember produced type information (#17440) | Andreas Rumpf | 2021-03-23 | 1 | -11/+4 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -1/+1 |
* | semLambda removed, semProcAux reworked (#17379) | Saem Ghani | 2021-03-17 | 1 | -6/+27 |
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 1 | -3/+6 |
* | ARC Analysis in one pass v3 (#17068) | Clyybber | 2021-02-17 | 1 | -1/+3 |
* | Revert "ARC: Analysis in one pass v2 (#17000)" (#17046) | Clyybber | 2021-02-15 | 1 | -3/+1 |
* | ARC: Analysis in one pass v2 (#17000) | Clyybber | 2021-02-10 | 1 | -1/+3 |
* | Revert "ARC Analysis in one pass (#16849)" (#16984) | Clyybber | 2021-02-09 | 1 | -3/+1 |
* | ARC Analysis in one pass (#16849) | Clyybber | 2021-02-09 | 1 | -1/+3 |
* | remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861) | Timothee Cour | 2021-01-29 | 1 | -32/+5 |
* | fix #16752: threadvar now works with importcpp types; osx now uses native TLS... | Timothee Cour | 2021-01-27 | 1 | -0/+4 |
* | IC: next steps (#16729) | Andreas Rumpf | 2021-01-23 | 1 | -20/+36 |
* | IC: next steps (#16705) | Andreas Rumpf | 2021-01-14 | 1 | -1/+2 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -0/+5 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -19/+0 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -7/+24 |