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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup
Yuriy Glukhov
2018-05-09
1
-49
/
+31
*
Yield in try
Yuriy Glukhov
2018-05-09
6
-91
/
+709
*
Minor dry up
Yuriy Glukhov
2018-05-09
1
-5
/
+3
*
Don't leak sem PContext into transf
Yuriy Glukhov
2018-05-09
3
-10
/
+9
*
Cosmetics
Yuriy Glukhov
2018-05-09
1
-23
/
+24
*
Extended tasync_in_seq_constr test
Yuriy Glukhov
2018-05-09
1
-6
/
+14
*
Closure iter transformation
Yuriy Glukhov
2018-05-09
10
-44
/
+713
*
Add connectUnix and bindUnix to net docs
Mathias Stearn
2018-05-09
1
-1
/
+1
*
Modify hash for HashSet to use `xor` to mix hash of items.
Lolo Iccl
2018-05-09
2
-9
/
+2
*
Modify previous commit and add tests
Lolo Iccl
2018-05-09
2
-6
/
+57
*
Modify previous commit
Lolo Iccl
2018-05-09
1
-4
/
+8
*
Add proc hash for HashSet and for OrderedSet
Lolo Iccl
2018-05-09
1
-0
/
+10
*
Add nimble dir to path via finish
Ganesh Viswanathan
2018-05-09
1
-7
/
+20
*
VM fix for refs
Oscar Nihlgård
2018-05-08
2
-2
/
+20
*
Export an 'escapeXml' proc from xmldom
Zahary Karadjov
2018-05-07
2
-8
/
+15
*
Fix the compilation of terminal.nim on Windows
Zahary Karadjov
2018-05-07
1
-4
/
+1
*
bugfix: strutils.find was broken for strings with uneven number of chars
Zahary Karadjov
2018-05-07
1
-248
/
+284
*
implement the export/except statement
Zahary Karadjov
2018-05-07
6
-7
/
+41
*
Bugfix: The compiler were not inserting proper downcasts for generic types
Zahary Karadjov
2018-05-07
4
-4
/
+25
*
fix a compiler crash related to the new strings in C++ mode
Zahary Karadjov
2018-05-07
2
-9
/
+9
*
The `terminal` module now exports additional procs for generating ANSI color
Zahary Karadjov
2018-05-07
2
-21
/
+45
*
Support thread-local variables declared inside procs; fixes #7565
Zahary Karadjov
2018-05-07
4
-3
/
+85
*
Backwards-compatible support for keyword arguments in the command syntax
Zahary Karadjov
2018-05-07
3
-6
/
+18
*
Bugfix: Allow matching on nkExprEqExpr against varargs[untyped]
Zahary Karadjov
2018-05-07
2
-1
/
+17
*
A motivating example for the new `bindSym` behavior.
Zahary Karadjov
2018-05-07
5
-1
/
+160
*
Better support for treating templates and macros as symbols.
Zahary Karadjov
2018-05-07
7
-8
/
+202
*
pretty, prettybase: simplify relative paths (#7779)
alaviss
2018-05-07
2
-2
/
+2
*
Allow using CC environment variable with csources (#7754)
Flaviu Tamas
2018-05-06
1
-2
/
+2
*
Fixes #7764 (#7767)
Florent
2018-05-06
1
-0
/
+4
*
options: use isSome (#7782)
alaviss
2018-05-06
1
-4
/
+4
*
fixes #7757
Andreas Rumpf
2018-05-06
1
-0
/
+1
*
fixes #7774 (#7783)
alaviss
2018-05-06
1
-1
/
+3
*
make the tester compile without warnings
Andreas Rumpf
2018-05-06
1
-4
/
+4
*
pegs: fixes another null accessing bug
Andreas Rumpf
2018-05-06
1
-1
/
+1
*
fixes #7743
Andreas Rumpf
2018-05-06
1
-1
/
+1
*
update the changelog
Andreas Rumpf
2018-05-06
2
-432
/
+3
*
Merge branch 'devel' into araq-parser-fixes
Andreas Rumpf
2018-05-06
71
-389
/
+226
|
\
|
*
make tests green
Andreas Rumpf
2018-05-05
6
-17
/
+17
|
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
54
-287
/
+44
|
*
Fixes crash in httpclient due to new string indexing rules.
Dominik Picheta
2018-05-04
1
-1
/
+1
|
*
test binarySearch, fix for search in empty. (#7769)
Arne Döring
2018-05-04
1
-3
/
+24
|
*
fixes #7766
Araq
2018-05-04
1
-0
/
+2
|
*
Disable setTerminate when noCppExceptions is defined (#7751)
Emery Hemingway
2018-05-04
2
-3
/
+4
|
*
Fix filter_tmpl errors (#7763)
Dmitry Atamanov
2018-05-04
1
-12
/
+15
|
*
Replace factorial function with a compile time one (#7276)
notTito
2018-05-04
1
-4
/
+14
|
*
Deprecate smart binary search (#7745)
Arne Döring
2018-05-03
2
-15
/
+22
|
*
Merge pull request #7760 from yglukhov/fix-7738
Dominik Picheta
2018-05-03
1
-2
/
+2
|
|
\
|
|
*
Fixes #7738
Yuriy Glukhov
2018-05-03
1
-2
/
+2
|
*
|
Merge pull request #7624 from skilchen/fix-issue7620
Dominik Picheta
2018-05-03
2
-7
/
+21
|
|
\
\
|
|
*
|
there is no hour 0 in am/pm time
skilchen
2018-04-16
2
-7
/
+21
[next]