summary refs log tree commit diff stats
path: root/compiler/semasgn.nim
Commit message (Expand)AuthorAgeFilesLines
* introduce tyInferred for the unbound concept type paramsZahary Karadjov2017-03-241-1/+1
* make tests green againAndreas Rumpf2017-02-241-0/+1
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-3/+3
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-3/+3
* clean up tyMutable remnantsJacek Sieka2016-10-241-2/+2
* clean up tyConst remnantsJacek Sieka2016-10-241-2/+2
* clean up tyBigNum remnantsJacek Sieka2016-10-241-2/+2
* remove remnants of tyIterJacek Sieka2016-10-241-1/+2
* fixes #4673Andreas Rumpf2016-09-011-1/+2
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* overloading of '=' worksAraq2015-04-061-0/+1
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-130/+210
* minor todo updateAraq2015-03-231-1/+1
* concept example from the manual now works againAraq2015-03-231-4/+10
* Fix typosFederico Ceratto2015-02-151-1/+1
* nimsuggest improvementsAraq2015-01-301-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* improvements for nimfixAraq2014-09-101-0/+1
* updated the compiler to use the new symbol namesAraq2014-08-281-0/+196
Adds ios patterns to ignore list.' href='/ahoang/Nim/commit/.gitignore?h=devel&id=f2f16f6455c9b967274eee1115ef69d89894bee9'>f2f16f645 ^
f04b502cf ^

fc68a7d88 ^
f04b502cf ^



1b1bb284d ^
8818b15d8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44




         
   
           
     
    
       

     





            
          
         
         
           

       
 









                         

                  
                    



                 
            
          
*
!**/
!*.*
nimcache/

*.o
!/icons/*.o
*.exe
*.so
*.dylib
*.zip
*.iss

mapping.txt
tags
install.sh
deinstall.sh

doc/*.html
doc/*.pdf
doc/*.idx
/web/upload
build/*
bin/*

# iOS specific wildcards.
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.swp
.DS_Store
project.xcworkspace/
xcuserdata/

# Generated files.
/compile.json
/compiler/nimrod.dot
/reject.json
/run.json
/testresults.html
/testresults.json
testament.db
/csources/