about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-08-03Code cleanup in check_expr.Michael Sullivan-163/+149
2011-08-03Fix typechecking when spawning something type inferred.Michael Sullivan-8/+10
2011-08-03Remove the last remaining xfail-boot directiveBrian Anderson-4/+0
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-334/+0
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-9/+0
2011-08-03parse_crate_from_source_str takes a parse_sess, not codemapBrian Anderson-10/+9
2011-08-03Fix pretty-printer to read from files againBrian Anderson-1/+5
2011-08-03Pretty-print kinds of type paramsBrian Anderson-2/+9
2011-08-03Disambiguate unop statements in pretty-printer. Closes #674Brian Anderson-2/+79
2011-08-03Revert "Handle conditionals on _|_ - typed values correctly"Brian Anderson-15/+0
2011-08-03Make ast::pat_bindings an iteratorMarijn Haverbeke-74/+48
2011-08-02Handle _|_ - typed discriminants in alts correctlyTim Chevalier-1/+16
2011-08-02Handle conditionals on _|_ - typed values correctlyTim Chevalier-0/+15
2011-08-02Make _|_ type binopableTim Chevalier-18/+24
2011-08-02Remove task-comm-chan-chan testBrian Anderson-53/+0
2011-08-02Enable more tests that pretty-print correctly nowBrian Anderson-3/+0
2011-08-02Pretty-print fn constraints more correctishBrian Anderson-8/+27
2011-08-02Un-xfail run-pass/claim-nontermBrian Anderson-2/+0
2011-08-02Un-xfail run-fail/fn-constraint-claimBrian Anderson-2/+0
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-8/+23
2011-08-02 In trans, don't assume both sides of a binop have the same typeTim Chevalier-18/+49
2011-08-02Refactor: a backwarding vtable can only have one kind of method.Lindsey Kuper-18/+7
2011-08-02Comment tweaks and re-flows.Lindsey Kuper-30/+24
2011-08-02Consolidate environment building/loading between closure types.Michael Sullivan-153/+102
2011-08-02Track the node_id of the function in trans_common::fn_ctxt.Michael Sullivan-31/+25
2011-08-02Use GEPi a bunch.Michael Sullivan-28/+14
2011-08-02Fix majority of valgrind-purity bugs observed in a rustc run (LLVM still appe...Graydon Hoare-2/+2
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-71/+99
2011-08-02Include benchmarks in pretty-print testsBrian Anderson-2/+6
2011-08-02Register new snapshotsBrian Anderson-0/+5
2011-08-02Use or-patterns in trans::trans_compare, eliminating a FIXMETim Chevalier-14/+7
2011-08-02Use ioivec::read_whole_file_str in a few placesBrian Anderson-16/+8
2011-08-02Add ioivec::read_whole_file/read_whole_file_strBrian Anderson-0/+12
2011-08-02Typecheck pretty-printing test results as libraries. Issue #789Brian Anderson-1/+1
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-6/+67
2011-08-02Pretty-print test the rfail tests. Issue #789Brian Anderson-0/+2
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-2/+19
2011-08-02Remove test/run-pass/simple-qsortBrian Anderson-23/+0
2011-08-02Display the name of the test being waited for before the result is inBrian Anderson-1/+5
2011-08-02Add xfail-pretty test directive. Issue #789Brian Anderson-3/+9
2011-08-02Use color to report the final test result, even when running in parallelBrian Anderson-2/+3
2011-08-02Run pretty-printed sources through the compiler again for sanityBrian Anderson-4/+10
2011-08-02Implement test that pretty-printed code converges. Issue #789Brian Anderson-10/+101
2011-08-02Remove unused procsrv::clone function from compiletestBrian Anderson-7/+0
2011-08-02Fix comment typo in compiletestBrian Anderson-1/+1
2011-08-02Pretty-print tests only run on .rs files. Issue #789Brian Anderson-5/+22
2011-08-02Introduce pretty-print testing mode to compiletest. Issue #789Brian Anderson-2/+19
2011-08-02Replace an open-coded conversion with ivec::from_vecBrian Anderson-6/+1
2011-08-02Move compiletest modules into separate filesBrian Anderson-587/+617
2011-08-02Add a --no-trans command line optionBrian Anderson-5/+16