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
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
22
-99
/
+213
*
fix a critical bug in windows.osproc leading to resource leaks and blocking I...
Timothee Cour
2020-05-11
4
-1
/
+36
*
simple typo in locks.nim (#14297)
Andy Davidoff
2020-05-11
1
-1
/
+1
*
diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ...
Timothee Cour
2020-05-10
1
-1
/
+1
*
`nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...
Timothee Cour
2020-05-10
2
-4
/
+16
*
Fix #14269 (#14286)
Clyybber
2020-05-09
2
-2
/
+105
*
--hint:processing (+friends) is now supported and means `--hint:processing:on...
Timothee Cour
2020-05-08
5
-6
/
+30
*
Merge pull request #14265 from alaviss/quickfix
Andreas Rumpf
2020-05-08
1
-1
/
+1
|
\
|
*
nativesockets: add missing inheritable pass-through
Leorize
2020-05-07
1
-1
/
+1
*
|
fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...
Andreas Rumpf
2020-05-08
1
-3
/
+2
|
\
\
|
*
|
fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...
Timothee Cour
2020-05-07
1
-3
/
+2
*
|
|
Fix typo
Clyybber
2020-05-08
1
-1
/
+1
*
|
|
fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) wo...
Timothee Cour
2020-05-08
1
-1
/
+1
*
|
|
Fix #14270 and add testcases (#14276)
Clyybber
2020-05-08
2
-2
/
+36
*
|
|
make `from` an operator (#14241)
hlaaftana
2020-05-08
7
-22
/
+38
|
/
/
*
|
fix #14243 (#14257)
cooldome
2020-05-07
2
-6
/
+24
*
|
tslow_tables: wait for an additional 2 seconds (#14266)
alaviss
2020-05-07
1
-1
/
+1
*
|
Fix the DFA for "unstructured controlflow" (#14263)
Clyybber
2020-05-07
3
-80
/
+141
|
/
*
net: remove more erroneous set constructions (#14252) [backport]
alaviss
2020-05-07
1
-3
/
+8
*
Split testing important packages into two jobs (#14256)
Miran
2020-05-07
4
-134
/
+157
*
fix #14236 (#14250)
cooldome
2020-05-07
2
-3
/
+19
*
fixes #14244 (#14248)
cooldome
2020-05-06
2
-6
/
+25
*
Fix runnable examples for bitops (#14247)
awr1
2020-05-06
1
-3
/
+3
*
added a new feature: --cc:env so that you can use any C compiler as long as i...
Andreas Rumpf
2020-05-06
3
-13
/
+31
*
cleanup the CC setting, only leave in there what is at least semi-officially ...
Andreas Rumpf
2020-05-06
2
-122
/
+2
*
fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)
Timothee Cour
2020-05-06
4
-26
/
+50
*
Added bitslice operations for bitops (#14016)
awr1
2020-05-06
3
-22
/
+280
*
Make the fields of `times.DateTime` private (#14197)
Oscar NihlgÄrd
2020-05-06
4
-89
/
+209
*
fix js stacktraces, unify all file,line,col formatting into a single function...
Timothee Cour
2020-05-05
7
-46
/
+68
*
Clarify JS cstring len (#14184)
hlaaftana
2020-05-05
3
-9
/
+10
*
fix #14217 (#14218)
cooldome
2020-05-05
3
-3
/
+29
*
fixes #14209 [backport:1.2] (#14213)
Andreas Rumpf
2020-05-05
3
-1
/
+32
*
vcc fix (#14222)
cooldome
2020-05-04
2
-5
/
+5
*
Linux updates (#14170)
wltsmrz
2020-05-04
4
-14
/
+33
*
Add procedures to read RSA keys from BIO format (#14223)
PMunch
2020-05-04
1
-0
/
+4
*
fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^...
Timothee Cour
2020-05-04
3
-12
/
+5
*
Re-enabling INim (#14215)
Tristram Oaten
2020-05-04
1
-1
/
+1
*
Fixes net.recvFrom to work correctly with IPv6 (#14131)
rockcavera
2020-05-04
1
-10
/
+22
*
`echo cmd | nim r - -arg1 -arg2` now works (#14210)
Timothee Cour
2020-05-04
2
-2
/
+32
*
sequtils refactoring: prefer typeof over type (#14212)
Andreas Rumpf
2020-05-04
1
-15
/
+15
*
destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]
Andreas Rumpf
2020-05-04
3
-4
/
+22
*
=> supports pragmas & names (+ changed behavior) (#14200)
hlaaftana
2020-05-03
6
-55
/
+96
*
fix #14203 (#14204)
slangmgh
2020-05-03
2
-17
/
+18
*
Fix #14151 (#14205) [backport]
slangmgh
2020-05-03
1
-8
/
+2
*
Fix #14201 (#14202)
slangmgh
2020-05-03
1
-1
/
+1
*
fixes #14136 (#14198)
Andreas Rumpf
2020-05-03
2
-3
/
+49
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
27
-59
/
+60
*
Move generated tex file to doc to correct location (#14191)
Dien Tran
2020-05-02
1
-0
/
+3
*
update tests that tested for the 'discard' error messages
Araq
2020-05-02
5
-12
/
+12
*
improve the 'has to be discarded' error message
Araq
2020-05-02
5
-6
/
+6
[next]