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-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
2016-08-14
HIR Expand - Add annotation pass
John Hodge
1
-0
/
+13
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
1
-1
/
+5
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
4
-6
/
+25
2016-08-11
HIR - Store path to closure object for MIR generation
John Hodge
1
-0
/
+2
2016-08-11
All - Clang warning fixes
John Hodge
3
-3
/
+4
2016-08-10
HIR - Add EnumValue variant to Pattern
John Hodge
3
-3
/
+17
2016-08-09
main+MIR - Enable MIR generation
John Hodge
1
-3
/
+7
2016-08-08
HIR Expand UFCS - Pass that replaces all call types with path-based calls
John Hodge
1
-1
/
+4
2016-08-08
HIR ExprPtr - Support resetting internal pointer
John Hodge
2
-0
/
+6
2016-08-08
HIR - Store the binding types for an expression for use in later stages
John Hodge
1
-0
/
+5
[next]