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
*
remove the nilChecks switch; refs #11570
Araq
2020-04-20
5
-9
/
+5
*
fix for asm statement; refs #12650
Araq
2020-04-20
1
-1
/
+1
*
refactor system.$ for objects a little; refs #13398
Araq
2020-04-20
1
-9
/
+3
*
add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)
Timothee Cour
2020-04-20
3
-9
/
+66
*
compiler/suggest: highlight squashed operators (#11796)
alaviss
2020-04-20
2
-3
/
+18
*
unicode: minor documention improvement
Araq
2020-04-20
1
-0
/
+1
*
fixes #12834 (#14017)
Andreas Rumpf
2020-04-19
1
-3
/
+3
*
fixes #12741 (#14005)
Andreas Rumpf
2020-04-19
4
-49
/
+57
*
fixes #14001 (#14004)
Andreas Rumpf
2020-04-19
4
-7
/
+8
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
25
-114
/
+152
*
drnim: phi nodes for 'if' statements (#13990)
Andreas Rumpf
2020-04-19
2
-15
/
+172
*
Add runnableExamples to critbits module (#13994)
jiro
2020-04-18
1
-25
/
+219
*
Fix unused warning for `$` for empty tuple/objects (#13991)
hlaaftana
2020-04-18
1
-1
/
+2
*
fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...
Timothee Cour
2020-04-18
2
-3
/
+25
*
fix #14007 (#14012) [backport]
cooldome
2020-04-18
2
-2
/
+15
*
fixes #14003 (#14006) [backport:1.2]
cooldome
2020-04-17
2
-6
/
+29
*
Step2: fixes #13781, fixes #13805 (#13897)
cooldome
2020-04-16
5
-45
/
+111
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
9
-109
/
+293
*
added extended msg for failed library loads w/ incorrect DLL formats (#13950)
awr1
2020-04-16
2
-12
/
+30
*
make fuzzy search a bit less fuzzy (#13996) [backport:1.2]
Miran
2020-04-16
2
-1
/
+4
*
fix newDomParser (#13981)
Timothee Cour
2020-04-16
1
-1
/
+1
*
Grammar correction in backends.rst (#13989)
Adam Weber
2020-04-16
1
-2
/
+2
*
added a .since annotation to hashIdentity
Andreas Rumpf
2020-04-15
1
-2
/
+4
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
8
-12
/
+107
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
17
-263
/
+759
*
add timezones package to important_packages (#13987)
Miran
2020-04-15
1
-0
/
+1
*
Fix https://github.com/inim-repl/INim/issues/66 (#13984)
Timothee Cour
2020-04-15
1
-1
/
+1
*
enable important_pkg on OSX (#13954)
Timothee Cour
2020-04-14
2
-1
/
+13
*
fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...
Timothee Cour
2020-04-14
6
-6
/
+77
*
Add Data URI Base64, implements RFC-2397 (#13759)
Juan Carlos
2020-04-13
2
-1
/
+36
*
Add jsdomparser (#13920)
Juan Carlos
2020-04-13
2
-1
/
+20
*
Fix semfold handling of {.str/int/bool-define.} (#13964)
Oscar Nihlgård
2020-04-13
2
-0
/
+18
*
Add runnableExamples to bitops module (#13951)
jiro
2020-04-13
1
-15
/
+143
*
error msg for #13864 (#13962)
cooldome
2020-04-13
2
-0
/
+20
*
fix #13848: make var result work with nim cpp (#13959)
Timothee Cour
2020-04-13
2
-1
/
+113
*
minor fixes in 1.2 changelog [ci skip]
narimiran
2020-04-13
1
-13
/
+17
*
Improve #12920 fix (#13958)
genotrance
2020-04-12
1
-3
/
+3
*
Make unused code into actual test, replace echo with doassert (#13952)
Juan Carlos
2020-04-11
2
-33
/
+84
*
osproc: added a better version of waitForExit for Haiku (#13938)
alaviss
2020-04-10
2
-6
/
+83
*
posix: add full Haiku support (#13931)
alaviss
2020-04-09
3
-2
/
+609
*
fixes #13863 (#13929)
cooldome
2020-04-08
1
-0
/
+5
*
Add support for `zig cc` as C compiler. (#13757)
Hessam Mehr
2020-04-08
2
-1
/
+12
*
Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport]
Dominik Picheta
2020-04-08
1
-19
/
+39
*
Test packages on Linux (#13921)
Miran
2020-04-08
2
-4
/
+3
*
fix ICE in isUnresolvedSym (#13925)
cooldome
2020-04-08
1
-5
/
+6
*
fix #13909 (#13914) [backport:1.2]
cooldome
2020-04-08
3
-24
/
+46
*
fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...
Timothee Cour
2020-04-08
2
-1
/
+13
*
fix #13894, httpclient hang on Http204
narimiran
2020-04-07
1
-1
/
+1
*
fix #13910 (#13917)
cooldome
2020-04-07
2
-3
/
+3
*
fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...
Timothee Cour
2020-04-07
6
-54
/
+110
[next]