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
/
tests
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for #6836 (#9602)
Neelesh Chandola
2018-11-02
1
-1
/
+1
*
Added "typeof" and "restrict" to special words. (#9226)
Alexandros Naskos
2018-11-01
1
-0
/
+39
*
Sizeof alignof fixes (#9568)
Arne Döring
2018-10-30
1
-0
/
+14
*
Remove install.txt and readme.txt (#9521)
Utwo
2018-10-28
1
-1
/
+1
*
correct tnoop test case
Araq
2018-10-25
1
-2
/
+3
*
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...
Timothee Cour
2018-10-14
2
-4
/
+5
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
2
-11
/
+348
*
Fix locals() interaction with generic types
LemonBoy
2018-09-21
1
-0
/
+19
*
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
awr
2018-09-04
1
-1
/
+2
*
Fix abs & unary sub in semfold (#8724)
Oscar Nihlgård
2018-08-22
1
-0
/
+4
*
Add sizeof for arrays of integral types (#8445)
cooldome
2018-07-30
1
-2
/
+20
*
Bugfix for modules with multi byte characters in the name (#8319)
Oscar Nihlgård
2018-07-14
1
-1
/
+4
*
Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
Vindaar
2018-07-03
1
-3
/
+3
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-0
/
+114
*
Support multi byte characters in module names (#7916)
Oscar Nihlgård
2018-05-31
1
-0
/
+8
*
make tests green again
Araq
2018-05-14
1
-1
/
+1
*
make tests green
Andreas Rumpf
2018-05-05
1
-5
/
+5
*
Don't hide overflow/underflow/divbyzero in semfold (#7732)
Oscar Nihlgård
2018-05-02
1
-0
/
+23
*
make memoization test compile again
Andreas Rumpf
2018-04-29
1
-1
/
+1
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-0
/
+32
*
Add ability for users to elide ':' or '=' when CLI authors pass a (#7297)
c-blake
2018-03-08
1
-0
/
+20
*
fixes #3985
Araq
2018-02-10
1
-0
/
+10
*
make more tests green
Araq
2018-02-10
5
-5
/
+5
*
fixes #4220
Araq
2018-02-10
1
-1
/
+21
*
make tests green again
Araq
2017-12-15
1
-13
/
+13
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-11-21
1
-12
/
+0
*
Move deprecated romans module from stdlib to Nimble package (#6660)
Lynn C. Rees
2017-11-15
1
-71
/
+0
*
make tests green again
Araq
2017-11-01
1
-1
/
+1
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-6
/
+2
*
make tests green again
Andreas Rumpf
2017-10-10
1
-1
/
+1
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-2
/
+1
|
\
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-2
/
+1
*
|
make tests green again
Andreas Rumpf
2017-10-01
1
-11
/
+11
*
|
the parser finally parses 'echo {1,2}' as it should
Andreas Rumpf
2017-09-30
5
-10
/
+10
*
|
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
3
-7
/
+4
|
/
*
Merge pull request #5952 from Parashurama/fix_parseopt
Varriount
2017-06-13
1
-0
/
+57
|
\
|
*
fixes parseopt/parseopt2 custom cmdline args.
Parashurama
2017-06-06
1
-0
/
+57
*
|
restrict casting for closure. (#5948); fixes #5742
Parashurama
2017-06-07
1
-0
/
+23
|
/
*
another attempt to get travis green
Andreas Rumpf
2017-03-29
1
-13
/
+0
*
Fixes to support Dragonfly BSD. (#5552)
Eugene Kabanov
2017-03-17
1
-0
/
+2
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-5
/
+5
*
make tests on Windows green under --pedantic
Araq
2017-02-02
1
-4
/
+3
*
make tests green
Araq
2016-12-18
1
-2
/
+2
*
Added deques module, deprecating queues
Ruslan Mustakov
2016-11-24
1
-4
/
+4
*
fixed regressions
Andreas Rumpf
2016-03-29
1
-13
/
+13
*
make tests green again
Andreas Rumpf
2016-02-29
1
-1
/
+1
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-0
/
+39
*
Fix a few deprecation warnings
def
2016-01-25
4
-8
/
+0
*
JS: Corrected shift operators. Made casting between ints behave like C does.
Yuriy Glukhov
2016-01-22
1
-6
/
+33
[next]