index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-15
Typecheck Expr - Fix some comments
John Hodge
1
-5
/
+2
2016-09-15
Typecheck Expr - Handle diverging statements within blocks
John Hodge
1
-2
/
+12
2016-09-15
Main - Revert accidental commit with debug enabled
John Hodge
1
-1
/
+1
2016-09-15
Parse+Typecheck Validate - Remove implicit ()
John Hodge
2
-2
/
+2
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
11
-61
/
+92
2016-09-15
AST Dump - Fix cofusing quirks in output from derive code
John Hodge
1
-6
/
+15
2016-09-14
TODO - Bug in typecheck requiring AST and HIR expression rejig
John Hodge
1
-1
/
+7
2016-09-14
HIR Typecheck Expr - Fix possible bug in closure Fn trait selection
John Hodge
1
-12
/
+19
2016-09-14
HIR Type - match_generics_fuzz: Equate equal ivars
John Hodge
1
-2
/
+10
2016-09-14
HIR Typecheck Expr - Handle inferring types for complex inherent impls
John Hodge
1
-7
/
+40
2016-09-13
HIR Typecheck Expr - (minor) Cleanup and planning for a fix
John Hodge
1
-10
/
+22
2016-09-12
HIR ImplRef - Clean up monomorphisation code
John Hodge
1
-27
/
+29
2016-09-12
Resolve UFCS - Make a missing method defintion an error again
John Hodge
1
-1
/
+1
2016-09-12
HIR - Losen impl type matching a little
John Hodge
1
-5
/
+24
2016-09-12
HIR From AST - Correct paths for range ops
John Hodge
3
-7
/
+28
2016-09-12
Resolve UFCS - HACK: Let unknown UFCS paths remain as UfcsUnknown if they ↵
John Hodge
1
-1
/
+3
can't be resolved here
2016-09-12
HIR - Fix edge case looking up the root module
John Hodge
1
-6
/
+21
2016-09-12
Resolve UFCS - (minor) Debug messages and commenting
John Hodge
1
-5
/
+7
2016-09-12
Resolve Absolute - Fix edge case where index isn't quite perfect
John Hodge
1
-3
/
+12
2016-09-12
HIR From AST - Allow None items in impl blocks
John Hodge
1
-0
/
+4
2016-09-12
Resolve Absolute - Split multi-node UFCS
John Hodge
1
-4
/
+11
2016-09-11
Resolve Absolute - Support path splitting based on HIR traits
John Hodge
2
-9
/
+23
2016-09-11
Resolve - Include binding for struct constructors/values
John Hodge
2
-12
/
+21
2016-09-11
Resolve Absolute - Defensive asserts
John Hodge
1
-0
/
+2
2016-09-11
Resolve Index - Replace imported item paths with the destination
John Hodge
1
-1
/
+6
2016-09-11
Resolve Index - HIR import support
John Hodge
1
-29
/
+36
2016-09-11
Resolve Use - Support HIR::ValueItem::Import
John Hodge
1
-2
/
+9
2016-09-11
Resolve Use - Support direct lookup through HIR
John Hodge
1
-3
/
+7
2016-09-11
Resolve Use - Replace bug with a TODO
John Hodge
1
-1
/
+9
2016-09-11
Resolve/Use - HIR imports and searching wildcard imports
John Hodge
3
-15
/
+29
2016-09-11
main - Oops, committed with debug enabled
John Hodge
1
-1
/
+1
2016-09-11
AST Dump - Fix incorrect error
John Hodge
1
-1
/
+4
2016-09-11
Expand/lang - libcollections impl lang items
John Hodge
1
-2
/
+2
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
7
-257
/
+480
2016-09-10
Notes - Add a rough compiler overview
John Hodge
1
-0
/
+53
2016-09-10
Notes - Further ponderings on macro_rules!
John Hodge
1
-2
/
+19
2016-09-09
Expand - Move loading of libstd/libcore into LoadCrates for cleaner debug
John Hodge
2
-3
/
+25
2016-09-09
main - Suppress debug for the LoadCrates phase
John Hodge
1
-0
/
+1
2016-09-09
macro_rules - Fix printing, some better comments and debug
John Hodge
2
-1
/
+14
2016-09-09
Notes - Planning another rewrite of macro_rules! handling
John Hodge
1
-0
/
+72
2016-09-08
MIR Gen Match - Support char ranges in Simple
John Hodge
1
-1
/
+16
2016-09-07
HIR Typecheck Static - Magic Fn impls for function pointers
John Hodge
2
-4
/
+36
2016-09-07
HIR Typecheck Expr - Not all trait impls for closures come from the compiler
John Hodge
1
-9
/
+7
2016-09-07
Resolve Abs - Better impl of previous hack
John Hodge
1
-1
/
+1
2016-09-07
Resolve Absolute - HACK: Recurse when MaybeBind returns a path
John Hodge
1
-0
/
+1
2016-09-07
Expand Lang - "char" lang item
John Hodge
1
-0
/
+5
2016-09-07
Makefile - libcollections requires rustc_unicode
John Hodge
1
-1
/
+5
2016-09-07
Makefile - Start on libcollections
John Hodge
1
-2
/
+6
2016-09-07
LoadCrates - Better error reporting
John Hodge
3
-6
/
+13
2016-09-07
Parse - Fix up slightly iffy float edge cases
John Hodge
1
-6
/
+10
[next]