index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-24
MIR - Add comparison of terminators
John Hodge
2
-0
/
+87
2019-11-24
Misc - Warning tweaks to make MSVC be quiet
John Hodge
1
-1
/
+2
2019-11-23
HIR - Restructure resolve to replace `Self` type later in processing
John Hodge
1
-2
/
+1
2019-11-10
HIR Expand - Ensure that all erased types are evaluated before MIR generation
John Hodge
3
-19
/
+3
2019-11-07
All - Fix some clang warnings
John Hodge
2
-2
/
+2
2019-11-09
Misc - Fix some warnings from MSVC
John Hodge
1
-2
/
+2
2019-11-09
MIR Gen - Delete HIR once MIR is created (replace with a small node)
John Hodge
1
-1
/
+10
2019-11-03
HIR - Correct enum repr types
John Hodge
1
-2
/
+1
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-1
/
+1
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...
John Hodge
3
-1
/
+3
2019-10-26
HIR Typecheck - Allow coercion to add `unsafe` to function pointers
John Hodge
1
-0
/
+5
2019-10-20
MIR Optimise - Fix a mis-optimisatio when there's &mut-s around
John Hodge
1
-1
/
+4
2019-08-23
MIR Optimise - Handle case where a &mut isn't used
John Hodge
1
-0
/
+5
2019-08-11
MIR Optimise - Fix mis-optimisation in splitting tuples
John Hodge
1
-1
/
+16
2019-08-10
MIR Optimise - Fix mis-optimisation in mpsc
John Hodge
1
-9
/
+11
2019-08-07
MIR Optimise - Expand "needs_drop" in optimisation stage
John Hodge
1
-0
/
+17
2019-08-03
MIR Cleanup - Clean up constants more
John Hodge
1
-0
/
+28
2019-08-03
MIR Optimise - Extend Single-Read/Write optimisation to follow goto/call
John Hodge
1
-12
/
+62
2019-08-03
MIR Optimise - Remove duplicate code
John Hodge
1
-30
/
+5
2019-08-03
MIR Optimise - De-borrow, fix invalidation in old de-termporary code
John Hodge
1
-31
/
+272
2019-07-27
Lower MIR - Handle match with union
John Hodge
1
-1
/
+8
2019-07-21
MIR Optimise - Tweaks to new optimisation
John Hodge
1
-14
/
+35
2019-07-20
MIR Optimise - Simpler and more powerful temporary elimination
John Hodge
1
-9
/
+348
2019-07-14
MIR Optimise - Don't evaluate U128 inv
John Hodge
1
-2
/
+3
2019-07-13
MIR Optimise - Improved constant propagation
John Hodge
1
-13
/
+81
2019-07-07
MIR Optimise - Fix (and detect) mis-optimisation with indexing, more const pr...
John Hodge
3
-9
/
+68
2019-06-16
MIR Gen - (minor) Log node pointers
John Hodge
1
-0
/
+5
2019-06-08
MIR Gen - Fix clobbering of value state when fields are reassigned
John Hodge
2
-21
/
+14
2019-06-08
MIR Gen - Casts move
John Hodge
1
-1
/
+1
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...
John Hodge
13
-1250
/
+1394
2019-05-25
MIR - Condense LValue debug format
John Hodge
1
-8
/
+8
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
4
-14
/
+13
2019-05-14
Trans Enumerate - Cache paths used by function
John Hodge
2
-1
/
+19
2019-05-09
MIR Optimise - Work around De-Temporary bug that was mis-optimising Vec::retain
John Hodge
1
-0
/
+14
2019-05-05
MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptr
John Hodge
7
-44
/
+91
2019-05-04
Match Ergonomics - Auto-deref in `ref` patterns to get `&T`
John Hodge
2
-2
/
+9
2019-05-03
Lower MIR - (minor) Replace TU_MATCH with TU_MATCH_HDR
John Hodge
1
-29
/
+26
2019-04-28
MIR Gen - Support `match` in a `match` guard arm
John Hodge
3
-9
/
+51
2019-04-28
MIR Optimise - Fix (and detect) a recursive inline, remove drops of GC'd loca...
John Hodge
1
-2
/
+57
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
7
-11
/
+67
2019-04-21
MIR Lower - Fix wrong type used for validation return type
John Hodge
1
-2
/
+2
2019-03-22
MIR From HIR - TODO for try-catch handling
John Hodge
1
-0
/
+5
2019-03-22
Common - Add another `ord` overload, fix breakage from that
John Hodge
2
-2
/
+2
2019-03-02
Lower MIR - Wildcard pattern handling
John Hodge
1
-21
/
+23
2019-03-02
MIR Gen - Handle extern types in match
John Hodge
1
-15
/
+20
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
2
-0
/
+18
2019-02-03
HIR Expr - Have _StructLiteral take a HIR::Path (to allow associated types to...
John Hodge
1
-15
/
+20
2019-01-20
HIR Misc - Local asserts with patterns
John Hodge
1
-0
/
+2
2019-01-20
MIR Gen - (minor) Commented-out post-gen dump
John Hodge
1
-0
/
+1
2019-01-04
Constant Evaluate - More handling of Defer constants
John Hodge
1
-1
/
+1
[next]