index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new-luxc
/
source
/
luxc
/
lang
/
analysis
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Migrated special-form analysis to stdlib.
Eduardo Julian
2018-05-23
1
-27
/
+0
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
1
-1
/
+1
*
- Migrated pattern-matching analysis to stdlib.
Eduardo Julian
2018-05-20
2
-612
/
+0
*
- Migrated function analysis to stdlib.
Eduardo Julian
2018-05-16
1
-111
/
+0
*
- Migrated reference analysis to stdlib.
Eduardo Julian
2018-05-16
1
-57
/
+0
*
- Migrated structure analysis to stdlib.
Eduardo Julian
2018-05-16
4
-764
/
+0
*
- Migrated primitive analysis to stdlib.
Eduardo Julian
2018-05-15
2
-39
/
+0
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
4
-5
/
+5
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
7
-76
/
+115
*
- Moved all translation code under the JVM path (in preparation for porting t...
Eduardo Julian
2018-01-08
1
-1
/
+1
*
- Fixed inference involving existentials.
Eduardo Julian
2018-01-04
1
-3
/
+24
*
- Fixed a bug when analysing empty records.
Eduardo Julian
2017-12-05
1
-0
/
+4
*
- All analysis procedures have been turned into extensions.
Eduardo Julian
2017-12-05
4
-1692
/
+5
*
- "gensym" went back to producing Code, instead of Ident.
Eduardo Julian
2017-12-02
1
-4
/
+3
*
- Added new "lux in-module" procedure for changing the module while analysing...
Eduardo Julian
2017-12-02
1
-5
/
+23
*
- Adjusted new-luxc to new macro-templating syntax.
Eduardo Julian
2017-12-02
5
-13
/
+13
*
- Adapted main codebase to the latest syntatic changes.
Eduardo Julian
2017-11-29
13
-1244
/
+1244
*
- Changed to the new relative imports syntax.
Eduardo Julian
2017-11-26
3
-7
/
+7
*
- Fixed some bugs.
Eduardo Julian
2017-11-22
3
-62
/
+109
*
- Fixed some bugs.
Eduardo Julian
2017-11-21
6
-37
/
+52
*
- Added parallel compilation.
Eduardo Julian
2017-11-20
4
-29
/
+46
*
- Moved "luxc/lang/host/macro" to "luxc/lang/macro".
Eduardo Julian
2017-11-15
1
-2
/
+2
*
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
2017-11-15
12
-180
/
+180
*
- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".
Eduardo Julian
2017-11-15
11
-18
/
+18
*
- Moved "luxc/lang/syntax" to "lux/lang/syntax".
Eduardo Julian
2017-11-15
7
-30
/
+30
*
- Moved type-cleaning to lux/meta/type/check.
Eduardo Julian
2017-11-15
1
-2
/
+3
*
- Heavy refactoring.
Eduardo Julian
2017-11-15
13
-34
/
+34
*
- Made "lux text clip" work like it used to.
Eduardo Julian
2017-11-14
1
-1
/
+1
*
- Fixed some bugs.
Eduardo Julian
2017-11-14
1
-1
/
+1
*
- Removed "lux text last-index" procedure.
Eduardo Julian
2017-11-14
2
-24
/
+53
*
- Yet more refactoring.
Eduardo Julian
2017-11-14
7
-154
/
+74
*
- More refactoring.
Eduardo Julian
2017-11-13
5
-72
/
+53
*
- Refactoring.
Eduardo Julian
2017-11-13
10
-462
/
+441
*
- Improved handling of type variables.
Eduardo Julian
2017-11-13
3
-19
/
+64
*
- Type-vars no longer get deleted.
Eduardo Julian
2017-11-13
6
-41
/
+33
*
- Fixed some bugs.
Eduardo Julian
2017-11-12
4
-39
/
+63
*
- Fixed the tests.
Eduardo Julian
2017-11-09
1
-1
/
+1
*
- Fixed some bugs.
Eduardo Julian
2017-11-06
2
-9
/
+12
*
- Minor refactorings.
Eduardo Julian
2017-11-01
2
-31
/
+3
*
- Re-organized code-generation, and re-named it "translation".
Eduardo Julian
2017-11-01
1
-4
/
+4
*
- Re-organized analysis.
Eduardo Julian
2017-10-31
13
-0
/
+3191