summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-04All - Compile and run fixes in MSVCJohn Hodge (bugs)10-23/+85
2017-05-14Visual Studio compile fixesJohn Hodge (bugs)6-20/+42
2017-05-14Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)14-70/+101
2017-05-14Makefile - Fix test rules (for travis-ci)John Hodge1-1/+3
2017-05-14Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn 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-13Parse - Remove TOK_MACROJohn Hodge10-63/+89
2017-05-13Trans Codegen - Fill item path when monomorphisingJohn Hodge2-5/+8
2017-05-13MIR Optimise - Fix incorrect optimisation of function returnJohn Hodge1-1/+1
2017-05-12Update readme with recent progressJohn Hodge1-20/+17
2017-05-12Travis CI - Enable all tests, remove rustc (requires a newer cmake)John Hodge1-2/+3
2017-05-12Misc dotfilesJohn Hodge2-0/+3
2017-05-12Notes - Add some random notesJohn Hodge3-0/+86
2017-05-12MIR Check - (minor) Note to check for leaks on assignmentJohn Hodge1-0/+3
2017-05-12Add makefile to build libstd using built rustcJohn Hodge1-0/+31
2017-05-12MIR From HIR - Fix scoping of temporaries in loopsJohn Hodge1-1/+3
2017-05-12MIR - Fixed optimisation and scopring issuesJohn Hodge7-74/+203
2017-05-11Makefile - Updated failing test listJohn Hodge1-2/+4
2017-05-08MIR Gen - Fix incorrect scoping of temporaries in expression part of a blockJohn Hodge3-36/+182
2017-05-07HIR - Replace m_yeilds_final_value with a nodeJohn Hodge11-147/+172
2017-05-07Main - Load test crate when compiling a testJohn Hodge1-0/+4
2017-05-07Tests - add a small set of tests that cover places rustc's don'tJohn Hodge3-2/+41
2017-05-07Makefile - Updated failing test listJohn Hodge1-33/+38
2017-05-07Typecheck Expressions - Fix a few inferrence problemsJohn Hodge2-16/+24
2017-05-06Typecheck Expressions - Fix broken associated type unsizeJohn Hodge3-57/+74
2017-05-06MIR Gen - Fix incorrect scoping of for loop valuesJohn Hodge1-0/+4
2017-05-05MIR Gen - HACK: Don't check for Unsize implJohn Hodge2-2/+4
2017-05-05Expand - Scoping of macros defined in functionsJohn Hodge2-1/+14
2017-05-05Trans - Fix broken code from bad mergeJohn Hodge1-2/+2
2017-05-05Codegen C - volatile_load/storeJohn Hodge1-0/+7
2017-05-05Trans Monomorph - asm!John Hodge1-3/+15
2017-05-05HIR Typecheck Static - Search bounds on trait for associated type boundsJohn Hodge1-4/+34
2017-05-05HIR Typecheck Expr - Fuzzy match ivars in OIBIT checkingJohn Hodge1-1/+1
2017-05-05HIR Typecheck - Refactor of Unsize handlingJohn Hodge7-131/+315
2017-05-01Expand #[test] - Fill list after cfg() handlingJohn Hodge1-1/+1
2017-05-01Expand - Seach anon modules for macrosJohn Hodge1-0/+8
2017-05-01Tests - Update disabled listJohn Hodge1-9/+11
2017-05-01HIR - Rough support for enum variant values (trans only, no consteval)John Hodge4-30/+98
2017-04-30Update readmeJohn Hodge1-4/+5
2017-04-30Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-3/+3
2017-04-30HIR Expand - Fix typo in UFCS EverythingJohn Hodge1-1/+1
2017-04-30MIR Gen Match - Fix Grouped match generatorJohn Hodge1-101/+133
2017-04-29rust src patch - Disable added instrinsic when not building with mrustcJohn Hodge1-1/+2
2017-04-29Merge pull request #19 from oli-obk/patch-1John Hodge (Mutabah)1-3/+3
Correctly indent lists for github to pick it up
2017-04-29Add a custom intrinsic to reduce cost of [T]::lenJohn Hodge4-7/+36
2017-04-29Trans Codegen - Remove unneeded todoJohn Hodge1-1/+0
2017-04-29Trans - Better needs_drop intrinsicJohn Hodge3-4/+152
2017-04-29MIR Optimise - Disable some dumpingJohn Hodge1-2/+2
2017-04-29Expand - Support multiple statements out of macro expansionsJohn Hodge1-27/+93
2017-04-28MIR Gen - Reset all drop flags to defaults after useJohn Hodge2-1/+16
2017-04-28Main - Support running full check before optimisationJohn Hodge1-1/+6