summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02Codegen C - Return value from mainJohn Hodge1-2/+2
2017-06-02Tweaks to handling of struct patternsJohn Hodge3-16/+41
2017-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge12-69/+96
2017-05-28HIR - (minir) Fix debug output of patternsJohn Hodge1-4/+4
2017-05-28Typecheck Expressions - Fix some places where ivars don't have indexesJohn Hodge3-9/+15
2017-05-26Typecheck Expr - Fix a place where literals can become trait objectsJohn Hodge2-13/+24
2017-05-26HIR Typecheck - Handle struct syntax for unit structsJohn Hodge3-2/+37
2017-05-26Makefile - Remove commented-out disabled testsJohn Hodge1-3/+2
2017-05-26Codegen C - Handle signed bswapJohn Hodge2-11/+12
2017-05-24Enable optimisationJohn Hodge2-0/+2
2017-05-24run_rust - Tweak makefileJohn Hodge1-19/+35
2017-05-19Makefile - Tweaking test listJohn Hodge1-4/+3
2017-05-18Makefile - Updated test listJohn Hodge1-17/+16
2017-05-16HIR Typecheck - TweaksJohn Hodge1-2/+3
2017-05-15MIR Gen - Handle drop_in_place being a lang itemJohn Hodge1-4/+17
2017-05-15expand/lang - Lang items in later versions of rustcJohn Hodge1-0/+2
2017-05-15MIR Gen - Don't emit drop for union valuesJohn Hodge1-0/+7
2017-05-15HIR Typecheck - Fix greedily picking the most specific impl when typecheckingJohn Hodge1-4/+4
2017-05-15Travis CI - Don't run full test suiteJohn Hodge1-1/+1
2017-05-15HIR Typecheck - Handling of implicit Sized bound when searching forJohn Hodge3-18/+88
impls
2017-05-15MIR - Handle Union field accessJohn Hodge2-56/+97
2017-05-15Parse - Handle `Struct { var }` initialisationJohn Hodge1-3/+12
2017-05-15Codegen C - Fix some edge cases with floats, add newer intrinsicsJohn Hodge1-2/+20
2017-05-15HIR Impl Specialisation - Handling of TraitObjectJohn Hodge1-3/+30
2017-05-14Lex - Handle i128/u128 literalsJohn Hodge1-0/+2
2017-05-14HIR Typecheck - Fix (hopefully) typeck errors in new libcollectionsJohn Hodge2-20/+173
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