index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
type.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
HIR Markings - Flag for any Copy impl
John Hodge
1
-0
/
+13
2019-04-20
HIR Typecheck - Bulk commit of typecheck fixes, less magic
John Hodge
1
-0
/
+14
2019-02-09
Typecheck - Various fixes for librustc
John Hodge
1
-14
/
+16
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
1
-0
/
+2
2018-12-09
HIR Types - Comment out an overly-verbose log message
John Hodge
1
-1
/
+1
2018-11-03
HIR Typecheck - Fixing holes from 1.29 compiler_builtins
John Hodge
1
-30
/
+30
2018-05-25
HIR - No more name in lifetime params
John Hodge
1
-4
/
+4
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
1
-1
/
+1
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-2
/
+5
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
1
-3
/
+6
2017-06-09
Fix use of hard tabs
John Hodge
1
-1
/
+1
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-1
/
+20
2017-04-16
HIR Type Match - Handle matching two Infers
John Hodge
1
-1
/
+20
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-0
/
+1
2017-02-25
Add visual studio project files, little tweaks to codebase to allow compiling...
John Hodge (bugs)
1
-4
/
+4
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
1
-0
/
+4
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-18
/
+18
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
1
-3
/
+3
2016-11-19
HIR - Add Union type path binding
John Hodge
1
-3
/
+5
2016-11-17
HIR Typecheck Expr - Extend Opaque=fuzzy hack
John Hodge
1
-0
/
+4
2016-11-13
HIR Typecheck - Slow work on ErasedType
John Hodge
1
-1
/
+3
2016-11-11
HIR - Tweak ErasedType for implementation
John Hodge
1
-2
/
+2
2016-11-09
HIR Type Compare - Compare size in MTGF
John Hodge
1
-0
/
+3
2016-11-06
HIR Typecheck Expr - Fix leaking of a placeholder param
John Hodge
1
-3
/
+5
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-8
/
+11
2016-10-28
HIR Typecheck - Fuzzy match more cases with unbound UFCS
John Hodge
1
-33
/
+48
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-22
/
+40
2016-10-22
HIR Typecheck Expr - Error earlier if an impl can't be found
John Hodge
1
-1
/
+29
2016-10-22
HIR Types - Treat unbound path types as fuzzy matches in compare_with_placeho...
John Hodge
1
-0
/
+6
2016-10-20
HIR Typecheck Expr - Fix bug in array unsize
John Hodge
1
-0
/
+22
2016-10-13
HIR - Match function types
John Hodge
1
-1
/
+14
2016-10-12
Make deault ABI a #define
John Hodge
1
-1
/
+1
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
1
-4
/
+6
2016-10-03
HIR - Hack: Treat impl placeholder generics as ivars in match_test_generics_fuzz
John Hodge
1
-0
/
+5
2016-10-01
HIR Type - Handle lhs ivar in match_test_generics_fuzz
John Hodge
1
-1
/
+43
2016-09-25
HIR - Hacky consteval fixes
John Hodge
1
-2
/
+12
2016-09-24
HIR Typecheck Expr - Fix impl selection bug with an evil hack
John Hodge
1
-0
/
+7
2016-09-14
HIR Type - match_generics_fuzz: Equate equal ivars
John Hodge
1
-2
/
+10
2016-09-04
HIR - Support fuzzy generic match on TraitObject
John Hodge
1
-2
/
+28
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
1
-1
/
+14
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
1
-0
/
+10
2016-08-25
HACK - Assume that unknown-sized arrays compare equal
John Hodge
1
-1
/
+4
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-3
/
+8
2016-08-06
HIR - Fix pointer equality in TypeRef::operator==
John Hodge
1
-1
/
+1
2016-08-01
HIR Typecheck - Altered ! handling to be an ivar type, fix fuzzy matches in e...
John Hodge
1
-0
/
+4
2016-07-19
HIR - Very rough impl specialisation support in outer typeck
John Hodge
1
-0
/
+68
2016-07-17
HIR - Allow sorting of types and paths
John Hodge
1
-0
/
+88
2016-07-14
HIR - Working on better outer typecheck and resolution
John Hodge
1
-2
/
+18
2016-07-12
HIR Typecheck - Handle more complex impl bindings
John Hodge
1
-8
/
+6
[next]