index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
from_ast.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
No more tears!
ubsan
1
-94
/
+94
2016-12-16
HIR From AST - Get link name
John Hodge
1
-2
/
+19
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-0
/
+13
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-10
/
+15
2016-12-04
HIR - Construct vtables
John Hodge
1
-0
/
+1
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
1
-0
/
+3
2016-11-22
Resolve Absolute - Search value scope for tuple struct patterns
John Hodge
1
-2
/
+13
2016-11-20
HIR From AST - Shortcut arrays with integer literal sizes
John Hodge
1
-4
/
+14
2016-11-17
HIR - Fix bad handling of split slice patterns
John Hodge
1
-2
/
+2
2016-11-11
HIR - Tweak ErasedType for implementation
John Hodge
1
-1
/
+1
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
1
-22
/
+38
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-29
/
+30
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
1
-3
/
+24
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+7
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
1
-7
/
+24
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-5
/
+1
2016-10-27
HIR - Support type aliases in struct patterns
John Hodge
1
-0
/
+11
2016-10-26
HIR From AST - Better debugging
John Hodge
1
-2
/
+7
2016-10-26
(minor) Commenting
John Hodge
1
-0
/
+1
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
1
-13
/
+15
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
1
-4
/
+9
2016-10-23
HIR Lower - Don't panic on HRLs
John Hodge
1
-6
/
+4
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+19
2016-10-22
HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPath
John Hodge
1
-2
/
+4
2016-10-15
HIR - Rough support for associated consts
John Hodge
1
-5
/
+13
2016-10-14
HIR From AST - Convert associated consts in trait impls
John Hodge
1
-2
/
+15
2016-10-14
HIR From AST - TODOs for associated consts
John Hodge
1
-1
/
+6
2016-10-13
AST - Handle associated statics
John Hodge
1
-2
/
+2
2016-10-12
Make deault ABI a #define
John Hodge
1
-1
/
+1
2016-10-09
Expand - #[macro_reexport]
John Hodge
1
-6
/
+21
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
1
-3
/
+3
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-1
/
+6
2016-10-09
HIR - Save/load macro source crate
John Hodge
1
-5
/
+5
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
1
-1
/
+1
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
1
-0
/
+3
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...
John Hodge
1
-0
/
+1
2016-09-29
HIR - Add variadic marking to functions, and propagate unsafe/const markings
John Hodge
1
-2
/
+2
2016-09-28
HIR From AST - Handle missing anon modules
John Hodge
1
-5
/
+11
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-1
/
+5
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-1
/
+11
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-0
/
+3
2016-09-25
HIR - Support float patterns
John Hodge
1
-5
/
+14
2016-09-12
HIR From AST - Correct paths for range ops
John Hodge
1
-1
/
+8
2016-09-12
HIR From AST - Allow None items in impl blocks
John Hodge
1
-0
/
+4
2016-09-01
HIR FromAST - Fix is_marker flag on traits
John Hodge
1
-2
/
+8
2016-09-01
Resolve - Misc fixes
John Hodge
1
-4
/
+3
2016-09-01
Resolve - HIR pointers for enum variants
John Hodge
1
-5
/
+18
2016-09-01
Expand - Support box operator (untested)
John Hodge
1
-1
/
+7
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
1
-11
/
+32
[next]