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-10-12
HIR From AST - Handle float-annotated integer literals
John Hodge
1
-1
/
+11
2016-10-10
HIR Expand Closures - Avoid bad monomorphisations
John Hodge
1
-0
/
+1
2016-10-09
Expand - #[macro_reexport]
John Hodge
2
-7
/
+23
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
1
-3
/
+3
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-1
/
+6
2016-10-09
HIR - Save/load macro source crate
John Hodge
3
-5
/
+9
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
2
-0
/
+13
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-0
/
+1
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
2
-4
/
+5
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
2
-5
/
+7
2016-10-05
HIR Dump - Avoid parens in a few cases
John Hodge
1
-6
/
+22
2016-10-03
HIR - Hack: Treat impl placeholder generics as ivars in match_test_generics_fuzz
John Hodge
1
-0
/
+5
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
4
-0
/
+12
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for ↵
John Hodge
3
-1
/
+32
other traits)
2016-10-01
HIR Typecheck Expr - Handle posibly-diverging loop blocks correctly
John Hodge
2
-4
/
+2
2016-10-01
HIR Type - Handle lhs ivar in match_test_generics_fuzz
John Hodge
1
-1
/
+43
2016-10-01
HIR - Support tuple enum variants as function pointers
John Hodge
2
-2
/
+2
2016-09-30
HIR From AST - Add TODO for when a tuple variant is used as a value
John Hodge
1
-9
/
+46
2016-09-29
HIR Typecheck Expr - Apply coercions to CallValue
John Hodge
1
-1
/
+4
2016-09-29
HIR Typecheck Expr - Draft auto trait impl search
John Hodge
2
-1
/
+22
2016-09-29
HIR - Add variadic marking to functions, and propagate unsafe/const markings
John Hodge
4
-2
/
+5
2016-09-28
HIR - Support Variant literals
John Hodge
4
-0
/
+20
2016-09-28
HIR From AST - Handle missing anon modules
John Hodge
1
-5
/
+11
2016-09-27
HIR Serialise - Fix not serialising macro loop separator token
John Hodge
2
-0
/
+2
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-1
/
+5
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-1
/
+11
2016-09-27
HIR Deserialise - Handle `PAT_ITEM`
John Hodge
1
-0
/
+1
2016-09-27
macro_rules - Update logic for determining if a loop should be expanded
John Hodge
2
-6
/
+11
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-0
/
+3
2016-09-25
HIR - Hacky consteval fixes
John Hodge
1
-2
/
+12
2016-09-25
HIR - Support float patterns
John Hodge
4
-6
/
+39
2016-09-24
HIR Typecheck Expr - Fix impl selection bug with an evil hack
John Hodge
2
-4
/
+18
2016-09-24
HIR Typecheck Expr - Provide a list of usable ivars to find_method
John Hodge
1
-0
/
+5
2016-09-18
HIR Typecheck Expr - Rough support for casts that trigger unsizing
John Hodge
2
-0
/
+5
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
4
-3
/
+59
2016-09-16
HIR - (minor) Comment on format of generic binding field
John Hodge
1
-0
/
+1
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
2
-9
/
+8
2016-09-14
HIR Type - match_generics_fuzz: Equate equal ivars
John Hodge
1
-2
/
+10
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
HIR - Fix edge case looking up the root module
John Hodge
1
-6
/
+21
2016-09-12
HIR From AST - Allow None items in impl blocks
John Hodge
1
-0
/
+4
2016-09-11
Resolve/Use - HIR imports and searching wildcard imports
John Hodge
2
-6
/
+6
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
2
-14
/
+2
2016-09-07
HIR (De)serialise - Support shallow MIR drops
John Hodge
2
-2
/
+3
2016-09-04
HIR - Support fuzzy generic match on TraitObject
John Hodge
1
-2
/
+28
2016-09-04
HIR - Fix bad logic in impl comparison
John Hodge
1
-1
/
+1
2016-09-04
HIR - Fix sorting of SimplePath
John Hodge
1
-2
/
+2
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
3
-31
/
+86
2016-09-03
Resolve - More populated bindings
John Hodge
1
-11
/
+38
[prev]
[next]