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
Const Eval - Rough MIR casts
John Hodge
1
-1
/
+39
2016-09-28
Const Eval - Fix dumb bug in call
John Hodge
1
-4
/
+5
2016-09-28
Resolve Absolute - Fix incorrect lookup mode for MaybeBind
John Hodge
2
-3
/
+3
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵
John Hodge
3
-11
/
+25
the parent)
2016-09-28
HIR Conv Type Aliases - Handle parameters (hackily, same as rustc)
John Hodge
1
-2
/
+22
2016-09-28
HIR From AST - Handle missing anon modules
John Hodge
1
-5
/
+11
2016-09-28
Resolve Absolute - Fix bindings for HIR imports
John Hodge
1
-3
/
+23
2016-09-28
Expand lang - Handle #[lang] on extern fn-s by ignoring them
John Hodge
1
-2
/
+9
2016-09-28
Resolve Absolute - Fix selecting type path for values
John Hodge
1
-23
/
+31
2016-09-28
Resolve Absolute - Support extern imports that refer to enum variants
John Hodge
1
-0
/
+22
2016-09-28
macro_rules - Defensive code and fix bug causing empty captures to no report ↵
John Hodge
1
-2
/
+12
empty
2016-09-28
Expand derive - Ignore None items
John Hodge
1
-1
/
+4
2016-09-28
macro_rules - Don't return zero when a value is no longer repeating
John Hodge
1
-2
/
+5
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
[next]