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
*
Merge pull request #3415 from jlp765/rationals2
Dominik Picheta
2015-10-04
1
-0
/
+62
|
\
|
*
Add toRational(float) conversion from any float to closest
JamesP
2015-10-04
1
-0
/
+62
*
|
Merge pull request #3395 from nanoant/patch/rename-rawsockets-to-nativesockets
Dominik Picheta
2015-10-04
16
-65
/
+91
|
\
\
|
|
/
|
/
|
|
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
16
-65
/
+91
*
|
added undocumented exportNims pragma for Nimscript support
Araq
2015-10-03
5
-25
/
+68
*
|
fixes 'line too long' warning
Araq
2015-10-03
1
-1
/
+2
*
|
Merge pull request #3400 from nanoant/patch/generate-install.sh-during-bootstrap
Dominik Picheta
2015-10-03
3
-13
/
+12
|
\
\
|
|
/
|
/
|
|
*
bootstrap: Generate final install.sh during build
Adam Strzelecki
2015-10-03
2
-11
/
+5
|
*
koch: Add geninstall generating just ./install.sh
Adam Strzelecki
2015-10-03
1
-2
/
+7
|
/
*
Merge pull request #3389 from nanoant/patch/separate-deprecated-modules
Dominik Picheta
2015-10-03
11
-11
/
+26
|
\
|
*
parseopt: This module is no longer deprecated
Adam Strzelecki
2015-09-30
1
-2
/
+0
|
*
doc: Move deprecated modules into separate section
Adam Strzelecki
2015-09-30
1
-9
/
+21
|
*
Move deprecated modules into lib/deprecated/
Adam Strzelecki
2015-09-30
10
-0
/
+5
*
|
Merge pull request #3393 from nanoant/patch/fix-freebsd-getaddrinfo
Dominik Picheta
2015-10-03
1
-1
/
+3
|
\
\
|
*
|
rawsockets: Fix getaddrinfo on FreeBSD
Adam Strzelecki
2015-09-30
1
-1
/
+3
|
|
/
*
|
Merge pull request #3411 from oderwat/fix-osx-ospaths
Andreas Rumpf
2015-10-02
1
-4
/
+4
|
\
\
|
*
|
Added ReadIOEffect because thats what happens on OSX.
Hans Raaf
2015-10-02
1
-4
/
+4
|
/
/
*
|
Merge pull request #3402 from tmm1/exec-processes-after-cb
Andreas Rumpf
2015-10-02
3
-13
/
+21
|
\
\
|
*
|
remove echo() from compiler
Aman Gupta
2015-10-01
1
-2
/
+2
|
*
|
show full compiler output with reNimcCrash
Aman Gupta
2015-09-30
1
-0
/
+2
|
*
|
remove "rerun with --parallelBuild:1" message and show error inline
Aman Gupta
2015-09-30
1
-12
/
+13
|
*
|
add afterRunEvent callback to execProcesses
Aman Gupta
2015-09-30
1
-1
/
+6
*
|
|
Merge pull request #3406 from jlp765/rationals1
Dominik Picheta
2015-10-01
3
-3
/
+23
|
\
\
\
|
*
|
|
add two test:
JamesP
2015-10-01
2
-0
/
+19
|
*
|
|
add a few type checks to limit type to SomeInteger
JamesP
2015-10-01
1
-3
/
+3
|
*
|
|
add assertion for zero denominator
JamesP
2015-10-01
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #3394 from nanoant/patch/use-new-filter-prefix
Andreas Rumpf
2015-10-01
9
-9
/
+9
|
\
\
\
|
*
|
|
Use new #? filter prefix in various places
Adam Strzelecki
2015-09-30
9
-9
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3384 from tmm1/bitsize-pragma
Andreas Rumpf
2015-10-01
7
-1
/
+53
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
document new bitsize pragma
Aman Gupta
2015-09-30
2
-0
/
+20
|
*
|
Merge remote-tracking branch 'origin/devel' into bitsize-pragma
Aman Gupta
2015-09-30
6
-9
/
+27
|
|
\
\
|
*
|
|
ensure generated c-code matches
Aman Gupta
2015-09-30
1
-0
/
+4
|
*
|
|
Merge remote-tracking branch 'origin/devel' into bitsize-pragma
Aman Gupta
2015-09-29
14
-45
/
+348
|
|
\
\
\
|
*
|
|
|
better assertions for bitfield behavior
Aman Gupta
2015-09-29
1
-3
/
+14
|
*
|
|
|
switch to bitsize:int
Aman Gupta
2015-09-29
1
-1
/
+1
|
*
|
|
|
implement bitsize pragma for bitfields
Aman Gupta
2015-09-28
5
-1
/
+18
*
|
|
|
|
Merge pull request #3398 from tmm1/run-single-test
Andreas Rumpf
2015-09-30
2
-2
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
allow testament/tester to run single file
Aman Gupta
2015-09-30
2
-2
/
+8
*
|
|
|
|
|
fixes #2473; cleanup of some tests
Araq
2015-09-30
6
-54
/
+28
*
|
|
|
|
|
Merge pull request #3345 from rbehrends/no-unmap
Andreas Rumpf
2015-09-30
1
-4
/
+7
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add option to disable munmap() use in the allocator.
Reimer Behrends
2015-09-18
1
-4
/
+7
*
|
|
|
|
|
Merge pull request #3385 from nanoant/patch/dont-fail-on-unknown-enum-value-t...
Andreas Rumpf
2015-09-30
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
vm: Don't fail on unknown enum position to string
Adam Strzelecki
2015-09-28
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
NimScript: --threads:on works in a nims file
Araq
2015-09-30
1
-1
/
+1
*
|
|
|
|
Merge pull request #3397 from xyz32/move_to_const
Andreas Rumpf
2015-09-30
1
-5
/
+6
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
use const instead of let
Radu Oana
2015-09-30
1
-1
/
+1
|
*
|
|
|
Move magic numbers to const
Radu Oana
2015-09-30
1
-5
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #3391 from tmm1/travis-ci
Dominik Picheta
2015-09-30
1
-2
/
+12
|
\
\
\
\
|
*
|
|
|
add libcurl and libsdl1 headers
Aman Gupta
2015-09-29
1
-0
/
+5
|
*
|
|
|
remove mac builds for now
Aman Gupta
2015-09-29
1
-1
/
+0
[next]