Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+20 |
| | |||||
* | docgen: make tests green again [backport] | Araq | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | docgen: fixes #9235 [backport] | Araq | 2018-10-30 | 1 | -1/+0 |
| | |||||
* | docgen: fixes #9169 [backport] | Araq | 2018-10-30 | 1 | -24/+15 |
| | |||||
* | make tmissingbracket compile for C++; refs #7870 | Araq | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Sizeof alignof fixes (#9568) | Arne Döring | 2018-10-30 | 1 | -1/+1 |
| | | | | | fixes #9545 | ||||
* | fixes #5549 | Araq | 2018-10-30 | 1 | -15/+16 |
| | |||||
* | Nim style checker: document the switch; fixes #9564 | Araq | 2018-10-30 | 5 | -16/+32 |
| | |||||
* | change system.nim to adhere to the style guide | Araq | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | fixes regressions | Araq | 2018-10-30 | 1 | -10/+8 |
| | |||||
* | fixes #8603 | Araq | 2018-10-30 | 1 | -1/+8 |
| | |||||
* | getTypeImpl now returns pragmas for object types (#9538) | jcosborn | 2018-10-30 | 1 | -9/+7 |
| | |||||
* | Cleanup installer.ini (#9558) | Neelesh Chandola | 2018-10-30 | 1 | -13/+0 |
| | |||||
* | Maps `out` keyword to an nnkIdent. Fixes #6011. (#9536) | Dominik Picheta | 2018-10-29 | 1 | -2/+1 |
| | |||||
* | fixes tnre regression | Araq | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) | cooldome | 2018-10-28 | 1 | -2/+4 |
| | | | * Fixes #9434 | ||||
* | Remove install.txt and readme.txt (#9521) | Utwo | 2018-10-28 | 1 | -1/+1 |
| | | | | | | | | * Remove install.txt and readme.txt * Refactor tests that use readme.txt * Tests open own source code | ||||
* | fixes #9532 | Araq | 2018-10-28 | 3 | -3/+3 |
| | |||||
* | make tstatic_t_bug compile with the C++ backend | Araq | 2018-10-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #9496 from cooldome/vm_float_casts | Arne Döring | 2018-10-28 | 3 | -5/+45 |
|\ | | | | | VM: add int <-> float casts of the same size | ||||
| * | Merge branch 'devel' into vm_float_casts | Andrii Riabushenko | 2018-10-24 | 5 | -37/+86 |
| |\ | |||||
| * | | Add test | Andrii Riabushenko | 2018-10-24 | 2 | -10/+13 |
| | | | |||||
| * | | improve style | Andrii Riabushenko | 2018-10-24 | 1 | -4/+4 |
| | | | |||||
| * | | Add int float casts to vm | Andrii Riabushenko | 2018-10-24 | 3 | -3/+40 |
| | | | |||||
* | | | nimpretty: fixes #9506 | Andreas Rumpf | 2018-10-26 | 1 | -3/+4 |
| | | | |||||
* | | | fixes #9358 | Andreas Rumpf | 2018-10-26 | 1 | -3/+3 |
| | | | |||||
* | | | Openmp parallel iterator improvements (#9493) | Mamy Ratsimbazafy | 2018-10-25 | 2 | -6/+1 |
| | | | | | | | | | | | | | | | * More flexibility in OpenMP pragma * Use static to constrain to compile-time annotation string * Update changelog with OpenMP change | ||||
* | | | fixes #9498, typeof is for everybody | Araq | 2018-10-25 | 2 | -6/+11 |
| | | | |||||
* | | | nimpretty: fixes #9500 | Araq | 2018-10-25 | 1 | -0/+1 |
| | | | |||||
* | | | nimpretty: fixes #9504 | Araq | 2018-10-25 | 1 | -3/+10 |
| | | | |||||
* | | | fixes #9507 | Araq | 2018-10-25 | 1 | -8/+10 |
| | | | |||||
* | | | nimpretty: fixes #9499 | Andreas Rumpf | 2018-10-25 | 1 | -0/+4 |
| |/ |/| | |||||
* | | added system.typeof operation; fixes #9093 | Araq | 2018-10-24 | 2 | -0/+17 |
| | | |||||
* | | nimpretty: test for idempotence; fixes #9483 | Araq | 2018-10-24 | 1 | -2/+4 |
| | | |||||
* | | fixes #9276 (#9317) | Arne Döring | 2018-10-24 | 1 | -31/+52 |
| | | |||||
* | | Remove a hack in the destroyer impl (#9479) | LemonBoy | 2018-10-24 | 1 | -4/+7 |
| | | | | | | Generate nkHiddenAddr nodes w/ proper type attached. | ||||
* | | nimpretty: fixes #8078 | Araq | 2018-10-24 | 1 | -1/+1 |
| | | |||||
* | | nimpretty: fixes #9398 | Araq | 2018-10-24 | 1 | -1/+7 |
|/ | |||||
* | nimpretty: minor bug fix | Araq | 2018-10-23 | 1 | -5/+6 |
| | |||||
* | tar.xz building: also ship with the moved testament tool | Araq | 2018-10-23 | 1 | -0/+1 |
| | |||||
* | Fix infinite loop with `nim check` (#9448) | Oscar Nihlgård | 2018-10-22 | 1 | -0/+2 |
| | |||||
* | Don't crash if GC_{un,}ref is called on nil (#9445) | LemonBoy | 2018-10-22 | 1 | -2/+2 |
| | | | Fixes #9442 | ||||
* | Compile pragma. Recompile on external file compilation failure (#9455) | cooldome | 2018-10-22 | 1 | -1/+2 |
| | |||||
* | Fixes 6544 (#9427) | LemonBoy | 2018-10-19 | 2 | -1/+12 |
| | | | | | | | | | | * Fix call to converters with var/lent args Fixes #6544 * Fix printing of lent types * lent is only valid for result types | ||||
* | Transf minor code optimization (#9433) | cooldome | 2018-10-19 | 1 | -37/+12 |
| | |||||
* | incremental compilation: fixes basic caching logic of 'module' table | Araq | 2018-10-19 | 1 | -4/+6 |
| | |||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 17 | -63/+122 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | disallow 'continue' that is not used within a loop; fixes #6367 | Araq | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | fixes #5519 | Araq | 2018-10-18 | 1 | -3/+6 |
| | |||||
* | fixes #7972 | Araq | 2018-10-18 | 1 | -10/+13 |
| |