summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Remove `--transform`equal-l21-1/+2
2017-09-03Makefile - Some more depsJohn Hodge1-1/+18
2017-09-03Makefile - Dependency for rustc_metadataJohn Hodge1-2/+5
2017-08-24Makefile - load miniz_sysJohn Hodge1-1/+3
2017-08-21Makefile - Add library directoryJohn Hodge1-0/+1
2017-08-20Makefile - Update rules a littleJohn Hodge1-5/+11
2017-08-18Makefile - Add use_std flag for liblogJohn Hodge1-0/+1
2017-07-17Makefile - Updates to allow compilation of rustc (incomplete)John Hodge1-6/+14
2017-07-16Makefile - Tiny fixesJohn Hodge1-0/+7
2017-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge1-1/+3
2017-07-06Makefile - (minor) allow adding mrustc flagsJohn Hodge1-2/+3
2017-07-02Makefile - Remove a test that covers a condition mrust considers an errorJohn Hodge1-0/+2
2017-06-22Codegen C - First pass at structured C output (generated, but not compiled)John Hodge1-1/+2
2017-06-18Makefile - Slight update to test listJohn Hodge1-4/+2
2017-06-15Codegen C - Fix float precision, disable test broken by fixed precisionJohn Hodge1-0/+1
2017-06-04Makefile - Update failing tests list for extended typeckJohn Hodge1-0/+4
2017-06-03Makefile - Disable a test that now fails (due to extra checks)John Hodge1-0/+1
2017-06-03Makefile - Ensure $(RUST_FLAGS) is used everywhereJohn Hodge1-7/+7
2017-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge1-1/+1
2017-05-28Typecheck Expressions - Fix some places where ivars don't have indexesJohn Hodge1-8/+3
2017-05-26Typecheck Expr - Fix a place where literals can become trait objectsJohn Hodge1-4/+2
2017-05-26Makefile - Remove commented-out disabled testsJohn Hodge1-3/+2
2017-05-26Codegen C - Handle signed bswapJohn Hodge1-10/+5
2017-05-24Enable optimisationJohn Hodge1-0/+1
2017-05-19Makefile - Tweaking test listJohn Hodge1-4/+3
2017-05-18Makefile - Updated test listJohn Hodge1-17/+16
2017-05-14Makefile - Fix test rules (for travis-ci)John Hodge1-1/+3
2017-05-11Makefile - Updated failing test listJohn Hodge1-2/+4
2017-05-07Tests - add a small set of tests that cover places rustc's don'tJohn Hodge1-2/+2
2017-05-07Makefile - Updated failing test listJohn Hodge1-33/+38
2017-05-05MIR Gen - HACK: Don't check for Unsize implJohn Hodge1-0/+1
2017-05-01Tests - Update disabled listJohn Hodge1-9/+11
2017-04-29Add a custom intrinsic to reduce cost of [T]::lenJohn Hodge1-1/+2
2017-04-16Makefile - Add support for library testsJohn Hodge1-4/+9
2017-04-13Expand - Tweaks to test harnessJohn Hodge1-1/+14
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge1-0/+1
2017-04-13MIR Gen - Do value raising for deref operator overloadsJohn Hodge1-1/+2
2017-04-08Makefile - Update disabled test list for new match codeJohn Hodge1-11/+7
2017-03-26Makefile - Triage pass on tests againJohn Hodge1-38/+34
2017-03-25Makefile - Partial re-audit of tests and reorganisationJohn Hodge1-89/+91
2017-03-20Makefile - Annotations on more failing testsJohn Hodge1-52/+50
2017-03-19Makefile - Enable some now-passing testsJohn Hodge1-6/+3
2017-03-19Makefile - Cleanup of disabled test listJohn Hodge1-13/+25
2017-03-19Makefile - Add union tests (most of which fail)John Hodge1-1/+15
2017-03-19Makefile - run-pass test triage doneJohn Hodge1-6/+171
2017-03-18Makefile - More triaged testsJohn Hodge1-4/+95
2017-03-12Makefile - Curated list of tests (disabling known-failing ones)John Hodge1-3/+168
2017-03-11Makefile - Add targetJohn Hodge1-0/+1
2017-03-04MIR - Add a (disabled) full value state validatorJohn Hodge1-1/+2
2017-02-26Main - Add support for -g optionJohn Hodge1-8/+13