index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-05-15
MIR - Handle Union field access
John Hodge
2
-56
/
+97
2017-05-15
Parse - Handle `Struct { var }` initialisation
John Hodge
1
-3
/
+12
2017-05-15
Codegen C - Fix some edge cases with floats, add newer intrinsics
John Hodge
1
-2
/
+20
2017-05-15
HIR Impl Specialisation - Handling of TraitObject
John Hodge
1
-3
/
+30
2017-05-14
Lex - Handle i128/u128 literals
John Hodge
1
-0
/
+2
2017-05-14
HIR Typecheck - Fix (hopefully) typeck errors in new libcollections
John Hodge
2
-20
/
+173
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
4
-20
/
+6
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
13
-69
/
+98
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
59
-3131
/
+7538
# Conflicts: # src/common.hpp # src/hir/deserialise.cpp # src/hir_typeck/static.cpp # src/mir/from_hir.cpp # src/mir/from_hir.hpp # src/mir/from_hir_match.cpp # src/mir/helpers.hpp # src/mir/mir_builder.cpp
2017-05-13
Parse - Remove TOK_MACRO
John Hodge
10
-63
/
+89
2017-05-13
Trans Codegen - Fill item path when monomorphising
John Hodge
2
-5
/
+8
2017-05-13
MIR Optimise - Fix incorrect optimisation of function return
John Hodge
1
-1
/
+1
2017-05-12
MIR Check - (minor) Note to check for leaks on assignment
John Hodge
1
-0
/
+3
2017-05-12
MIR From HIR - Fix scoping of temporaries in loops
John Hodge
1
-1
/
+3
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
7
-74
/
+203
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
3
-36
/
+182
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
11
-147
/
+172
2017-05-07
Main - Load test crate when compiling a test
John Hodge
1
-0
/
+4
2017-05-07
Typecheck Expressions - Fix a few inferrence problems
John Hodge
2
-16
/
+24
2017-05-06
Typecheck Expressions - Fix broken associated type unsize
John Hodge
3
-57
/
+74
2017-05-06
MIR Gen - Fix incorrect scoping of for loop values
John Hodge
1
-0
/
+4
2017-05-05
MIR Gen - HACK: Don't check for Unsize impl
John Hodge
1
-2
/
+3
2017-05-05
Expand - Scoping of macros defined in functions
John Hodge
2
-1
/
+14
2017-05-05
Trans - Fix broken code from bad merge
John Hodge
1
-2
/
+2
2017-05-05
Codegen C - volatile_load/store
John Hodge
1
-0
/
+7
2017-05-05
Trans Monomorph - asm!
John Hodge
1
-3
/
+15
2017-05-05
HIR Typecheck Static - Search bounds on trait for associated type bounds
John Hodge
1
-4
/
+34
2017-05-05
HIR Typecheck Expr - Fuzzy match ivars in OIBIT checking
John Hodge
1
-1
/
+1
2017-05-05
HIR Typecheck - Refactor of Unsize handling
John Hodge
7
-131
/
+315
2017-05-01
Expand #[test] - Fill list after cfg() handling
John Hodge
1
-1
/
+1
2017-05-01
Expand - Seach anon modules for macros
John Hodge
1
-0
/
+8
2017-05-01
HIR - Rough support for enum variant values (trans only, no consteval)
John Hodge
4
-30
/
+98
2017-04-30
HIR Expand - Fix typo in UFCS Everything
John Hodge
1
-1
/
+1
2017-04-30
MIR Gen Match - Fix Grouped match generator
John Hodge
1
-101
/
+133
2017-04-29
Add a custom intrinsic to reduce cost of [T]::len
John Hodge
2
-6
/
+9
2017-04-29
Trans Codegen - Remove unneeded todo
John Hodge
1
-1
/
+0
2017-04-29
Trans - Better needs_drop intrinsic
John Hodge
3
-4
/
+152
2017-04-29
MIR Optimise - Disable some dumping
John Hodge
1
-2
/
+2
2017-04-29
Expand - Support multiple statements out of macro expansions
John Hodge
1
-27
/
+93
2017-04-28
MIR Gen - Reset all drop flags to defaults after use
John Hodge
2
-1
/
+16
2017-04-28
Main - Support running full check before optimisation
John Hodge
1
-1
/
+6
2017-04-28
MIR Check Full - Print the cause of invalidity
John Hodge
3
-2
/
+142
2017-04-28
MIR Helpers - Move visit_mir_lvalue* to somewhere common
John Hodge
2
-9
/
+25
2017-04-28
Main - Allow env var enabling of full MIR check
John Hodge
1
-1
/
+4
2017-04-28
MIR Gen - MakeDst moves both values
John Hodge
1
-1
/
+1
2017-04-28
MIR Helpers - Minor fix to lifetime calculation
John Hodge
1
-0
/
+11
2017-04-28
MIR Helpers - Fill bitmap after a read of a borrowed value
John Hodge
1
-0
/
+8
2017-04-28
MIR Optimise - Fix mis-optimisation in const propagation
John Hodge
1
-22
/
+95
2017-04-27
MIR Helpers - Refactor lifetime calculations to be less expensive
John Hodge
1
-155
/
+112
2017-04-25
MIR Helpers - Continual fiddling to improve lifetime determining speed
John Hodge
1
-11
/
+36
[prev]
[next]