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
/
compiler
/
renderer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-1
/
+1
*
fixes a regression
Araq
2020-10-08
1
-10
/
+18
*
docgen: improve alignment of comments (still not perfect) (#15506)
Andreas Rumpf
2020-10-07
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-3
/
+4
*
renderer: use the biggest integer type for masking literals (#15482)
alaviss
2020-10-04
1
-1
/
+1
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-1
/
+8
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-14
/
+14
*
Show that a variable is cursor in --expandArc (#15002)
Clyybber
2020-07-17
1
-0
/
+2
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-3
/
+18
*
renderer.nim: more obvious debug output
Araq
2020-07-10
1
-1
/
+11
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-4
/
+4
*
Implement rendering of `[]=`, `{}`, `{}=` braces (#14539)
cooldome
2020-06-01
1
-16
/
+54
*
fix #14174 do not collapse pragma inside runnableExamples (#14385)
Timothee Cour
2020-05-18
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-2
/
+2
*
fix several bugs with `repr` (#13386)
Timothee Cour
2020-02-11
1
-4
/
+8
*
fix #12740 (#12774)
Arne Döring
2019-12-04
1
-7
/
+16
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-191
/
+181
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-0
/
+2
*
make renderIds work again
Andreas Rumpf
2019-11-01
1
-2
/
+3
*
renderer letAux fix only for octal literal (#12343)
Ridho Pratama
2019-10-08
1
-5
/
+8
*
render typeof as typeof
Andreas Rumpf
2019-10-07
1
-2
/
+2
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-32
/
+32
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-0
/
+5
*
genSym symbols rendered as b1_416049 instead of b1416049 (#11960)
Timothee Cour
2019-08-16
1
-7
/
+12
*
fixes #10053 (#11951)
Timothee Cour
2019-08-15
1
-0
/
+12
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-7
/
+7
*
nimpretty: code cleanups
Araq
2019-07-09
1
-7
/
+4
*
Fixes #11662: render ops priority (#11664)
cooldome
2019-07-05
1
-4
/
+7
*
docgen: do not render the ugly <//> operator; temporary hack until 0.20 has b...
Araq
2019-05-29
1
-1
/
+4
*
fixes #11239
Araq
2019-05-22
1
-0
/
+1
*
fixes #7816 (#11261)
Andreas Rumpf
2019-05-15
1
-1
/
+1
*
fixes #11131
Andreas Rumpf
2019-05-13
1
-3
/
+4
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-6
/
+6
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-8
/
+8
*
dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o....
Araq
2019-04-16
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-4
/
+4
*
docgen: generate pragma after generic, fixes #10792 (#10865)
Miran
2019-03-19
1
-2
/
+8
*
fixes #10805 (#10806)
cooldome
2019-03-13
1
-2
/
+9
*
Render a colon for command if last arg list (#10803)
Alexander Ivanov
2019-03-08
1
-1
/
+10
*
don't crash when rendering wrong nkInfix nodes
Andreas Rumpf
2018-10-12
1
-8
/
+8
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-5
/
+13
*
Renderer bug fixes (#8804)
cooldome
2018-09-07
1
-15
/
+58
*
improve the error message for 'addQuitProc' etc; fixes #5794
Araq
2018-09-03
1
-12
/
+12
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-2
/
+2
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-8
/
+8
*
Render bug: if expression with statement list expression as condition (#8375)
cooldome
2018-07-21
1
-5
/
+12
*
Fixes #8343, Fixes #8344 (#8347)
cooldome
2018-07-18
1
-5
/
+3
*
Fixes #8287 (#8288)
cooldome
2018-07-12
1
-6
/
+10
[next]