index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
new minor language feature: .noSideEffect blocks like .gcsafe blocks
Andreas Rumpf
2018-11-27
1
-1
/
+2
*
document the breaking change for osproc
Andreas Rumpf
2018-11-26
1
-1
/
+2
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+4
*
fix #9647 tmpl=>nimf (#9658)
Timothee Cour
2018-11-14
1
-0
/
+5
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-0
/
+4
*
fixes #9619
Andreas Rumpf
2018-11-09
1
-0
/
+5
*
changelog entry.
Arne Döring
2018-11-08
1
-0
/
+2
*
add new stdlib modules to the changelog
Araq
2018-11-08
1
-1
/
+4
*
parser change: 'not' is always a unary operator; fixes #9574
Andreas Rumpf
2018-11-07
1
-0
/
+2
*
compiler cleanup: flag tfOldSchoolExprStmt is gone
Araq
2018-11-06
1
-1
/
+2
*
removed the undocumented #? strongSpaces parsing mode
Araq
2018-11-06
1
-0
/
+1
*
document system.UncheckedArray
Araq
2018-11-06
1
-0
/
+3
*
Generic Complex type (#9590)
Arne Döring
2018-11-05
1
-1
/
+4
*
changelog entry
Arne Döring
2018-10-31
1
-0
/
+2
*
fixes regressions
Araq
2018-10-30
1
-0
/
+13
*
Merge pull request #9496 from cooldome/vm_float_casts
Arne Döring
2018-10-28
1
-0
/
+2
|
\
|
*
update changelog
Andrii Riabushenko
2018-10-27
1
-0
/
+2
*
|
Improve dumpLisp macro (#9515)
Kaushal Modi
2018-10-27
1
-0
/
+3
*
|
Openmp parallel iterator improvements (#9493)
Mamy Ratsimbazafy
2018-10-25
1
-0
/
+6
|
/
*
added system.typeof operation; fixes #9093
Araq
2018-10-24
1
-0
/
+3
*
changelog entry
Arne Döring
2018-10-18
1
-0
/
+2
*
Fixes #9364 and add moduleDescription to jsondoc (#9396)
PMunch
2018-10-17
1
-0
/
+3
*
unicode: added strip, align, alignLeft, repeat procs; refs #6301
Andreas Rumpf
2018-10-14
1
-2
/
+2
*
unicode: add split procs; refs #6301
Andreas Rumpf
2018-10-14
1
-0
/
+3
*
added new editdistance stdlib module, deprecated strutils.editDistance, refs ...
Andreas Rumpf
2018-10-14
1
-0
/
+7
*
strutils/unicode: deprecate isLower and friends operating on complete strings...
Andreas Rumpf
2018-10-14
1
-227
/
+5
*
niminst: fix 'gtar' invokation
Andreas Rumpf
2018-09-26
1
-1
/
+1
*
Net module fixes (#8597)
Dominik Picheta
2018-08-28
1
-0
/
+3
*
Add interpreting event parser proc to pegs module. (#8075)
gemath
2018-08-24
1
-0
/
+1
*
fix typo in changelog.md: nnkTupleConst => nnkTupleConstr
Timothee Cour
2018-08-21
1
-1
/
+1
*
Update changelog
Oscar Nihlgård
2018-08-17
1
-0
/
+5
*
times.Timezone changes (#8527)
Oscar Nihlgård
2018-08-17
1
-0
/
+4
*
Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)
Kaushal Modi
2018-08-17
1
-0
/
+7
*
fixes #8653
Andreas Rumpf
2018-08-16
1
-0
/
+3
*
minor edit to the changelog
Andreas Rumpf
2018-08-16
1
-1
/
+1
*
implements 'case statement macros' in order to encourage the development of p...
Andreas Rumpf
2018-08-16
1
-4
/
+10
*
renames threadpool.await to blockUntil; refs #7853
Araq
2018-08-14
1
-0
/
+4
*
document the new --nilseqs:on switch
Araq
2018-08-13
1
-1
/
+1
*
rename SystemError to CatchableError in order to avoid breaking Nimble and pr...
Araq
2018-08-10
1
-1
/
+1
*
rework the exception hierarchy; refs #8363
Andreas Rumpf
2018-08-10
1
-0
/
+4
*
change the VM's max instruction count to 3_000_000
Andreas Rumpf
2018-08-10
1
-1
/
+1
*
deprecated regionized pointers
Araq
2018-08-10
1
-0
/
+3
*
deprecate the .this pragma
Araq
2018-08-09
1
-0
/
+4
*
fixes merge conflict
Araq
2018-08-07
1
-0
/
+1
|
\
|
*
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-1
/
+2
*
|
'nimcache' defaults to ~/.cache on Posix; cleaned up documentation
Andreas Rumpf
2018-08-06
1
-5
/
+8
|
/
*
fixes #5617, 'copyLineInfo' addition (#8523)
andri lim
2018-08-05
1
-0
/
+1
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-0
/
+5
*
`lineInfoObj` (and `check`, `expect`) now return absolute paths (#8466)
Timothee Cour
2018-07-31
1
-1
/
+2
*
Deprecate the dot style for import paths (#8474)
Oscar Nihlgård
2018-07-30
1
-0
/
+2
[next]