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-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
2
-9
/
+8
2016-09-14
HIR Type - match_generics_fuzz: Equate equal ivars
John Hodge
1
-2
/
+10
2016-09-12
HIR - Losen impl type matching a little
John Hodge
1
-5
/
+24
2016-09-12
HIR From AST - Correct paths for range ops
John Hodge
3
-7
/
+28
2016-09-12
HIR - Fix edge case looking up the root module
John Hodge
1
-6
/
+21
2016-09-12
HIR From AST - Allow None items in impl blocks
John Hodge
1
-0
/
+4
2016-09-11
Resolve/Use - HIR imports and searching wildcard imports
John Hodge
2
-6
/
+6
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
2
-14
/
+2
2016-09-07
HIR (De)serialise - Support shallow MIR drops
John Hodge
2
-2
/
+3
2016-09-04
HIR - Support fuzzy generic match on TraitObject
John Hodge
1
-2
/
+28
2016-09-04
HIR - Fix bad logic in impl comparison
John Hodge
1
-1
/
+1
2016-09-04
HIR - Fix sorting of SimplePath
John Hodge
1
-2
/
+2
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
3
-31
/
+86
2016-09-03
Resolve - More populated bindings
John Hodge
1
-11
/
+38
2016-09-03
HIR From AST - Add an error message when invalid value found, earlier error ↵
John Hodge
1
-3
/
+7
for bad binding
2016-09-03
HIR - Convert Literal::BorrowOf to use a full path
John Hodge
3
-3
/
+3
2016-09-01
HIR Serialise - Save const literal
John Hodge
2
-3
/
+2
2016-09-01
HIR - Look for impls in extern crates
John Hodge
1
-0
/
+13
2016-09-01
HIR FromAST - Fix is_marker flag on traits
John Hodge
2
-3
/
+10
2016-09-01
Resolve - Misc fixes
John Hodge
2
-7
/
+4
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
[next]