index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-28
AST - Add asm! as an AST node
John Hodge
3
-0
/
+58
2016-12-24
No more tears!
ubsan
18
-1538
/
+1538
No more DOS line endings or trailing whitespace either
2016-12-18
HIR - Move closures
John Hodge
2
-3
/
+5
2016-12-15
Codegen - #[link_name] support
John Hodge
2
-1
/
+2
2016-11-24
Parse - Keep ABI for ExternBlock contents
John Hodge
1
-2
/
+7
2016-11-07
AST Expr - Handle some null nodes in printing
John Hodge
1
-5
/
+14
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
2
-2
/
+4
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
3
-5
/
+5
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
6
-48
/
+102
2016-10-31
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
2
-4
/
+5
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
3
-42
/
+6
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
2
-4
/
+5
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
4
-11
/
+43
2016-10-30
AST - Inheret module path info in anon mods
John Hodge
1
-0
/
+1
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
9
-101
/
+93
2016-10-30
AST Expr - Fix clone of null pointer
John Hodge
1
-1
/
+1
2016-10-25
Token - Fix bad deserialisation of integer literals with type _
John Hodge
2
-3
/
+4
2016-10-25
AST Dump - Show literal classes when invalid, fix over-parenthesising
John Hodge
1
-5
/
+14
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
2
-19
/
+4
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
2
-14
/
+19
2016-10-23
AST - Remove TypeRef from node template
John Hodge
3
-2
/
+31
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
5
-82
/
+40
2016-10-23
AST - (minor) Move dump_as_rust to ast/dump.cpp
John Hodge
1
-0
/
+1098
2016-10-18
AST - Search output/ and output/test_deps for extern crates
John Hodge
1
-1
/
+11
2016-10-18
AST - Load referenced crates in anon modules
John Hodge
1
-0
/
+4
2016-10-09
Expand - #[macro_reexport]
John Hodge
2
-3
/
+4
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
3
-18
/
+6
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
1
-3
/
+11
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
1
-4
/
+6
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
2
-0
/
+5
2016-10-02
AST - Store the mutability of & patterns
John Hodge
1
-2
/
+2
2016-09-29
AST - Store `const`/`unsafe`/variadic on functions
John Hodge
2
-4
/
+19
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵
John Hodge
1
-1
/
+1
the parent)
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
4
-35
/
+15
2016-09-27
Expand - Hack around expansion order quirk with anon modules
John Hodge
1
-1
/
+1
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
2
-2
/
+2
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
2
-3
/
+47
2016-09-26
Debug - Clearer debug with item insertion and deletion
John Hodge
1
-6
/
+10
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
2
-3
/
+4
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
2
-1
/
+2
2016-09-25
AST - Convert use statements to normal items
John Hodge
2
-192
/
+12
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-0
/
+9
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
6
-67
/
+235
2016-09-25
Parse - Split module item parse into a form that is callable from macro_rules
John Hodge
2
-30
/
+5
2016-09-25
Start on liblibc - Add cfg_attr support to LoadCrates
John Hodge
1
-0
/
+11
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
2
-9
/
+12
2016-09-09
Expand - Move loading of libstd/libcore into LoadCrates for cleaner debug
John Hodge
1
-0
/
+23
2016-09-07
LoadCrates - Better error reporting
John Hodge
2
-4
/
+11
2016-09-01
Resolve - HIR pointers for enum variants
John Hodge
1
-0
/
+7
2016-08-31
HIR From AST - Box receiver, start on fixing missing information
John Hodge
1
-0
/
+2
[next]