summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-19Temporarily ignoring tests that can go into infinite loops.Eric Holk-0/+2
2012-06-19Updating kind rules to make sure we don't sneakily send ports.Eric Holk-1/+12
2012-06-19Enable integer literal suffix inference.Lindsey Kuper-6/+23
2012-06-19Fix incorrect fn name in debug statementLindsey Kuper-1/+1
2012-06-19Add `i` suffix to cfail test so it works after suffix inferenceLindsey Kuper-2/+2
2012-06-19Don't create a new inference context for checking pattern ranges.Lindsey Kuper-3/+28
2012-06-19Union-find `rank` optimization for infer.Lindsey Kuper-23/+78
2012-06-19Add a `node` type in place of hand-rolled records in inferLindsey Kuper-27/+66
2012-06-19Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-2/+2
2012-06-19rustc: Add a temporary option to not link to the runtimeBrian Anderson-4/+10
2012-06-19Fixed a compile error in runtime.Eric Holk-1/+2
2012-06-19first steps to autoderef on method callsNiko Matsakis-118/+198
2012-06-19random forgotten test caseNiko Matsakis-0/+8
2012-06-19Reference fixes.Eric Holk-4/+7
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-16/+74
2012-06-19Adding a lock/condition variable to libcore.Eric Holk-0/+155
2012-06-19Another benchmarkEric Holk-0/+74
2012-06-18Fix a failing test.Michael Sullivan-2/+2
2012-06-18document liveness a bit betterNiko Matsakis-2/+60
2012-06-18Add 'do' expressionsBrian Anderson-8/+91
2012-06-18Avoid extra get_current_task()s in many upcalls (performance)Ben Blum-44/+71
2012-06-18Fix generation of str/@. Closes #2638.Michael Sullivan-4/+9
2012-06-18Use unboxed vecs for string shape glue.Michael Sullivan-12/+5
2012-06-18Put type descriptors in strings created by the runtime. Progress on #2638.Michael Sullivan-3/+50
2012-06-18Some cleanup in the runtime.Michael Sullivan-8/+9
2012-06-18std: Use the singular 'test' when running just 1. Closes #2554Brian Anderson-1/+2
2012-06-18Remove FIXME from run-pass/basic.rs. Closes #2600Brian Anderson-1/+0
2012-06-18Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-11/+11
2012-06-18Minor infer/typeck cleanupsLindsey Kuper-12/+9
2012-06-18core: Don't require copyable options where possible. Closes #2636Brian Anderson-9/+10
2012-06-18Remove test that depends on rustcTim Chevalier-5/+0
2012-06-17Undo workaround for #2633 since it is fixed.Niko Matsakis-5/+1
2012-06-17Issue #2633: remove last_use entries that are subject to a loanNiko Matsakis-4/+38
2012-06-16Revert "Adding a lock/condition variable to libcore."Tim Chevalier-154/+0
2012-06-16Re-fix whitespaceTim Chevalier-1/+1
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-74/+16
2012-06-16Revert "Reference and whitespace fixes."Tim Chevalier-8/+5
2012-06-16Comments onlyTim Chevalier-0/+4
2012-06-16Make move_val take its first argument by copyTim Chevalier-1/+1
2012-06-15Reference and whitespace fixes.Eric Holk-5/+8
2012-06-15Fixed a bug in extfmt where it couldn't parse unicode in format strings.Eric Holk-2/+3
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-16/+74
2012-06-15Adding a lock/condition variable to libcore.Eric Holk-0/+154
2012-06-15id_visitor should handle expr_index and expr_assign_op as well.Eric Holk-2/+3
2012-06-15Remove some dead code from rust_shapeMichael Sullivan-7/+3
2012-06-15Add test for #2633. Xfailed.Tim Chevalier-0/+18
2012-06-15Fix copying of fixed length vectors. Closes #2630.Michael Sullivan-2/+11
2012-06-15Make fixed length vecs implicitly copyable. Clean up some other kind code. Cl...Michael Sullivan-24/+18
2012-06-15Make the shape interpreter actually advance past fixed length vectors. Closes...Michael Sullivan-0/+8
2012-06-15Test case for #2631Tim Chevalier-0/+32