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-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
2016-09-25
AST - Convert use statements to normal items
John Hodge
9
-290
/
+126
2016-09-25
Parse - Move `pub` parsing to Parse_Mod_Item_S
John Hodge
4
-27
/
+33
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
7
-42
/
+64
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
21
-75
/
+289
2016-09-25
Parse - Split module item parse into a form that is callable from macro_rules
John Hodge
3
-185
/
+165
2016-09-25
macro_rules! - Rough (stubbed) support for :item
John Hodge
5
-2
/
+50
2016-09-25
Start on liblibc - Add cfg_attr support to LoadCrates
John Hodge
2
-0
/
+15
2016-09-25
MIR Gen - Fix bad monomorph call
John Hodge
1
-2
/
+23
2016-09-25
MIR Gen Match - Support floating point matches
John Hodge
1
-68
/
+257
2016-09-25
HIR Typecheck Expr - Fix incorrect monomorphisation of function pointers
John Hodge
2
-9
/
+40
2016-09-25
HIR - Hacky consteval fixes
John Hodge
2
-9
/
+49
2016-09-25
HIR - Support float patterns
John Hodge
5
-6
/
+46
2016-09-25
Resolve Use - Visit code blocks in trait defaults
John Hodge
1
-2
/
+24
2016-09-25
Parse+Expand - Support `let` in expression macros
John Hodge
3
-3
/
+10
2016-09-25
MIR - (minor) commenting
John Hodge
1
-0
/
+2
2016-09-25
Parse - Support method/field/qmark after blocks in statements
John Hodge
5
-43
/
+109
[next]