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
*
only compile coro.nim by avoiding "when isMainModule" string match in
Aman Gupta
2015-10-02
1
-1
/
+1
*
fix float comparision failure in math tests
Aman Gupta
2015-10-02
1
-1
/
+1
*
fix test failures due to import errors
Aman Gupta
2015-10-02
3
-2
/
+4
*
remove trailing whitespace requirement from subexes test file
Aman Gupta
2015-10-02
1
-14
/
+13
*
install nimble and zip package
Aman Gupta
2015-10-02
1
-0
/
+3
*
show stderr w/ reExitcodesDiffer
Aman Gupta
2015-10-02
1
-1
/
+1
*
download fasm for the coro build
Aman Gupta
2015-10-02
1
-0
/
+5
*
fix rawsockets test
Aman Gupta
2015-10-02
2
-4
/
+3
*
Merge remote-tracking branch 'origin/devel' into fix-test-failures
Aman Gupta
2015-10-02
23
-30
/
+110
|
\
|
*
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
*
|
|
|
|
|
use clang for threading tests on travis
Aman Gupta
2015-10-02
1
-0
/
+1
*
|
|
|
|
|
fix test failure due to "illegal recursion" error message
Aman Gupta
2015-10-01
1
-1
/
+1
*
|
|
|
|
|
fix test failure in coro.nim
Aman Gupta
2015-10-01
1
-0
/
+1
*
|
|
|
|
|
fix test failures in subexes due to missing trailing whitespace
Aman Gupta
2015-10-01
1
-4
/
+4
*
|
|
|
|
|
fix failure in lib/pure/ospaths.nim
Aman Gupta
2015-09-30
1
-0
/
+4
*
|
|
|
|
|
fix failure in tests/method/tmapper.nim
Aman Gupta
2015-09-30
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
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]