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
path:
root
/
lib
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
macrocache.nim: removed trailing whitespace
Araq
2021-04-11
1
-23
/
+23
*
Fix rst typo (#17671)
konsumlamm
2021-04-08
1
-1
/
+1
*
ref #14873 (#17644)
flywind
2021-04-06
1
-0
/
+5
*
Improve the typeinfo module (#17625)
konsumlamm
2021-04-05
1
-122
/
+129
*
new `genAst` as replacement for `quote do` (#17426)
Timothee Cour
2021-04-02
1
-1
/
+4
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-1
/
+2
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
1
-1
/
+1
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
1
-99
/
+94
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-11
/
+9
*
Add documentation to the `macrocache` module (#17431)
Danil Yarantsev
2021-03-21
1
-15
/
+176
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-2
/
+6
*
Replace double backticks with single backticks - Part 2 out of ~6 (#17206)
Danil Yarantsev
2021-02-28
1
-79
/
+79
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-2
/
+2
*
use single backtick (#17100)
flywind
2021-02-18
1
-24
/
+24
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-113
/
+72
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-3
/
+3
*
fix floats slice (#16853)
flywind
2021-01-29
1
-1
/
+1
*
refactor cmpNimIdentifier (#16611)
flywind
2021-01-13
2
-9
/
+3
*
macros.quote: document hard to use `op`; add more useful examples (#16489)
Timothee Cour
2021-01-06
1
-23
/
+71
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
2
-36
/
+9
*
fix cmpIgnoreStyle bug (#16392)
flywind
2020-12-18
1
-0
/
+1
*
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
Aditya Siram
2020-12-03
1
-4
/
+4
*
typeinfo minor improvement (#16083)
flywind
2020-11-23
1
-111
/
+52
*
alternative way to fix #16022 (#16064) [backport:1.4]
flywind
2020-11-20
1
-2
/
+2
*
fix #15934 and #15620 (#15938) [backport:1.4]
Andreas Rumpf
2020-11-15
1
-1
/
+4
|
\
|
*
nil
flywind
2020-11-13
1
-0
/
+2
|
*
make workaround for #15934 and #15620
flywind
2020-11-12
1
-1
/
+2
*
|
Correct all eggs (#15906)
Miran
2020-11-10
1
-2
/
+2
|
/
*
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...
cooldome
2020-10-28
1
-2
/
+2
*
fix rlock compilation failure (#15584)
shirleyquirk
2020-10-15
1
-1
/
+1
*
fixes #9754 [backport] (#15342)
Andreas Rumpf
2020-09-16
1
-4
/
+1
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-54
/
+113
*
enable,document,test getImplTransformed, very useful for understanding how ni...
Timothee Cour
2020-07-18
1
-2
/
+5
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-34
/
+0
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
1
-0
/
+36
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+4
*
add legacy workaround; improve test so that it actually tests for the bugfix
Timothee Cour
2020-06-19
1
-3
/
+5
*
Update tuple newLit
solo989
2020-06-19
1
-5
/
+12
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-6
/
+0
*
remove compilerproc from `newIdentNode` (#14692)
Timothee Cour
2020-06-17
1
-1
/
+1
*
Update macros.nim (#14697)
solo989
2020-06-17
1
-3
/
+2
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
1
-3
/
+10
*
Update newLit set[T] to work when set is empty. (#14662)
solo989
2020-06-15
1
-0
/
+4
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-1
/
+1
*
simple typo in locks.nim (#14297)
Andy Davidoff
2020-05-11
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-0
/
+1
*
parseEnum_regression (#14150)
cooldome
2020-04-28
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-4
/
+4
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-7
/
+10
*
Fix a 'See XXX' on documentation, clean out (#13820)
Juan Carlos
2020-03-31
1
-2
/
+1
[next]