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-11-04
Typecheck Expressions - Fix libgit2 bug with some extra ivar disabling afer ↵
John Hodge
1
-17
/
+54
a guess
2017-11-04
Expand/derive - Deref in PartialOrd calls (slight optimisation of typecheck)
John Hodge
1
-4
/
+4
2017-11-02
MIR Optimise - Slight optimisation
John Hodge
3
-13
/
+28
2017-11-01
All - Clean up a few minor errors (pointed out in #31)
John Hodge
3
-47
/
+2
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
37
-962
/
+917
2017-10-31
Expand - (minor) Comment about custom derive
John Hodge
1
-0
/
+3
2017-10-29
HIR Expand - Hacky patch to consteval
John Hodge
1
-1
/
+11
2017-10-29
HIR Typecheck Expressions - Coerce within array literals
John Hodge
1
-0
/
+2
2017-10-29
macro_rules - Fix range of placeholder value
John Hodge
1
-1
/
+1
2017-10-29
HIR Typecheck - Allow casting function pointers to *const i8
John Hodge
3
-4
/
+8
2017-10-29
macro_rules - Handle :path tokens
John Hodge
1
-0
/
+3
2017-10-29
Expand - Add parent spans to TTStream[O]
John Hodge
13
-45
/
+51
2017-10-29
macro_rules - Patch around a quirk in error-chain
John Hodge
1
-2
/
+7
2017-10-29
Span - Tweak printing to print context (doesn't apply yet, because nothing ↵
John Hodge
1
-14
/
+21
provides context)
2017-10-28
Expand - Recurse when expanding in patterns
John Hodge
2
-1
/
+2
2017-10-28
HIR Typecheck - Allow casting function pointers
John Hodge
1
-1
/
+4
2017-10-28
HIR Typecheck - Cleanup as part of locating libgit2 quirks
John Hodge
2
-5
/
+20
2017-10-14
Codegen C - Escape trigraphs in strings
John Hodge
1
-63
/
+53
2017-10-01
Typecheck Expressions - Clean up disabled code blocks
John Hodge
1
-155
/
+2
2017-10-01
Typecheck Expressions - (minor) Whitespace
John Hodge
1
-1
/
+1
2017-10-01
MIR Optimise - (minor) debugging
John Hodge
1
-0
/
+6
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
[next]