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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes recently introduced regression
Araq
2014-06-12
1
-1
/
+2
*
optimized method dispatchers
Araq
2014-06-12
5
-4
/
+27
*
fix tokenizing bug
flaviut
2014-06-08
1
-8
/
+13
*
fix overlooked grammer comment
flaviut
2014-06-08
1
-0
/
+1
*
updated grammer, fixed oversight
flaviut
2014-06-04
1
-1
/
+1
*
fix bug with unexpected tkInvalid,tkEof,tkComment
flaviut
2014-06-04
1
-0
/
+2
*
Clean up code
flaviut
2014-06-03
1
-12
/
+7
*
Fix accents in enums
flaviut
2014-06-03
2
-5
/
+8
*
More descriptive error message in semtypes enum
flaviut
2014-06-03
1
-1
/
+1
*
Generalize accent parsing
flaviut
2014-06-03
1
-20
/
+9
*
Merge pull request #1242 from rbehrends/interactive-eof-fix
Andreas Rumpf
2014-06-03
1
-0
/
+3
|
\
|
*
Properly terminate "nimrod i" on end of file.
Reimer Behrends
2014-06-02
1
-0
/
+3
*
|
Fixed #1172 (for real)
Clay Sweetser
2014-06-01
5
-12
/
+27
|
/
*
Merge pull request #1229 from Varriount/fix-1203
Andreas Rumpf
2014-05-31
1
-8
/
+14
|
\
|
*
Rename some variables in the isCastable code
Clay Sweetser
2014-05-26
1
-6
/
+6
|
*
Fix issue #1203
Clay Sweetser
2014-05-26
1
-0
/
+2
|
*
Update 'isCastable' and 'semCast' doc-comments
Clay Sweetser
2014-05-26
1
-2
/
+6
*
|
Merge pull request #1228 from Varriount/compiler/document-parser
Simon Hafner
2014-05-29
1
-20
/
+39
|
\
\
|
*
|
Document parser structures and procedures.
Clay Sweetser
2014-05-25
1
-20
/
+39
*
|
|
Merge pull request #1222 from Varriount/doc/fix-assertion
Andreas Rumpf
2014-05-29
12
-33
/
+34
|
\
\
\
|
*
|
|
Renamed considerAccents to considerQuotedIdent
Clay Sweetser
2014-05-26
11
-31
/
+31
|
*
|
|
Fixes #1200
Clay Sweetser
2014-05-24
1
-1
/
+2
|
*
|
|
Renamed 'considerAcc' to 'considerAccents' for clarity
Clay Sweetser
2014-05-24
12
-33
/
+33
*
|
|
|
Merge pull request #1230 from flaviut/fix1226
Andreas Rumpf
2014-05-29
2
-2
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Document mangling
flaviut
2014-05-26
2
-1
/
+5
|
*
|
|
Fix #1226
flaviut
2014-05-26
1
-2
/
+1
|
|
/
/
*
|
|
Merge pull request #1132 from gradha/pr_index_improvements
Andreas Rumpf
2014-05-26
1
-2
/
+8
|
\
\
\
|
*
|
|
Moves TOC index entry generation to rstgen module.
Grzegorz Adam Hankiewicz
2014-04-21
1
-25
/
+0
|
*
|
|
Splits index into documents and APIs.
Grzegorz Adam Hankiewicz
2014-04-21
1
-2
/
+2
|
*
|
|
Adds documentation sections to the index.
Grzegorz Adam Hankiewicz
2014-04-21
1
-0
/
+25
|
*
|
|
Adds explicit titles to documentation index.
Grzegorz Adam Hankiewicz
2014-04-21
1
-2
/
+8
*
|
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-05-25
8
-60
/
+31
|
\
\
\
\
|
*
|
|
|
Added powerpc to the list of CPUs that C sources are built for.
Dominik Picheta
2014-05-25
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge pull request #1196 from EXetoC/cpp-target-fixes
Andreas Rumpf
2014-05-24
4
-4
/
+5
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Fix more 'undeclared identifier' errors.
EXetoC
2014-05-14
2
-2
/
+3
|
|
*
|
Resolve type mismatches.
EXetoC
2014-05-13
1
-1
/
+1
|
|
*
|
gpp -> gcc
EXetoC
2014-05-09
1
-1
/
+1
|
*
|
|
Make codegen for `1` and similar valid
flaviut
2014-05-16
3
-55
/
+25
|
|
/
/
*
/
/
fixes the bug that keeps the template engine package from working
Araq
2014-05-25
1
-2
/
+4
|
/
/
*
|
bugfix: bool for case statements
Araq
2014-05-06
1
-1
/
+1
*
|
2nd attempt to fix bootstrapping
Araq
2014-05-06
1
-1
/
+1
*
|
attempt to fix the bootstrapping
Araq
2014-05-06
1
-3
/
+1
*
|
bootstraps works again; get rid of compile-time 'rand' (too weird)
Araq
2014-05-06
1
-3
/
+2
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-05-06
1
-3
/
+3
|
\
\
|
*
|
fixed constant typo (SimulateCaasMemReset)
Simon Hafner
2014-05-02
1
-3
/
+3
*
|
|
fixes #1140
Araq
2014-05-05
2
-1
/
+3
*
|
|
implemented builtin noncopying slice
Araq
2014-05-02
5
-16
/
+39
|
/
/
*
|
compiler prepared for the new comment handling
Araq
2014-04-30
7
-4
/
+16
*
|
small bugfix for iterators
Araq
2014-04-30
1
-1
/
+1
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-25
3
-3
/
+24
|
\
\
[next]