index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-31
Resolve - Hack in support for multiple bindings for one use
John Hodge
1
-1
/
+2
2016-08-29
Resolve Abs - Hacking up extern support
John Hodge
2
-1
/
+3
2016-08-29
HIR Deserialise - Hackily set crate names, clean up a little
John Hodge
1
-14
/
+4
2016-08-29
AST Resolve - Prelude handling
John Hodge
2
-18
/
+2
2016-08-29
Resolve Absolute - Hack around name resolution quirk
John Hodge
1
-0
/
+5
2016-08-29
macro_rules - Source crate!
John Hodge
1
-0
/
+9
2016-08-29
AST Crate - Planning post-load index pass
John Hodge
2
-4
/
+12
2016-08-29
HIR - Remove dependency on macro_rules.hpp
John Hodge
1
-2
/
+2
2016-08-28
Expand - Support #[cfg] on use statements
John Hodge
2
-2
/
+4
2016-08-27
Resolve Use - Include extern crate support
John Hodge
1
-1
/
+2
2016-08-27
Resolve - Working on extern crate support
John Hodge
2
-0
/
+6
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
2
-2
/
+10
2016-08-27
AST - Enable crate loading!
John Hodge
1
-4
/
+3
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
2
-57
/
+13
2016-08-27
AST - Use cfg when loading crates
John Hodge
1
-6
/
+19
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-2
/
+10
2016-08-25
AST - Move receiver marking to HIR conversion (post resolution)
John Hodge
2
-58
/
+1
2016-08-24
AST - More defensive `self: Box<Self>` code
John Hodge
1
-0
/
+3
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
2
-1
/
+14
2016-08-23
AST - Fix uninitialised receiver type
John Hodge
1
-0
/
+1
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
2
-14
/
+57
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
14
-888
/
+44
2016-08-19
AST - Support ! as a real type
John Hodge
2
-4
/
+16
2016-08-19
AST - Nicer TODO for `extern crate`
John Hodge
1
-4
/
+4
2016-08-19
AST - Macro invocations in item list
John Hodge
2
-0
/
+4
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
2
-19
/
+20
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
2
-27
/
+50
middle
2016-08-17
Parse - Fix many parser bugs
John Hodge
2
-130
/
+21
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
2
-48
/
+23
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
2
-1
/
+3
2016-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
1
-0
/
+3
2016-06-11
HIR Typecheck - Constants
John Hodge
1
-1
/
+1
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
1
-1
/
+1
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-4
/
+4
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-0
/
+1
2016-06-05
Resolve - Replace `Self` when known
John Hodge
2
-23
/
+5
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
2
-30
/
+43
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
4
-30
/
+10
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
2
-0
/
+23
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
2
-3
/
+19
2016-05-29
HIR Typecheck - Start on expression type checking/inferrence
John Hodge
3
-3
/
+9
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
5
-596
/
+60
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
11
-34
/
+256
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
8
-6
/
+1155
2016-05-24
AST - Spans, spans everywhere!
John Hodge
5
-8
/
+16
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
4
-410
/
+33
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
2
-0
/
+10
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
4
-13
/
+17
2016-05-22
Clean up dead code (both useless code, and stuff that will be rewritten for HIR)
John Hodge
4
-85
/
+0
2016-05-22
tagged_union - Switch to using real unions (C++11)
John Hodge
1
-0
/
+1
[prev]
[next]