summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | VM: don't inject destructor calls, refs #7041Andreas Rumpf2018-11-063-22/+26
* | | compiler cleanup: flag tfOldSchoolExprStmt is goneAraq2018-11-064-13/+3
* | | removed the undocumented #? strongSpaces parsing modeAraq2018-11-062-18/+12
* | | language cleanup: the .unchecked pragma is deadAraq2018-11-067-25/+19
* | | make `mod` on floats available in the VM (#9591)skilchen2018-11-051-1/+5
* | | fixes #9611Andreas Rumpf2018-11-031-2/+1
* | | produce more helpful error messages when overloading resolution failsAndreas Rumpf2018-11-033-8/+15
* | | fixes #9610Andreas Rumpf2018-11-031-17/+13
* | | Fixes #9556 (#9604) [backport]Neelesh Chandola2018-11-021-3/+6
* | | destructors; fixes #9594Araq2018-11-021-2/+12
* | | Added "typeof" and "restrict" to special words. (#9226)Alexandros Naskos2018-11-011-4/+4
* | | Fixes https://github.com/nim-lang/Nim/issues/6836 (#9595)Neelesh Chandola2018-11-011-2/+2
* | | Quote do now works with result in block (#7343)PMunch2018-10-311-3/+12
* | | Merge pull request #9511 from krux02/krux02-develArne Döring2018-10-313-9/+22
|\ \ \
| * | | undo try breakArne Döring2018-10-301-4/+5
| * | | fixes #5549Arne Döring2018-10-301-9/+9
| * | | set code ownerArne Döring2018-10-301-0/+9
| * | | fix compiler crashArne Döring2018-10-301-1/+4
* | | | Change documentation details (closes #5525) (#9542)Miran2018-10-311-1/+1
* | | | docgen: fixes #9432 [backport]Araq2018-10-311-0/+20
* | | | docgen: make tests green again [backport]Araq2018-10-301-1/+1
* | | | docgen: fixes #9235 [backport]Araq2018-10-301-1/+0
* | | | docgen: fixes #9169 [backport]Araq2018-10-301-24/+15
* | | | make tmissingbracket compile for C++; refs #7870Araq2018-10-301-1/+1
* | | | Sizeof alignof fixes (#9568)Arne Döring2018-10-301-1/+1
* | | | fixes #5549Araq2018-10-301-15/+16
* | | | Nim style checker: document the switch; fixes #9564Araq2018-10-305-16/+32
* | | | change system.nim to adhere to the style guideAraq2018-10-301-1/+1
|/ / /
* | | fixes regressionsAraq2018-10-301-10/+8
* | | fixes #8603Araq2018-10-301-1/+8
* | | getTypeImpl now returns pragmas for object types (#9538)jcosborn2018-10-301-9/+7
* | | Cleanup installer.ini (#9558)Neelesh Chandola2018-10-301-13/+0
* | | Maps `out` keyword to an nnkIdent. Fixes #6011. (#9536)Dominik Picheta2018-10-291-2/+1
* | | fixes tnre regressionAraq2018-10-291-1/+1
* | | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)cooldome2018-10-281-2/+4
* | | Remove install.txt and readme.txt (#9521)Utwo2018-10-281-1/+1
* | | fixes #9532Araq2018-10-283-3/+3
* | | make tstatic_t_bug compile with the C++ backendAraq2018-10-281-2/+2
* | | Merge pull request #9496 from cooldome/vm_float_castsArne Döring2018-10-283-5/+45
|\ \ \
| * \ \ Merge branch 'devel' into vm_float_castsAndrii Riabushenko2018-10-245-37/+86
| |\ \ \
| * | | | Add testAndrii Riabushenko2018-10-242-10/+13
| * | | | improve styleAndrii Riabushenko2018-10-241-4/+4
| * | | | Add int float casts to vmAndrii Riabushenko2018-10-243-3/+40
* | | | | nimpretty: fixes #9506Andreas Rumpf2018-10-261-3/+4
* | | | | fixes #9358Andreas Rumpf2018-10-261-3/+3
* | | | | Openmp parallel iterator improvements (#9493)Mamy Ratsimbazafy2018-10-252-6/+1
* | | | | fixes #9498, typeof is for everybodyAraq2018-10-252-6/+11
* | | | | nimpretty: fixes #9500Araq2018-10-251-0/+1
* | | | | nimpretty: fixes #9504Araq2018-10-251-3/+10
* | | | | fixes #9507Araq2018-10-251-8/+10