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-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
2015-04-04
Add structure to check for impls on type params
John Hodge
2
-6
/
+28
2015-04-04
(Minor) commenting on procedure for generic trait checking
John Hodge
1
-1
/
+16
2015-04-04
Further work on handling wildcard traits
John Hodge
4
-34
/
+58
2015-04-04
Fixed incorrect resolution order for params in typecheck_params
John Hodge
1
-3
/
+6
2015-04-04
Partial auto-determining of wildcard trait impls
John Hodge
2
-12
/
+65
2015-04-03
Added partial support for #[derive()]
John Hodge
11
-6
/
+283
- Supports Debug on struct, and assumes compiling in libcore (for now)
2015-04-03
(minor) Note desire to remove unnessesary copy of vector
John Hodge
1
-0
/
+1
2015-04-03
Save #[] attrs with item, ready for post-processing derive()
John Hodge
10
-208
/
+230
2015-04-02
Hacked up handling of Sized (handled VERY similar to other .. traits)
John Hodge
4
-14
/
+53
2015-04-02
BNF - Coming along, freezing for now
John Hodge
4
-16
/
+102
2015-04-01
Hacking up a BNF grammar
John Hodge
3
-0
/
+160
2015-04-01
More work on wildcard impls
John Hodge
10
-107
/
+176
2015-03-31
Root-level typecheck now up to requiring Sized
John Hodge
6
-57
/
+107
2015-03-31
Replace arguments in paths, and fix edge case in resolve where types were ↵
John Hodge
5
-12
/
+45
not resolved if added as defaults
2015-03-31
Add Copy impls (hacky), and parameter count checking/extending
John Hodge
6
-18
/
+69
2015-03-31
Partial comparisons of types/paths to speed up impl searches
John Hodge
6
-3
/
+78
2015-03-31
Fully convert trait name in 'impl' to be a AST:Path
John Hodge
9
-23
/
+44
2015-03-30
Add ordering to TypeRef and Path (to generalise operator== and operator<
John Hodge
5
-23
/
+105
2015-03-30
Handling of 'Self' in param typecheck
John Hodge
2
-11
/
+27
2015-03-29
Handling for 'T::method()' (where T is a type param)
John Hodge
5
-16
/
+40
2015-03-29
Minor tweaks to handle libcore update
John Hodge
5
-3
/
+42
2015-03-29
Twiddling root-level typecheck
John Hodge
8
-88
/
+145
2015-03-27
Split type and lifetime parameters apart
John Hodge
7
-96
/
+73
2015-03-27
Fix minor issues in path resolving (bindings incorrect in places)
John Hodge
4
-1
/
+13
2015-03-27
Rework paths bindings to be a separate (printable) structure, add -Werror
John Hodge
11
-220
/
+272
2015-03-26
Silly tpg, that's not markdown
John Hodge
1
-4
/
+8
2015-03-26
Comment headers and readme update
John Hodge
8
-14
/
+77
2015-03-26
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+1
2015-03-26
Split out AST pattern code
John Hodge
3
-108
/
+124
2015-03-26
Integer literal output, signed pattern hackery
John Hodge
2
-21
/
+35
2015-03-26
Merge pull request #1 from GuillaumeGomez/patch-1
John Hodge
1
-1
/
+1
Update README.md with spelling fix
2015-03-26
Update README.md
Guillaume Gomez
1
-1
/
+1
2015-03-26
Remove the ASSOCIATED type (now handled by the UFCS path type)
John Hodge
6
-50
/
+28
2015-03-26
Warning cleanup
John Hodge
2
-0
/
+34
[next]