index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-09-02
Resolve - Fix a minor lookup bug around self:: paths
John Hodge
1
-1
/
+19
2017-08-27
Resolve Abs - Fix pattern value lookup
John Hodge
1
-4
/
+16
2017-08-27
Resolve Use - Do parent search on Relative paths
John Hodge
1
-1
/
+16
2017-08-23
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+4
2017-08-22
Resolve Use - (minor) Diagnostics fix when module cannot be found
John Hodge
1
-1
/
+4
2017-08-20
Resolve - Lookup glob of external enum
John Hodge
1
-1
/
+9
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
2
-1
/
+2
2017-07-09
Resolve - Better debugging and assert
John Hodge
1
-1
/
+9
2017-07-06
All - Some little tweaks for windows port
John Hodge
1
-401
/
+404
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
1
-6
/
+6
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
2
-11
/
+7
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
2
-11
/
+7
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-1
/
+1
2017-01-08
Resolve Index - Refactor wildcard use handling
John Hodge
1
-128
/
+124
2016-12-24
No more tears!
ubsan
3
-168
/
+168
No more DOS line endings or trailing whitespace either
2016-11-23
Resolve - Place struct enum variants in the type namespace, fix ↵
John Hodge
2
-1
/
+17
serialisation bug
2016-11-23
Resolve Index - Handle paths pointing to crate roots
John Hodge
1
-0
/
+4
2016-11-22
Resolve Absolute - Search value scope for tuple struct patterns
John Hodge
1
-1
/
+1
2016-11-22
Resolve Absolute - Replace a TODO with the return it should have been
John Hodge
1
-1
/
+1
2016-11-19
Resolve Absolute - Add missing union handling
John Hodge
1
-0
/
+4
2016-11-17
Resolve - Fix scoping of `if let` bindings
John Hodge
1
-2
/
+3
2016-11-17
HIR - Fix bad handling of split slice patterns
John Hodge
1
-1
/
+1
2016-11-08
Resolve Absolute - (minor) Remove defunct comments
John Hodge
1
-4
/
+0
2016-11-08
Resolve Absolute - Handle crate-root paths, fix an edge-case bug
John Hodge
1
-2
/
+16
2016-11-08
Resolve Use - Handle imports of a crate root
John Hodge
1
-0
/
+2
2016-11-02
Hygiene fixes (disabled still)
John Hodge
1
-1
/
+1
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-6
/
+6
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-30
/
+24
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
1
-1
/
+12
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
3
-0
/
+33
2016-10-30
Resolve use - Handle variant imports
John Hodge
1
-1
/
+13
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-7
/
+7
2016-10-30
Resolve Abs - MaybeBind->Bind in irrefutable context
John Hodge
1
-1
/
+4
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
3
-40
/
+32
2016-10-30
Resolve Absolute - Fix segfault due to OOB indexing
John Hodge
1
-1
/
+1
2016-10-29
Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`
John Hodge
1
-1
/
+1
2016-10-26
Resolve Use - Fix alternate binding code
John Hodge
2
-5
/
+7
2016-10-26
Resolve Index - Glob crates
John Hodge
1
-1
/
+3
2016-10-26
Resolve Use - Support imports from external enums
John Hodge
1
-4
/
+39
2016-10-26
Resolve Use - Search wildcard imports of crates
John Hodge
1
-1
/
+11
2016-10-25
Resolve - Fix behavior of `super` in anon modules
John Hodge
2
-3
/
+9
2016-10-24
Resolve Use - Prevent infinite recursion, hackily cache result
John Hodge
1
-6
/
+18
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
2
-78
/
+65
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+7
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-6
/
+6
2016-10-22
Expand - #[prelude_import] support
John Hodge
1
-3
/
+4
2016-10-18
Resolve/Use - Allow glob import of a crate root
John Hodge
1
-1
/
+3
2016-10-18
AST - Load referenced crates in anon modules
John Hodge
1
-0
/
+1
2016-10-16
Resolve - Handle glob imports from external enums
John Hodge
2
-14
/
+38
2016-10-14
Resolve Abolute - Allow type aliases in paths
John Hodge
1
-0
/
+4
[prev]
[next]