index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
enumerate.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-04
Trans Enumerate - Fix OOB read caused by vtable lookup
John Hodge
1
-1
/
+5
2017-11-04
Trans Enumerate - Remove a use of TU_MATCH for better debugging
John Hodge
1
-30
/
+32
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-40
/
+15
2017-09-23
Trans - Only codegen drop impls if needed
John Hodge
1
-1
/
+2
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
1
-1
/
+4
2017-09-10
Consteval - Litle tweaks
John Hodge
1
-1
/
+15
2017-08-18
Trans - VTable unsizing in statics, emit vtables before statics
John Hodge
1
-3
/
+7
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-0
/
+5
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+6
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-19
/
+10
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+4
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
1
-0
/
+1
2017-03-12
Trans Enumerate - Avoid segfault on auto-trait only vtables
John Hodge
1
-0
/
+1
2017-03-02
MIR Gen - More Param usage
John Hodge
1
-1
/
+3
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-2
/
+2
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-32
/
+54
2017-02-19
Trans - Conditionally emit struct/tuple constructor wrappers
John Hodge
1
-0
/
+1
2017-01-30
TODOs
John Hodge
1
-1
/
+1
2017-01-29
Trans Enumerate - Handle erased types
John Hodge
1
-2
/
+22
2017-01-29
Trans - Only emit typeid if needed
John Hodge
1
-5
/
+12
2017-01-22
Trans - #[start] attribute
John Hodge
1
-10
/
+20
2017-01-21
Trans/Expand - #[main] attribute
John Hodge
1
-1
/
+1
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+4
2017-01-13
Trans - Enumerate types used in any intrinsic
John Hodge
1
-3
/
+2
2017-01-12
Trans Enumerate - EAT vtable associted type parameters
John Hodge
1
-2
/
+2
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-98
/
+123
2017-01-11
Trans - Require types used in type_id to be defined
John Hodge
1
-0
/
+6
2017-01-09
Trans Enumerate - Add inherent methods to libs
John Hodge
1
-3
/
+17
2017-01-09
Trans Enumerate - Check bounds for trait impls
John Hodge
1
-1
/
+31
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
1
-1
/
+98
2017-01-07
Trans Enumerate - Constants
John Hodge
1
-1
/
+14
2017-01-06
Trans Enumerate - VTable type
John Hodge
1
-0
/
+26
2017-01-02
Trans Enumerate - Enumerate resultant types from LValue::Deref
John Hodge
1
-10
/
+319
2017-01-01
Trans - Tweaks to forward declarations
John Hodge
1
-2
/
+15
2017-01-01
Trans - Support forward declaration of types
John Hodge
1
-93
/
+129
2017-01-01
Trans Enumerate - Hack around provided associated functions not being monomor...
John Hodge
1
-0
/
+2
2017-01-01
Trans Enumerate - Unions
John Hodge
1
-1
/
+16
2016-12-31
Trans Enumerate - Ensure that main/start have types enumerated
John Hodge
1
-8
/
+2
2016-12-31
Codegen C - Handling for erased types
John Hodge
1
-0
/
+2
2016-12-31
Trans - Efficiency cleanups
John Hodge
1
-10
/
+16
2016-12-30
MIR - Misc fixes
John Hodge
1
-2
/
+4
2016-12-30
Trans Enumerate - Fix missed functions
John Hodge
1
-3
/
+13
2016-12-30
Trans Enumerate - Refactor to remove deep recursion
John Hodge
1
-108
/
+141
2016-12-30
Trans - Fiddling
John Hodge
1
-0
/
+4
2016-12-30
Trans Enumerate - EAT in enums
John Hodge
1
-3
/
+7
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+6
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-39
/
+38
2016-12-24
No more tears!
ubsan
1
-38
/
+38
2016-12-24
Trans - Generate Box destructors
John Hodge
1
-1
/
+10
2016-12-18
Trans Enumerate - Expand associated when enumerating types
John Hodge
1
-2
/
+5
[next]