index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-06
HIR - BorrowType on pointer, allow pointer coerce
John Hodge
4
-12
/
+13
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
5
-16
/
+109
2016-06-06
HIR - Maintain trait list, use it for method lookup
John Hodge
2
-1
/
+8
2016-06-06
HIR Typecheck - Method resolution partially done
John Hodge
2
-0
/
+28
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
2
-4
/
+19
2016-06-06
HIR Typecheck - Monomorphisation cleanup
John Hodge
1
-0
/
+3
2016-06-06
HIR Typecheck - Rough inclusion of function calls in typeck
John Hodge
2
-0
/
+124
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
5
-30
/
+151
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
4
-109
/
+136
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
4
-14
/
+12
2016-06-04
HIR Typeck - More work on it
John Hodge
2
-1
/
+18
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
4
-9
/
+20
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
4
-10
/
+47
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
3
-0
/
+19
2016-06-04
HIR Typeck - Coming along, close to needing coercions
John Hodge
8
-10
/
+245
2016-06-03
HIR - Working on type inference, very incomplete
John Hodge
3
-2
/
+17
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
3
-2
/
+48
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
5
-5
/
+13
2016-05-29
HIR - Add binding pointers to TypeRef and Pattern
John Hodge
6
-12
/
+72
2016-05-29
HIR Typecheck - Start on expression type checking/inferrence
John Hodge
1
-1
/
+3
2016-05-29
HIR Typecheck - Fiddling
John Hodge
4
-35
/
+50
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
2
-3
/
+6
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
4
-8
/
+28
2016-05-27
HIR Conv - Constant evaluation pass running (fully?)
John Hodge
4
-15
/
+127
2016-05-26
HIR Const Eval - libcore types done, onwards to `const` items
John Hodge
5
-2
/
+15
2016-05-26
HIR Cosnt Eval - Initial work, hits TODOs
John Hodge
7
-6
/
+60
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-27
/
+27
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-4
/
+4
2016-05-24
(minor) HIR - Planning for const eval
John Hodge
1
-4
/
+5
2016-05-24
HIR Expand Type - Convert to use a generic HIR visitor
John Hodge
6
-7
/
+444
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
4
-28
/
+215
2016-05-23
HIR - Add type alias replacement. Other related changes below
John Hodge
10
-53
/
+418
- Added pretty printing for HIR paths and types - Added a sub-pass to resolve/index that makes all index paths point at the actual item (no imports involved) - Split up some contents of main_bindings.hpp
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
2
-2
/
+2
2016-05-21
All - Cleanup of memory leaks and similar
John Hodge
1
-2
/
+12
2016-05-21
HIR Lower - Completed libcore
John Hodge
2
-2
/
+15
2016-05-21
HIR+Resolve - Fix minor holes
John Hodge
4
-29
/
+49
2016-05-20
HIR - Diverging type
John Hodge
2
-2
/
+7
2016-05-20
Expand+HIR - `?` desugar, closures
John Hodge
4
-14
/
+91
2016-05-20
Resolve - Bind already-known locals (e.g. `self`)
John Hodge
1
-0
/
+3
2016-05-20
HIR - Separate UFCS styles
John Hodge
3
-8
/
+41
2016-05-20
Parse - Fix bug which made `<_ as Item>` parse as `<_ as ::Item>`
John Hodge
1
-1
/
+1
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
1
-1
/
+2
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
1
-1
/
+1
2016-05-20
Expand - Fix desugaring of `for` to be closer to rustc's
John Hodge
1
-1
/
+1
2016-05-20
Expand - For loop desugar
John Hodge
1
-12
/
+3
2016-05-19
HIR Lower - Desugared `if let`, notes for `for`
John Hodge
1
-0
/
+29
2016-05-19
HIR Lower - Add desugared while/while let
John Hodge
4
-2
/
+79
2016-05-19
Lower HIR - More expression types
John Hodge
3
-1
/
+154
2016-05-18
Tagged union cleanup hacks
John Hodge
5
-0
/
+79
2016-05-18
HIR - Generic bounds
John Hodge
4
-9
/
+166
[prev]
[next]