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
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
14
-39
/
+221
*
new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...
Timothee Cour
2020-04-23
5
-16
/
+39
*
testament: don't rely on Nim source structure [backport:1.2] (#14077)
alaviss
2020-04-23
1
-1
/
+1
*
Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD...
Euan
2020-04-22
2
-2
/
+0
*
Add LTO support for most compilers and do some VCC fixes (#14013)
Keithcat1
2020-04-22
2
-6
/
+37
*
Set O_NONBLOCK flag atomically (#13934)
Hiroki Noda
2020-04-22
1
-8
/
+4
*
fix #14064 xmltree should allow create text node with raw text(non-es… (#14...
Bung
2020-04-22
3
-3
/
+12
*
Make debugSend/debugRecv procs public. Fixes #12189 (#12190)
Chris Heller
2020-04-22
1
-3
/
+37
*
Add the ability to pass title case headers to an HTTP server (#13968)
wonderix
2020-04-22
1
-12
/
+38
*
cycle collector (#14071)
Andreas Rumpf
2020-04-22
6
-110
/
+262
*
change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)
hlaaftana
2020-04-22
4
-5
/
+5
*
use newer nodejs on Azure Pipelines (#14065)
Miran
2020-04-22
1
-2
/
+2
*
base `parseEnum` on a case statement, fixes #14030 (#14046)
Vindaar
2020-04-22
3
-11
/
+171
*
Treat zig like clang/gcc wrt integer arithmetic. (#13957)
Hessam Mehr
2020-04-22
1
-1
/
+1
*
tools/finish: don't quote path with space (#14058) [backport]
alaviss
2020-04-22
1
-3
/
+2
*
fix globalOptions (#14059)
Timothee Cour
2020-04-22
0
-0
/
+0
*
Fix OS detection in a docker container (#13172)
Arnaud Moura
2020-04-22
2
-32
/
+67
*
fix typo (#14063)
Andy Davidoff
2020-04-21
1
-1
/
+1
*
fix #13222: make relativePath more robust and flexible (#13451)
Timothee Cour
2020-04-21
4
-68
/
+113
*
cleanup PR #14048
Araq
2020-04-21
2
-5
/
+5
*
fixes #14052 [backport:1.2] (#14055)
Andreas Rumpf
2020-04-21
1
-1
/
+2
*
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
hlaaftana
2020-04-21
2
-0
/
+42
*
Add package install command for FreeBSD and OpenBSD. (#14051)
Arnaud Moura
2020-04-21
1
-1
/
+3
*
Replace enum fields idents with syms (#14048)
cooldome
2020-04-21
2
-1
/
+13
*
Times refactorings (#13949)
Oscar Nihlgård
2020-04-21
1
-753
/
+778
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
20
-15
/
+56
*
Fix the getSelection method. (#13632)
treeform
2020-04-21
1
-1
/
+8
*
docs: move `not nil` to the experimental page (#14027)
Rory O’Kane
2020-04-21
2
-26
/
+30
*
fix mapIt issues #12625 & #12639 (#14041)
Judd
2020-04-21
2
-14
/
+39
*
New runnableExample for `newAsyncHttpClient()` (#14045)
Tristram Oaten
2020-04-21
1
-0
/
+11
*
asyncdispatch: export Callback (#14042) [backport]
alaviss
2020-04-21
1
-2
/
+2
*
clarify tuples and objects in manual, fixes #12486 (#14044)
hlaaftana
2020-04-21
1
-7
/
+20
*
Fix broken async httpclient example
Tristram Oaten
2020-04-21
1
-3
/
+7
*
fixes #14038
Andreas Rumpf
2020-04-20
1
-1
/
+1
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
17
-44
/
+317
*
Fix #13972 (#14034)
Clyybber
2020-04-20
1
-2
/
+2
*
Fixes #14014 (#14029)
cooldome
2020-04-20
2
-3
/
+41
*
allow generic typedesc field access (#12220)
Jasper Jenkins
2020-04-20
2
-57
/
+62
*
Update code example to match new sdl2.nim syntax (#13924)
Lưu Danh, Hiếu
2020-04-20
1
-25
/
+43
*
Make bitand, bitor, bitxor varargs-friendly (#13985)
awr1
2020-04-20
2
-9
/
+34
*
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
[next]