summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | nimpretty: fixes #9499Andreas Rumpf2018-10-251-0/+4
| |/ |/|
* | added system.typeof operation; fixes #9093Araq2018-10-242-0/+17
* | nimpretty: test for idempotence; fixes #9483Araq2018-10-241-2/+4
* | fixes #9276 (#9317)Arne Döring2018-10-241-31/+52
* | Remove a hack in the destroyer impl (#9479)LemonBoy2018-10-241-4/+7
* | nimpretty: fixes #8078Araq2018-10-241-1/+1
* | nimpretty: fixes #9398Araq2018-10-241-1/+7
|/
* nimpretty: minor bug fixAraq2018-10-231-5/+6
* tar.xz building: also ship with the moved testament toolAraq2018-10-231-0/+1
* Fix infinite loop with `nim check` (#9448)Oscar Nihlgård2018-10-221-0/+2