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
2019-06-22
HIR - Wrap impls in unique_ptr to keep pointer stability hack
John Hodge
1
-6
/
+6
2019-06-09
HIR - Sort trait impls too
John Hodge
1
-69
/
+86
2019-06-04
HIR - Use maps-of-vectors for impl lists for faster lookup, optimise Trans_En...
John Hodge
1
-116
/
+165
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...
John Hodge
1
-236
/
+104
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-6
/
+4
2019-05-14
Trans Enumerate - Cache paths used by function
John Hodge
1
-45
/
+100
2019-05-05
MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptr
John Hodge
1
-2
/
+2
2019-04-28
Trans Monomorph - Associated constants left as Defer
John Hodge
1
-10
/
+29
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
1
-2
/
+2
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip priv...
John Hodge
1
-2
/
+2
2019-03-03
Trans Enumerate - Add auto clone impl for closures, specialisation fix, and a...
John Hodge
1
-50
/
+99
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
1
-9
/
+7
2019-01-20
Trans Enumerate - Ensure that clone impls called by auto clone impl are enume...
John Hodge
1
-2
/
+23
2018-12-30
Auto Impls - Automatic delegating impl of Clone for tuples
John Hodge
1
-0
/
+1
2018-12-29
Trans Enumerate - Handle 1.29 having generics on `lang_start`
John Hodge
1
-9
/
+13
2018-12-29
Typecheck/Trans - Handle magic clone impls for 1.29
John Hodge
1
-1
/
+5
2018-12-22
Constant Evaluation - Evaluate missing associated constants with trait impl v...
John Hodge
1
-0
/
+3
2018-08-04
Trans - Add auto-generated Clone impls (only for Copy types currently)
John Hodge
1
-2
/
+9
2018-06-03
Trans - Fix some minor errors from building with clang
John Hodge
1
-0
/
+5
2018-03-17
VTables - Rename vtable static to have the # at the end (helps parsing in mmir)
John Hodge
1
-4
/
+4
2018-03-17
MIR Optimise - Slight cleanup for faster compiles
John Hodge
1
-1
/
+1
2018-03-17
Trans - Move monomorphisation from codegen pass to its own pass, and do a sec...
John Hodge
1
-0
/
+45
2018-03-03
Trans Enumerate - Some work on doing selective library enumeration (has some ...
John Hodge
1
-42
/
+53
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
[next]