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
*
concepts: fixes the stack overflow that happens for #6691
Andreas Rumpf
2017-11-05
2
-1
/
+15
*
minor breaking change: for loop bodies now get their own scope
Andreas Rumpf
2017-11-05
4
-0
/
+14
*
fixes the new to be documented imports
Andreas Rumpf
2017-11-05
1
-2
/
+4
*
make tests green again
Andreas Rumpf
2017-11-05
1
-2
/
+2
*
fixes #6692
Araq
2017-11-05
2
-3
/
+51
*
improve the error messages for bug #6692
Araq
2017-11-05
2
-6
/
+7
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
5
-17
/
+91
*
Merge pull request #6684 from FedericoCeratto/integ-tests
Dominik Picheta
2017-11-03
2
-2
/
+10
|
\
|
*
Add comments on "untestable" tests directory
Federico Ceratto
2017-11-03
2
-2
/
+10
|
/
*
Fix path for sh on Android (#6661)
Fredrik Høisæther Rasch
2017-11-03
2
-2
/
+3
*
Always compile tests in the JS category with the JS backend (#6680)
GULPF
2017-11-03
1
-1
/
+2
*
bugfix: detect captures in non-closure inner procs
Araq
2017-11-03
2
-1
/
+16
*
fixes #6675
Andreas Rumpf
2017-11-02
2
-3
/
+9
*
fixes new liftLocals pass
Andreas Rumpf
2017-11-02
2
-6
/
+8
*
make tests green again
Andreas Rumpf
2017-11-02
1
-1
/
+1
*
'ord' does not produce a range type anymore
Andreas Rumpf
2017-11-02
4
-4
/
+7
*
Link unlinked stdlib modules to doc index (#6672)
Lynn C. Rees
2017-11-02
1
-0
/
+1
*
added missing file
Andreas Rumpf
2017-11-02
1
-0
/
+68
*
implemented undocumented '.liftLocals' feature
Andreas Rumpf
2017-11-02
5
-7
/
+35
*
Merge pull request #6669 from trustable-code/patch-3
Dominik Picheta
2017-11-01
1
-1
/
+1
|
\
|
*
Extend description of fmWrite
Simon Krauter
2017-11-01
1
-1
/
+1
*
|
Merge pull request #6670 from SitiSchu/patch-1
Dominik Picheta
2017-11-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixed small typo in parseopt2.nim comment
Simon Schürrle
2017-11-01
1
-1
/
+1
|
/
*
Fix typo in new test
Daniil Yarancev
2017-11-01
1
-1
/
+1
*
make range type checking more restrictive, see tn8vsint16 test case; minor br...
Andreas Rumpf
2017-11-01
2
-1
/
+28
*
Add jsconsole to doc index (#6658)
Lynn C. Rees
2017-11-01
1
-1
/
+1
*
VCC always creates debug symbols when not in release (#6397)
Fredrik Høisæther Rasch
2017-11-01
1
-2
/
+7
*
system.'..<' should not be dirty; fixes yet another regression
Andreas Rumpf
2017-11-01
1
-1
/
+1
*
system.nim improvement: make 'len' work with heterogenous slices
Andreas Rumpf
2017-11-01
1
-1
/
+1
*
system.nim improvements: make contains for HSlice more flexible; added .inlin...
Andreas Rumpf
2017-11-01
1
-9
/
+10
*
Fixed crash in case of ssl error in SSLShutdown (#6662)
Yuriy Glukhov
2017-11-01
1
-2
/
+5
*
make tests green again
Andreas Rumpf
2017-11-01
1
-1
/
+1
*
make more tests green
Araq
2017-11-01
2
-7
/
+1
*
Add oswalkdir to doc index (#6651)
Lynn C. Rees
2017-11-01
1
-1
/
+1
*
make tests green again
Araq
2017-11-01
6
-13
/
+14
*
attempt to fix the tester; tests should be red now
Araq
2017-10-31
1
-8
/
+5
*
Remove more usages of unary lt (fixes #6634) (#6641)
Fabian Keller
2017-10-31
6
-7
/
+7
*
remove pdcurses wrapper (#6617)
Lynn C. Rees
2017-10-30
2
-1560
/
+2
*
Make toRational proc to loop through integers (#6633)
konqoro
2017-10-30
1
-18
/
+15
*
Update `removeSuffix` implementations to match `removePrefix` (#6636)
Bo Lingen
2017-10-30
2
-31
/
+53
*
Implementation of high/low for SomeReal (#6570)
Fabian Keller
2017-10-30
2
-0
/
+21
*
getEnv now supports a 'default' parameter; refs #6019
Andreas Rumpf
2017-10-30
5
-5
/
+12
*
fixes #1860; macro generating a wrong nkSymChoice node
Andreas Rumpf
2017-10-30
2
-3
/
+11
*
fixes #6631
Andreas Rumpf
2017-10-30
8
-38
/
+65
*
make tests green again
Andreas Rumpf
2017-10-30
1
-2
/
+2
*
added typetraits.; merged PR #5839 manually
Andreas Rumpf
2017-10-30
2
-0
/
+14
*
fixes bug reported in PR #5637
Andreas Rumpf
2017-10-30
3
-1
/
+20
*
Fix typo
Daniil Yarancev
2017-10-30
1
-1
/
+1
*
rationals.toRational now uses an algorithm based on continued fractions; refs...
Andreas Rumpf
2017-10-30
2
-45
/
+36
*
Merge branch 'krux02-std-rotate' into devel
Andreas Rumpf
2017-10-30
1
-0
/
+123
|
\
[next]