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
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
1
-0
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
1
-2
/
+2
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-12
/
+0
*
nim doc now correctly renders deprecated pragmas for routines and types (#18515)
Timothee Cour
2021-07-19
1
-2
/
+2
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
1
-0
/
+2
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-4
/
+1
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
1
-1
/
+7
*
make repr handle setters `foo=` (#17683)
Timothee Cour
2021-04-09
1
-5
/
+8
*
ast: add getPIdent (#17684)
Timothee Cour
2021-04-09
1
-11
/
+9
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
1
-7
/
+13
*
repr: fix rendering of `'big`, `=destroy` etc (#17624)
Timothee Cour
2021-04-03
1
-3
/
+19
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
1
-1
/
+21
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-1
/
+1
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-0
/
+4
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-4
/
+14
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
1
-3
/
+10
*
Fix #14325 (#17308)
Clyybber
2021-03-11
1
-2
/
+2
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
1
-1
/
+1
*
Use nicer escape sequences in renderer.nim (#17239)
Clyybber
2021-03-02
1
-11
/
+11
*
ARC Analysis in one pass v3 (#17068)
Clyybber
2021-02-17
1
-9
/
+9
*
Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)
Clyybber
2021-02-15
1
-9
/
+9
*
ARC: Analysis in one pass v2 (#17000)
Clyybber
2021-02-10
1
-9
/
+9
*
Revert "ARC Analysis in one pass (#16849)" (#16984)
Clyybber
2021-02-09
1
-9
/
+9
*
ARC Analysis in one pass (#16849)
Clyybber
2021-02-09
1
-9
/
+9
*
close #16844 (#16852)
flywind
2021-01-29
1
-0
/
+14
*
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
[next]