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
2017-10-01
Type Resolve Static - Fix impl params
John Hodge
1
-1
/
+8
2017-10-01
Typecheck Expressions - Don't pick a bound impl when type is Unbound UFCS
John Hodge
1
-0
/
+2
2017-10-01
Resolve - Handle path binding for unit structs in patterns
John Hodge
1
-0
/
+10
2017-10-01
Resolve - Search for unit-like structs in pattern lookup
John Hodge
1
-0
/
+12
2017-10-01
HIR Typecheck Expressions - Implement a TODO
John Hodge
1
-2
/
+5
2017-10-01
Resolve UFCS - Disable checking in type aliases
John Hodge
1
-0
/
+7
2017-10-01
HIR Typecheck - Fallback in method lookup
John Hodge
3
-79
/
+88
2017-09-30
HIR Visitor - (minor) log module path
John Hodge
1
-1
/
+1
2017-09-30
Parse - handle macro invocations with attributes in impl blocks
John Hodge
1
-10
/
+11
2017-09-29
AST - Support printing AST types in a clean form
John Hodge
6
-83
/
+57
2017-09-29
Parse - Remove TOK_ATTR_OPEN and TOK_CATTR_OPEN
John Hodge
8
-175
/
+88
2017-09-29
Expand - Load crates that were conditionally included
John Hodge
2
-1
/
+5
2017-09-28
HIR Lower - (minor) Add TODO on repr for enums
John Hodge
1
-2
/
+4
2017-09-28
HIR Typecheck Expr - Handle `some_const_ptr as *const _` with fallback mode
John Hodge
1
-2
/
+56
2017-09-24
All - Handle crates with tagged names
John Hodge
8
-9
/
+62
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name ↵
John Hodge
9
-39
/
+108
collisions)
2017-09-23
Parse - Handle `_:` in fn types
John Hodge
1
-1
/
+1
2017-09-23
Trans - Only codegen drop impls if needed
John Hodge
2
-1
/
+8
2017-09-23
Codegen C - A few MSVC fixes
John Hodge
1
-30
/
+38
2017-09-23
Expand - Little fixes for libpanic_unwind win32
John Hodge
3
-0
/
+10
2017-09-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
2
-1
/
+7
2017-09-23
Codegen C - Use static when a destructor would be locally defined, extern ↵
John Hodge
1
-3
/
+15
otherwise
2017-09-23
HIR Typecheck - Fix bug with get_full_path on functions in the root crate
John Hodge
2
-1
/
+7
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
3
-11
/
+81
2017-09-22
Windows compile fixes
John Hodge
1
-2
/
+0
2017-09-22
Trans - MSVC twiddling
John Hodge
3
-8
/
+48
2017-09-20
(minor) Debug printing changes
John Hodge
2
-0
/
+2
2017-09-20
HIR Typecheck - Revert change to method lookup order, plan for fallbacks
John Hodge
2
-45
/
+64
2017-09-16
HIR Typecheck - Look up trait methods before inherent methods
John Hodge
1
-44
/
+44
2017-09-14
Expand - Fix use-after-free if an item is deleted
John Hodge
1
-1
/
+6
2017-09-14
Expand - Limited derive on unions (minimally tested, fixes #22)
John Hodge
2
-26
/
+89
2017-09-12
HIR Resolve - Replace default types, with correct Self replacement
John Hodge
3
-7
/
+39
2017-09-12
Parse - Handle HRB in trait bounds
John Hodge
1
-0
/
+5
2017-09-10
Typecheck Expressions - Extract bounds from function values
John Hodge
1
-1
/
+12
2017-09-10
Const Eval - Evalulate from MIR where possible (avoids BorrowData)
John Hodge
2
-8
/
+16
2017-09-10
macro_rules - Fix some holes in consume_*
John Hodge
1
-1
/
+8
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
10
-50
/
+98
2017-09-10
Consteval - Litle tweaks
John Hodge
3
-5
/
+23
2017-09-10
Codegen C - Slightly more efficient static string output
John Hodge
1
-5
/
+11
2017-09-10
MIR Optimise - HACK: Don't optimise constants/statics
John Hodge
1
-0
/
+6
2017-09-10
Parse - Store attributes for trait items
John Hodge
6
-12
/
+20
2017-09-09
Resolve - Handle glob improt of root
John Hodge
1
-1
/
+6
2017-09-09
Codegen C - Omit useless labels and gotos (untested)
John Hodge
1
-2
/
+82
2017-09-09
main - Wrap loggable section in a label
John Hodge
1
-13
/
+17
2017-09-09
cfg - Fix handling of `--cfg foo="bar"`
John Hodge
2
-5
/
+19
2017-09-09
Codegen C - Cleaner handling of link dirs, fix try intrinsic
John Hodge
2
-10
/
+26
2017-09-08
HIR - Store link paths
John Hodge
5
-1
/
+16
2017-09-08
main - Handle `--crate-type bin`
John Hodge
1
-0
/
+3
2017-09-08
MIR Gen - Fix box drop flags
John Hodge
3
-23
/
+14
2017-09-08
HIR Typecheck - Add an unconditional coercion point to fix a librustdoc fail
John Hodge
1
-2
/
+7
[prev]
[next]