index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-27
Resolve - (bugfix) Fix crash when missing item is in root
John Hodge
1
-1
/
+1
2016-08-27
Expand - Import macros from std/core
John Hodge
1
-0
/
+6
2016-08-27
Expand - Extra language items!
John Hodge
1
-0
/
+5
2016-08-27
Main - Disable a bunch of debug again
John Hodge
1
-2
/
+2
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
3
-36
/
+62
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
7
-23
/
+159
2016-08-27
AST - Enable crate loading!
John Hodge
2
-5
/
+5
2016-08-27
HIR Deserialise - Fix quirk with std::string
John Hodge
1
-5
/
+17
2016-08-27
Makefile - Add liballoc to test target
John Hodge
1
-2
/
+4
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
5
-60
/
+20
2016-08-27
AST - Use cfg when loading crates
John Hodge
1
-6
/
+19
2016-08-27
HIR Deserialise - Fully fleshed?
John Hodge
2
-297
/
+336
2016-08-27
HIR Serialise - Untested deserialiser
John Hodge
5
-4
/
+957
2016-08-27
main - Some TODOs
John Hodge
1
-0
/
+5
2016-08-27
HIR Serialise - Simplify u64 compressed format, fix bug in string write
John Hodge
1
-27
/
+6
2016-08-26
Main - Disable debug for HIR serialisation
John Hodge
1
-1
/
+3
2016-08-26
HIR Serialise - Literals
John Hodge
1
-1
/
+27
2016-08-26
Const Eval - Evaluate enum values
John Hodge
1
-0
/
+12
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
11
-22
/
+19
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
2
-1
/
+10
2016-08-26
HIR Expand Closures - Eliminate closure types!
John Hodge
1
-2
/
+80
2016-08-26
HIR Typecheck Validate - Avoid use of the call cache
John Hodge
1
-7
/
+41
2016-08-26
TODO - Add idea to split HIR function args
John Hodge
1
-0
/
+1
2016-08-26
HIR Serialise - MIR serialisation in progress
John Hodge
2
-16
/
+257
2016-08-26
HIR Path - Fix bad clone impl
John Hodge
1
-2
/
+2
2016-08-25
HIR Serialise - Working along
John Hodge
3
-7
/
+202
2016-08-25
Main - Silence a bunch of logging
John Hodge
1
-1
/
+10
2016-08-25
HIR Serialise - Stubbing in
John Hodge
2
-1
/
+331
2016-08-25
main - Start on structure for output
John Hodge
1
-6
/
+33
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
5
-30
/
+83
2016-08-25
TODO - Check off items
John Hodge
1
-2
/
+0
2016-08-25
HIR Expand Closures - Stable closure names
John Hodge
1
-13
/
+16
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
3
-75
/
+28
2016-08-25
Parse - What an interesting feature
John Hodge
2
-0
/
+82
2016-08-25
TODO - Just a few more
John Hodge
1
-0
/
+2
2016-08-24
AST - More defensive `self: Box<Self>` code
John Hodge
1
-0
/
+3
2016-08-24
TODO - Add a couple of cleanup items
John Hodge
1
-0
/
+2
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
3
-3
/
+17
2016-08-24
Misc - Clean up, add a `time` hack to Makefile
John Hodge
2
-1
/
+2
2016-08-24
MIR Gen - Handle StructConstant and StructConstructor items
John Hodge
1
-2
/
+9
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 Expand Closures - Fix mangling of destructured arguments
John Hodge
1
-4
/
+3
2016-08-24
HIR - Fix bad clone function for GenericParams
John Hodge
1
-2
/
+2
2016-08-24
HIR Expand Closures - Bind closure type
John Hodge
2
-26
/
+40
2016-08-24
MIR Gen - Use argument types
John Hodge
4
-6
/
+11
[next]