index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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
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
12
-195
/
+234
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
8
-72
/
+219
2015-05-20
(old) BNF update
John Hodge
3
-1
/
+8
2015-04-15
BNF - Successfully parses test crate
John Hodge
3
-5
/
+31
2015-04-15
BNF - Hacked around >> to > translation
John Hodge
2
-4
/
+20
2015-04-15
BNF - Now parses sample down to '>>' -> '>' '>' decomposition
John Hodge
3
-15
/
+84
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-06
Twiddle
John Hodge
2
-15
/
+29
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
13
-67
/
+213
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
2015-04-04
Lexer - Handle integer suffixes
John Hodge
1
-11
/
+29
2015-04-04
Hacked in parsing of HRLs
John Hodge
2
-0
/
+30
2015-04-04
Working on BNF a little more, ugh
John Hodge
3
-61
/
+255
2015-04-04
Handle 'self::' paths, fix macro name resolution, fix handling of 'use ::'
John Hodge
3
-20
/
+47
[prev]
[next]