index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
pattern.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-2
/
+3
std::string for paths/identifiers
2019-03-02
HIR - Clone deref count when cloning pattern
John Hodge
1
-29
/
+35
2018-12-27
Lower MIR - Match ergonomics (and a little bit of cleanup/fixes).
John Hodge
1
-0
/
+3
- liballoc building, up to libstd
2017-05-28
HIR - (minir) Fix debug output of patterns
John Hodge
1
-4
/
+4
2016-12-27
MIR Gen - Add support for capturing rest of slice patterns
John Hodge
1
-10
/
+14
2016-12-24
No more tears!
ubsan
1
-6
/
+6
No more DOS line endings or trailing whitespace either
2016-11-23
HIR - More complete SplitTuple pattern handling
John Hodge
1
-1
/
+2
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
1
-0
/
+6
2016-09-25
HIR - Support float patterns
John Hodge
1
-1
/
+14
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-5
/
+15
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
1
-19
/
+10
middle
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
1
-3
/
+11
2016-08-10
HIR - Add EnumValue variant to Pattern
John Hodge
1
-3
/
+9
2016-08-07
HIR - Add clone() method to Pattern (and a few constructors)
John Hodge
1
-0
/
+125
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-1
/
+1
2016-06-04
HIR Typeck - Coming along, close to needing coercions
John Hodge
1
-0
/
+118