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
/
semdata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+3
*
refactoring: removed dead code (#18567)
Andreas Rumpf
2021-07-24
1
-1
/
+1
*
Extended side effect error messages (#18418)
quantimnot
2021-07-15
1
-0
/
+1
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-1
/
+2
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-2
/
+2
*
minor cleanups (#17948)
Andreas Rumpf
2021-05-06
1
-2
/
+0
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+3
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
1
-4
/
+14
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
1
-12
/
+8
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-0
/
+13
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-2
/
+6
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+10
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
1
-0
/
+3
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-1
/
+1
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
1
-14
/
+1
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-1
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+1
*
IC: compilerprocs are handled correctly (#17265)
Andreas Rumpf
2021-03-09
1
-5
/
+6
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-9
/
+1
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-15
/
+19
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-0
/
+12
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-0
/
+1
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-7
/
+47
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-10
/
+35
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-4
/
+18
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-9
/
+36
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-5
/
+19
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-17
/
+18
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-5
/
+3
*
Use typeflag instead
Clyybber
2020-08-10
1
-1
/
+1
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-1
/
+1
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-1
/
+1
*
fix #11009 (#14935)
flywind
2020-07-09
1
-0
/
+1
*
no more code duplication bw liMessage and rawMessage + several bug fixes (#14...
Timothee Cour
2020-05-22
1
-1
/
+2
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-2
/
+5
*
new feature: ability to turn specific warnings to errors
Andreas Rumpf
2020-04-04
1
-0
/
+4
*
The raises list can now use expressions referencing the generic params
Zahary Karadjov
2020-04-01
1
-0
/
+2
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-0
/
+1
*
Fix tests/parallel/tguard2.nim
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-13
/
+10
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
1
-2
/
+17
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]
Araq
2019-08-09
1
-4
/
+2
*
make tests green again on 32bit systems
Araq
2019-08-09
1
-1
/
+1
*
fixes #11809
Andreas Rumpf
2019-08-08
1
-0
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-3
/
+3
*
makes the -d:nimIncremental compiler mode compile again
Andreas Rumpf
2019-07-27
1
-1
/
+1
[next]