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
/
astalgo.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-9
/
+1
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-123
/
+0
*
make treeToYaml print yaml (and not json) (#23082)
Jacek Sieka
2023-12-15
1
-170
/
+3
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-40
/
+29
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-1
/
+1
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-3
/
+4
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
1
-1
/
+1
*
make the name of procs consistent with the name forwards (#22424)
ringabout
2023-08-09
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+5
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-3
/
+0
*
fix #12122 (#21096)
Bung
2022-12-16
1
-1
/
+1
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-4
/
+6
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
1
-3
/
+2
*
try to optimize hot spots for orc-booting compiler (#20001)
flywind
2022-07-12
1
-5
/
+13
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
add comment to astalgo.debug (#18594)
Timothee Cour
2021-07-27
1
-0
/
+3
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
1
-4
/
+4
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
1
-1
/
+2
*
[docs minor]space for code-block (#16266)
flywind
2020-12-06
1
-2
/
+2
*
fix #15707 (#15870)
cooldome
2020-11-09
1
-2
/
+2
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-1
/
+1
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-1
/
+8
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-0
/
+4
*
Deprecate when declared(echo):echo (#13840)
Juan Carlos
2020-04-02
1
-72
/
+72
*
More precise error messages for uninitialized fields in the presence of inher...
Zahary Karadjov
2020-04-01
1
-0
/
+7
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
1
-0
/
+1
*
kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...
Timothee Cour
2020-01-23
1
-2
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-97
/
+97
*
fixes #12196
Araq
2019-09-16
1
-6
/
+6
*
fixes #12174
Araq
2019-09-11
1
-0
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-13
/
+13
*
added a simple debugging helper
Araq
2019-09-08
1
-0
/
+9
*
Merge branch 'devel' into uint-range-checks
Andreas Rumpf
2019-09-02
1
-2
/
+40
|
\
|
*
fixes #12020 (#12106)
Andreas Rumpf
2019-09-02
1
-2
/
+40
*
|
squashed and merged with devel
Arne Döring
2019-08-21
1
-3
/
+3
|
/
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-25
/
+8
*
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
Miran
2019-05-21
1
-2
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-7
/
+7
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-7
/
+7
*
astalgo: use the code style that the other lines use; make debug() less verbose
Araq
2019-04-16
1
-11
/
+11
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-0
/
+8
*
owned refs must be moved
Andreas Rumpf
2019-03-07
1
-0
/
+3
*
colors for debugging (not for windows) (#10786)
Arne Döring
2019-03-05
1
-3
/
+33
*
More depth debug proc (#10782)
Arne Döring
2019-03-04
1
-89
/
+209
*
minor fix for debug on symbols (#10742)
Arne Döring
2019-02-26
1
-3
/
+3
*
reduce debug output (#10638)
Arne Döring
2019-02-13
1
-58
/
+63
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-3
/
+3
*
IC: further progress
Araq
2018-12-01
1
-9
/
+20
[next]