index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-02-25
Parse - Fix slice pattern parse
John Hodge
1
-1
/
+1
2016-02-25
Lex - Fix handling of raw strings
John Hodge
1
-13
/
+27
2016-02-25
Handle unsafe fn types with hrls
John Hodge
1
-10
/
+12
2016-02-25
Parse - Handle named arguments in fn() types
John Hodge
1
-0
/
+5
2016-02-25
Convert - Defer struct pattern typecheck further
John Hodge
1
-1
/
+8
2016-02-25
Main - Fix incorrect member for stop-after
John Hodge
1
-2
/
+2
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
18
-220
/
+580
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
7
-3
/
+40
2016-02-18
(semibroken) Defer macro expansion
John Hodge
10
-63
/
+98
2016-02-18
Random commit
John Hodge
8
-45
/
+187
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
5
-161
/
+279
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
7
-449
/
+381
2015-09-28
BNF - Now parses libstd
John Hodge
4
-25
/
+81
2015-09-26
BNF - Improvements, partially parsing std now
John Hodge
6
-11
/
+96
2015-09-26
Successfully parses libcore
John Hodge
6
-19
/
+22
2015-09-26
BNF - Now tries to parse all of crate
John Hodge
6
-95
/
+178
2015-09-26
BNF - Top layer of libcore is parsing (all direct child modules)
John Hodge
7
-42
/
+132
2015-09-26
Fuck match statements, can't match them
John Hodge
7
-20
/
+51
2015-09-26
BNF - Hack up module file loading, working on core::float_macros
John Hodge
7
-133
/
+496
2015-09-25
Hacking up an AST, switch to C++ for compilation language
John Hodge
5
-143
/
+299
2015-09-24
Parses a nice set of files once more
John Hodge
4
-40
/
+76
2015-09-23
Successfully parses libcore/str/pattern.rs
John Hodge
3
-27
/
+91
2015-09-23
Now parses all of str/mod.rs
John Hodge
3
-3
/
+5
2015-09-23
BNF - Extended grammar with struct literal hack
John Hodge
6
-151
/
+226
2015-09-22
Heavy improviements to the BNF parser
John Hodge
3
-81
/
+225
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
10
-51
/
+210
2015-09-06
Rough span support
John Hodge
21
-80
/
+222
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
10
-60
/
+265
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
10
-301
/
+496
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
4
-54
/
+63
[next]