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
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
4
-9
/
+133
*
megatest: allow duplicate file names, show compilation progress (#17713)
Timothee Cour
2021-04-13
3
-6
/
+15
*
IC: code cleanup (#17708)
Andreas Rumpf
2021-04-13
1
-45
/
+12
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
2
-10
/
+16
*
IC: serialization bugfix (#17701)
Andreas Rumpf
2021-04-13
1
-4
/
+4
*
remove unnecessary assignment (#17702)
flywind
2021-04-12
1
-1
/
+0
*
followup strformat PR. backslash escapes, tests, docs (#17700)
shirleyquirk
2021-04-12
3
-6
/
+90
*
IC: added tcompiletime_counter test case (#17698)
Andreas Rumpf
2021-04-11
2
-0
/
+39
*
macrocache.nim: removed trailing whitespace
Araq
2021-04-11
1
-23
/
+23
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
8
-5
/
+166
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
18
-40
/
+254
*
[feature] add arbitrary code execution to strformat (#17694)
shirleyquirk
2021-04-11
1
-9
/
+28
*
turn on syntax highlighting in Manual & Tutorial (#17692)
Andrey Makarov
2021-04-11
7
-137
/
+149
*
restyle RST option lists (#17637)
Andrey Makarov
2021-04-10
7
-21
/
+103
*
refs #15667 improve invalid indentation errors, report when & where `=` could...
Timothee Cour
2021-04-10
3
-4
/
+74
*
IC: added converter test case (#17688)
Andreas Rumpf
2021-04-09
4
-3
/
+30
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
7
-53
/
+60
*
hashes: Made the runnableExample easier to understand (#17689)
Andreas Rumpf
2021-04-09
1
-1
/
+1
*
add std/tasks (#17447)
flywind
2021-04-09
3
-0
/
+780
*
make repr handle setters `foo=` (#17683)
Timothee Cour
2021-04-09
2
-5
/
+17
*
ast: add getPIdent (#17684)
Timothee Cour
2021-04-09
3
-16
/
+19
*
nep1: guidelines for getters and setters (#17645)
Timothee Cour
2021-04-09
1
-0
/
+9
*
IC: added basic test case for methods (#17679)
Andreas Rumpf
2021-04-09
4
-6
/
+62
*
Fix small typos (#17680)
konsumlamm
2021-04-09
2
-1
/
+2
*
undocument unsupported advanced options (#17678)
Andreas Rumpf
2021-04-09
1
-13
/
+6
*
Fix rst typo (#17671)
konsumlamm
2021-04-08
1
-1
/
+1
*
Update `sysrand` documentation (#17676)
konsumlamm
2021-04-08
2
-20
/
+20
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
12
-51
/
+129
*
manual: minor improvements (#17677)
Andreas Rumpf
2021-04-08
1
-47
/
+47
*
Improve endians module (#17674)
konsumlamm
2021-04-08
1
-7
/
+42
*
use strstr for a faster find implementation (#17672)
Andreas Rumpf
2021-04-08
2
-4
/
+32
*
fixes #17647 (#17667)
Andreas Rumpf
2021-04-07
5
-22
/
+22
*
minor typos (#17668)
flywind
2021-04-07
1
-2
/
+2
*
use sink and lent in deques (#17661)
flywind
2021-04-07
2
-12
/
+61
*
ensure the avr example keeps compiling (#17663)
Andreas Rumpf
2021-04-07
4
-0
/
+35
*
removing warning imported and not used debugutils (#17660)
rockcavera
2021-04-07
1
-1
/
+2
*
fixes #17656 (#17657)
Andreas Rumpf
2021-04-07
1
-1
/
+2
*
close #4451 (#17627)
flywind
2021-04-06
2
-1
/
+10
*
add compiler/debugutils.nim to help debugging compiler (#17652)
Timothee Cour
2021-04-06
2
-7
/
+35
*
don't run one example on 32-bit machines (#17655)
Miran
2021-04-06
1
-3
/
+4
*
fix #16898 #17621 (#17628)
flywind
2021-04-06
4
-3
/
+52
*
ref #14873 (#17644)
flywind
2021-04-06
3
-3
/
+12
*
close #17636 (#17643)
flywind
2021-04-06
16
-77
/
+62
*
items(array)+friends: remove a RT comparison (#17650)
Timothee Cour
2021-04-06
1
-8
/
+8
*
document caveats of quit (#17648)
Timothee Cour
2021-04-05
1
-4
/
+8
*
[nim-gdb] Fixed enums and flag output [ci skip] (#17634)
Saem Ghani
2021-04-05
3
-78
/
+211
*
Improve the typeinfo module (#17625)
konsumlamm
2021-04-05
1
-122
/
+129
*
fix :number-lines: regression (#17639)
Andrey Makarov
2021-04-05
2
-1
/
+11
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
28
-52
/
+103
*
fix rst option list at EOF (follow-up #17442) (#17638)
Andrey Makarov
2021-04-04
2
-1
/
+3
[next]