index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-28
Expand - debug
John Hodge
1
-19
/
+24
2016-09-28
Resolve Absolute - Array patterns can be irrefutable
John Hodge
1
-3
/
+2
2016-09-28
Resolve Absolute - Implement some TODOs
John Hodge
1
-2
/
+20
2016-09-28
Resolve Absolute - Implement TODO with imported modules
John Hodge
1
-1
/
+10
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
11
-45
/
+51
2016-09-27
Expand - Hack around expansion order quirk with anon modules
John Hodge
3
-2
/
+11
2016-09-27
Expand - hack in an include! macro
John Hodge
1
-0
/
+46
2016-09-27
Main - Silence a bunch of libstd warnings
John Hodge
1
-0
/
+1
2016-09-27
Expand - Remove two-pass expand
John Hodge
14
-266
/
+131
2016-09-27
Expand lang - "start"
John Hodge
1
-1
/
+3
2016-09-27
macro_rules - Improved debug
John Hodge
1
-6
/
+26
2016-09-27
HIR Serialise - Fix not serialising macro loop separator token
John Hodge
2
-0
/
+2
2016-09-27
Expand - Expand macros in format_args! string
John Hodge
4
-5
/
+18
2016-09-27
Expand - HACK: Allow multiple crate_type annotations (ignore the later ones?)
John Hodge
1
-1
/
+2
2016-09-27
macro_rules - Allow bytestrings to start :expr
John Hodge
1
-0
/
+1
2016-09-27
macro_rules - Hackily handle a vec! edge case
John Hodge
1
-4
/
+41
2016-09-27
Parse - Support expanding macros that yield items in expressions
John Hodge
3
-64
/
+109
2016-09-27
macro_rules - Allow { to start an expression
John Hodge
1
-0
/
+1
2016-09-27
Expand lang - f32/f64
John Hodge
1
-0
/
+4
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
7
-29
/
+38
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
7
-176
/
+336
2016-09-27
HIR Typecheck - Support casting all integers to pointers
John Hodge
3
-4
/
+38
2016-09-27
HIR Deserialise - Handle `PAT_ITEM`
John Hodge
1
-0
/
+1
2016-09-27
HIR Expand Type - Recursively expand aliases
John Hodge
1
-2
/
+19
2016-09-27
macro_rules - (minor) Remove todo comment
John Hodge
1
-2
/
+2
2016-09-27
Resolve - Fix incorrect canonising of the index
John Hodge
2
-16
/
+60
2016-09-27
macro_rules - Update logic for determining if a loop should be expanded
John Hodge
5
-22
/
+34
2016-09-27
Expand - Hack in asm! (does nothing)
John Hodge
2
-1
/
+122
2016-09-27
Resolve Index - Fix missing import of namespace items
John Hodge
1
-94
/
+105
2016-09-26
main - Set target_os=linux to make libc compile
John Hodge
1
-1
/
+1
2016-09-26
Debug - Clearer debug with item insertion and deletion
John Hodge
2
-7
/
+11
2016-09-26
Expand cfg - Support cfg() on struct fields and enum variants
John Hodge
1
-0
/
+19
2016-09-26
main - Add `unix` flag to allow liblibc to compile
John Hodge
1
-0
/
+1
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
3
-7
/
+39
2016-09-26
Expand - (minor) Remove commented-out code
John Hodge
1
-69
/
+1
2016-09-26
Parse - Transfer new attributes to :item fragments
John Hodge
1
-11
/
+15
2016-09-26
Parse - Improve debug for :item fragments
John Hodge
2
-7
/
+12
2016-09-26
Debug - Clarify logging
John Hodge
3
-23
/
+34
2016-09-26
AST Dump - Print attributes
John Hodge
1
-2
/
+15
2016-09-26
Parse - Fix bugs with :stmt capture and use
John Hodge
2
-16
/
+47
2016-09-26
Parse - HACK! Accept `extern {}` and return a null item
John Hodge
1
-1
/
+7
2016-09-26
Parse - Handle attributes directly on items (for :item capture)
John Hodge
2
-0
/
+18
2016-09-26
macro_rules - Extend logic to determine if a loop should be entered to ↵
John Hodge
2
-17
/
+112
handle $()* at the start
2016-09-26
macro_rules - Don't loop if a variable is missing data
John Hodge
1
-1
/
+7
2016-09-26
common - Add print for std::set
John Hodge
1
-0
/
+16
2016-09-26
Parse - Accept TOK_INTERPOLATED_ITEM
John Hodge
5
-0
/
+20
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
10
-29
/
+39
2016-09-26
macro_rules - Avoid cloning fragments when they're not going to be used again
John Hodge
1
-124
/
+174
2016-09-26
macro_rules! - Clean up expansion to allow counting replacement uses
John Hodge
2
-69
/
+126
2016-09-26
macro_rules - Hackily work around a quirk
John Hodge
1
-4
/
+26
[next]