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
/
ast.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-1
/
+3
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-1
/
+1
*
fixes #16069; [backport:1.2] [backport:1.4] (#16115)
Andreas Rumpf
2020-11-24
1
-1
/
+1
*
ast minor (#16079)
flywind
2020-11-22
1
-0
/
+1
*
fix #6497 (#16027)
flywind
2020-11-18
1
-0
/
+1
*
rename: stmt -> typed and expr -> untyped (#15989)
flywind
2020-11-16
1
-1
/
+1
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-15
/
+11
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-32
/
+61
*
even more "eg" fixes [ci skip]
narimiran
2020-10-20
1
-1
/
+1
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
1
-1
/
+1
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
1
-3
/
+0
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-2
/
+3
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-1
/
+1
*
fix warnings for deprecated `low` and `high` (#15291)
Miran
2020-09-11
1
-2
/
+2
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-41
/
+37
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-18
/
+16
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-1
/
+1
*
Use typeflag instead
Clyybber
2020-08-10
1
-5
/
+3
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-2
/
+5
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
1
-0
/
+9
*
fixes #15036
Andreas Rumpf
2020-07-23
1
-1
/
+2
*
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-1
/
+1
*
fix #14802 (#14803)
Timothee Cour
2020-06-25
1
-1
/
+2
*
minor bugfixes for 'func' and .borrow
Araq
2020-06-23
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-4
/
+8
*
added a space
Araq
2020-06-19
1
-1
/
+1
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-5
/
+5
*
more precise analysis about 'observable stores' [backport:1.2] (#14582)
Andreas Rumpf
2020-06-06
1
-0
/
+1
*
fix #8871 runnableExamples now preserves source code comments, litterals, and...
Timothee Cour
2020-05-28
1
-0
/
+1
*
Add thiscall calling convention, mostly for hooking purpose (#14466)
Huy Doan
2020-05-27
1
-1
/
+2
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
1
-0
/
+3
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-1
/
+1
*
fix last remaining warning when building nim (`intVal should be Int128`) + mi...
Timothee Cour
2020-04-02
1
-7
/
+9
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-10
/
+4
*
Turn the warning for uninitialized (result) variables into errors
Zahary Karadjov
2020-04-01
1
-0
/
+3
*
More sophistication; Allow requiresInit to be specified per-field
Zahary Karadjov
2020-04-01
1
-1
/
+2
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
1
-5
/
+7
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-2
/
+3
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
1
-32
/
+27
*
rename sfAlwaysReturn to sfNeverRaises
Araq
2020-03-16
1
-1
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-1
/
+3
*
fixes #13519
Araq
2020-03-11
1
-2
/
+5
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
1
-2
/
+0
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-2
/
+7
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-18
/
+16
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
1
-0
/
+2
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
1
-1
/
+15
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-0
/
+20
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-0
/
+2
[next]