index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-01
HIR - Support looking up items using ext crate paths
John Hodge
1
-7
/
+16
2016-09-01
Resolve - HIR pointers for enum variants
John Hodge
2
-5
/
+20
2016-09-01
Expand - Support box operator (untested)
John Hodge
2
-2
/
+8
2016-08-31
HIR From AST - Trait binding
John Hodge
1
-3
/
+1
2016-08-31
HIR From AST - Box receiver, start on fixing missing information
John Hodge
2
-11
/
+33
2016-08-31
HIR - Support for ext crates in FromAST
John Hodge
2
-7
/
+21
2016-08-29
HIR Deserialise - Hackily set crate names, clean up a little
John Hodge
5
-6
/
+46
2016-08-29
HIR From AST - Convert use statements into HIR items
John Hodge
1
-0
/
+17
2016-08-29
HIR From AST - Add TODO for extern crate
John Hodge
1
-0
/
+2
2016-08-29
HIR - Remove dependency on macro_rules.hpp
John Hodge
4
-9
/
+22
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
4
-21
/
+113
2016-08-27
HIR Deserialise - Fix quirk with std::string
John Hodge
1
-5
/
+17
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
2
-1
/
+5
2016-08-27
HIR Deserialise - Fully fleshed?
John Hodge
2
-297
/
+336
2016-08-27
HIR Serialise - Untested deserialiser
John Hodge
4
-3
/
+956
2016-08-27
HIR Serialise - Simplify u64 compressed format, fix bug in string write
John Hodge
1
-27
/
+6
2016-08-26
HIR Serialise - Literals
John Hodge
1
-1
/
+27
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
4
-9
/
+11
2016-08-26
HIR Serialise - Fully structured
John Hodge
1
-7
/
+79
2016-08-26
HIR Serialise - Allow serialisation of incomplete MIR BBs (dead code)
John Hodge
1
-1
/
+2
2016-08-26
HIR Serialise - Only serialise MIR if present
John Hodge
1
-1
/
+8
2016-08-26
HIR Serialise - MIR serialisation in progress
John Hodge
1
-16
/
+255
2016-08-26
HIR Path - Fix bad clone impl
John Hodge
1
-2
/
+2
2016-08-25
HIR Serialise - Working along
John Hodge
2
-6
/
+200
2016-08-25
HIR Serialise - Stubbing in
John Hodge
1
-0
/
+329
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-1
/
+2
2016-08-25
HIR Dump - Don't print `mod {}` for root
John Hodge
1
-4
/
+10
2016-08-25
HACK - Assume that unknown-sized arrays compare equal
John Hodge
1
-1
/
+4
2016-08-25
AST - Move receiver marking to HIR conversion (post resolution)
John Hodge
1
-17
/
+27
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
1
-2
/
+3
2016-08-24
HIR - (minor) Fix incorrect message when a value item can't be found
John Hodge
1
-1
/
+1
2016-08-24
HIR From AST - Fix emitting tuple/value constructors for named-field structs
John Hodge
1
-1
/
+1
2016-08-24
HIR - Fix bad clone function for GenericParams
John Hodge
1
-2
/
+2
2016-08-24
MIR Gen - Use argument types
John Hodge
1
-1
/
+3
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
2
-0
/
+19
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
3
-0
/
+30
2016-08-21
HIR Dump - Fix printing of closures (that don't contain a block)
John Hodge
1
-1
/
+15
2016-08-21
HIR Expand - Fix closure conversion
John Hodge
2
-1
/
+68
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
3
-1
/
+643
2016-08-20
HIR - Support &[...] in constant evaluation (hacky)
John Hodge
2
-0
/
+7
2016-08-19
AST - Support ! as a real type
John Hodge
1
-14
/
+24
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+3
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
4
-73
/
+92
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
4
-68
/
+104
middle
2016-08-17
Parse - Fix many parser bugs
John Hodge
1
-0
/
+7
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
3
-7
/
+40
2016-08-17
HIR Visitor - Include type/paths visit functions in Expr
John Hodge
3
-0
/
+100
2016-08-16
HIR - Misc tweaks for debugging typeck errors
John Hodge
2
-1
/
+4
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
3
-6
/
+26
2016-08-14
HIR Expand Calls - Add Index desugar
John Hodge
1
-0
/
+10
[prev]
[next]