index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
/
bind.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
1
-2
/
+2
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+3
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-7
/
+3
2017-06-02
Tweaks to handling of struct patterns
John Hodge
1
-13
/
+17
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-2
/
+5
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-9
/
+31
2017-01-14
HIR Bind - Remove manual path searching
John Hodge
1
-52
/
+34
2017-01-14
HIR - Clean up some manual item searching
John Hodge
1
-59
/
+21
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-5
/
+5
2016-12-31
HIR Bind - Apply bind to erased types
John Hodge
1
-0
/
+3
2016-12-24
No more tears!
ubsan
1
-33
/
+33
2016-12-11
Misc twiddles for recent changes
John Hodge
1
-0
/
+37
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
1
-0
/
+1
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-8
/
+11
2016-12-04
HIR Bind - MIR Cast types
John Hodge
1
-0
/
+1
2016-12-04
HIR Bind - Visit MIR types.
John Hodge
1
-0
/
+4
2016-12-03
MIR - Create a CallPath terminator
John Hodge
1
-1
/
+7
2016-12-03
HIR/Trans - Bind items in external MIR, use StaticTraitResolve in trans
John Hodge
1
-0
/
+133
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
1
-43
/
+1
2016-11-25
HIR Bind - Visit all generic paths
John Hodge
1
-0
/
+5
2016-11-19
HIR - Add Union type path binding
John Hodge
1
-0
/
+8
2016-11-16
HIR Typcheck - Hackily hndle default parameters
John Hodge
1
-0
/
+3
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
1
-0
/
+11
2016-10-27
HIR - Support type aliases in struct patterns
John Hodge
1
-0
/
+3
2016-10-22
HIR Conv - Bind UFCS paths in patterns
John Hodge
1
-12
/
+4
2016-10-21
HIR Bind - Add TODO for binding associated constants in pattern values
John Hodge
1
-4
/
+12
2016-10-10
HIR Bind - Bind defaulted path params
John Hodge
1
-3
/
+5
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...
John Hodge
1
-2
/
+48
2016-09-28
Resolve Absolute - Fix incorrect lookup mode for MaybeBind
John Hodge
1
-1
/
+1
2016-09-23
HIR Bind - Perform bind+fixup for _PathValue
John Hodge
1
-0
/
+5
2016-09-03
HIR Bind - HACK: Run over extern crates too
John Hodge
1
-0
/
+5
2016-09-01
HIR Conv - Fix case where crate name was ignored
John Hodge
1
-1
/
+8
2016-09-01
Resolve - Misc fixes
John Hodge
1
-2
/
+7
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ...
John Hodge
1
-20
/
+0
2016-08-13
HIR Bind - Pattern values
John Hodge
1
-5
/
+15
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
1
-70
/
+91
2016-08-11
All - Clang warning fixes
John Hodge
1
-1
/
+1
2016-08-10
HIR - Add EnumValue variant to Pattern
John Hodge
1
-0
/
+72
2016-07-17
HIR,HIR Typecheck - Simplify associated type bounds, add type replacements
John Hodge
1
-0
/
+8
2016-07-16
HIR Typecheck - HACK: Correct trait type selection with evil
John Hodge
1
-1
/
+1
2016-07-14
HIR - Working on better outer typecheck and resolution
John Hodge
1
-9
/
+35
2016-06-13
HIR - Fix type parameter counts during bind
John Hodge
1
-0
/
+30
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
1
-3
/
+1
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-1
/
+1
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
1
-1
/
+1
2016-05-29
HIR Conv - De-duplicate code
John Hodge
1
-47
/
+36
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-0
/
+30
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
1
-0
/
+15
2016-05-29
Resolve - Fix glob imports of enums yeilding bad paths
John Hodge
1
-1
/
+1
[next]