index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-02-25
Lexer - Handle exponents on integers (as floats)
John Hodge
1
-44
/
+47
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
14
-37
/
+328
2016-02-23
Parse - Expression attributes
John Hodge
2
-1
/
+19
2016-02-23
Attributes on match arms
John Hodge
3
-73
/
+12
2016-02-23
UTF-8 lex
John Hodge
1
-1
/
+47
2016-02-21
Fixing parser deficiencies
John Hodge
16
-214
/
+564
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
7
-3
/
+40
2016-02-18
(semibroken) Defer macro expansion
John Hodge
9
-62
/
+97
2016-02-18
Random commit
John Hodge
7
-43
/
+178
2016-01-31
Name resolution in anon modules
John Hodge
3
-10
/
+33
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
11
-130
/
+199
2016-01-30
(minor) Clean up cruft
John Hodge
1
-8
/
+1
2016-01-30
Rename TypeParams to GenericParams
John Hodge
16
-100
/
+100
2016-01-30
A whole lot of messing around for not much
John Hodge
13
-405
/
+385
2016-01-30
Syntax updates and new language items
John Hodge
4
-4
/
+34
2016-01-30
Build fixes
John Hodge
1
-3
/
+9
2015-11-07
Resolve - Move path absolutisation into helper
John Hodge
1
-46
/
+47
2015-11-06
Hack in span support to resolve
John Hodge
2
-58
/
+120
2015-11-04
Improve name resolution logic
John Hodge
4
-161
/
+271
2015-11-03
Resolve - Split type items into UFCS form
John Hodge
2
-7
/
+38
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
8
-24
/
+21
2015-11-03
Move path binding logic into Resolve path to simplify
John Hodge
6
-449
/
+379
2015-09-20
Do two passes of resolve to handle UFCS resolve problems
John Hodge
4
-108
/
+117
2015-09-19
Remove function class in favor of full UFCS
John Hodge
6
-84
/
+47
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
9
-51
/
+202
2015-09-06
Rough span support
John Hodge
20
-80
/
+221
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
9
-60
/
+264
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
12
-192
/
+384
2015-08-31
Convert path bindings to TAGGED_UNION, improve resolve logic (leading to error)
John Hodge
12
-296
/
+436
2015-08-28
Tagged union for Path
John Hodge
9
-299
/
+491
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
4
-54
/
+63
2015-08-25
Compiling once more
John Hodge
5
-39
/
+117
2015-08-24
BROKEN - Halfway through a rewrite of type handling
John Hodge
11
-526
/
+693
2015-08-23
Serialise - Clean up TODO for exception
John Hodge
2
-12
/
+25
2015-08-23
Cleanup and new syntax
John Hodge
10
-194
/
+232
2015-06-04
Fix issues with printout, lexing, and pattern resolving
John Hodge
3
-3
/
+7
2015-06-04
Resolve running once more, seems to be good
John Hodge
2
-7
/
+18
2015-06-04
Rework path handling and resolve to better handle Self
John Hodge
9
-230
/
+392
2015-05-23
Minor cleanup
John Hodge
2
-4
/
+6
2015-05-22
Clean up cruft in macro expansion
John Hodge
1
-73
/
+4
2015-05-22
Restructure macro expansion to correctly fit rustc's model
John Hodge
7
-70
/
+217
2015-04-06
Committing before shelving for a bit, this makes my head hurt
John Hodge
1
-29
/
+51
2015-04-06
Work on resolving UFCS paths, infinite loop bug in resolve
John Hodge
10
-61
/
+169
2015-04-06
(Oops) forgot the file for #[lang] support
John Hodge
1
-0
/
+80
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
12
-66
/
+212
2015-04-05
Move handling of wildcard trait destructure to TypeRef
John Hodge
4
-79
/
+106
2015-04-05
(minor) TODO with thinkings about Self and bounds
John Hodge
1
-0
/
+2
2015-04-05
Replace 'Self' at resolve-time, with special case for bounds
John Hodge
4
-8
/
+33
2015-04-05
Convert invocations of find_impl, to use the bool version
John Hodge
2
-6
/
+5
2015-04-05
Tag params with source, rewrite find_impl to return boolean
John Hodge
6
-19
/
+78
[next]