index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
10
-23
/
+85
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
6
-20
/
+42
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
14
-70
/
+101
2017-05-14
Makefile - Fix test rules (for travis-ci)
John Hodge
1
-1
/
+3
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
73
-3189
/
+8276
# 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
Update readme with recent progress
John Hodge
1
-20
/
+17
2017-05-12
Travis CI - Enable all tests, remove rustc (requires a newer cmake)
John Hodge
1
-2
/
+3
2017-05-12
Misc dotfiles
John Hodge
2
-0
/
+3
2017-05-12
Notes - Add some random notes
John Hodge
3
-0
/
+86
2017-05-12
MIR Check - (minor) Note to check for leaks on assignment
John Hodge
1
-0
/
+3
2017-05-12
Add makefile to build libstd using built rustc
John Hodge
1
-0
/
+31
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-11
Makefile - Updated failing test list
John Hodge
1
-2
/
+4
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
Tests - add a small set of tests that cover places rustc's don't
John Hodge
3
-2
/
+41
2017-05-07
Makefile - Updated failing test list
John Hodge
1
-33
/
+38
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
2
-2
/
+4
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
Tests - Update disabled list
John Hodge
1
-9
/
+11
2017-05-01
HIR - Rough support for enum variant values (trans only, no consteval)
John Hodge
4
-30
/
+98
2017-04-30
Update readme
John Hodge
1
-4
/
+5
2017-04-30
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-3
/
+3
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
rust src patch - Disable added instrinsic when not building with mrustc
John Hodge
1
-1
/
+2
2017-04-29
Merge pull request #19 from oli-obk/patch-1
John Hodge (Mutabah)
1
-3
/
+3
Correctly indent lists for github to pick it up
2017-04-29
Add a custom intrinsic to reduce cost of [T]::len
John Hodge
4
-7
/
+36
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
[next]