index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Expand
)
Author
Files
Lines
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 t...
John Hodge
1
-1
/
+1
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
2016-08-31
Resolve - Hack in support for multiple bindings for one use
John Hodge
1
-1
/
+2
2016-08-29
Resolve Abs - Hacking up extern support
John Hodge
2
-1
/
+3
2016-08-29
HIR Deserialise - Hackily set crate names, clean up a little
John Hodge
1
-14
/
+4
2016-08-29
AST Resolve - Prelude handling
John Hodge
2
-18
/
+2
2016-08-29
Resolve Absolute - Hack around name resolution quirk
John Hodge
1
-0
/
+5
2016-08-29
macro_rules - Source crate!
John Hodge
1
-0
/
+9
2016-08-29
AST Crate - Planning post-load index pass
John Hodge
2
-4
/
+12
2016-08-29
HIR - Remove dependency on macro_rules.hpp
John Hodge
1
-2
/
+2
2016-08-28
Expand - Support #[cfg] on use statements
John Hodge
2
-2
/
+4
2016-08-27
Resolve Use - Include extern crate support
John Hodge
1
-1
/
+2
2016-08-27
Resolve - Working on extern crate support
John Hodge
2
-0
/
+6
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
2
-2
/
+10
2016-08-27
AST - Enable crate loading!
John Hodge
1
-4
/
+3
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
2
-57
/
+13
2016-08-27
AST - Use cfg when loading crates
John Hodge
1
-6
/
+19
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-2
/
+10
[next]