about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-13Got the select macro working.Eric Holk-36/+38
2012-08-13Comments describing the packet structures for pipes.Eric Holk-16/+30
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-14/+14
2012-08-13rustc: Make functional record and struct update use ".." instead of "with".Patrick Walton-7/+21
2012-08-13xfail-fast run-pass/trait-to-strBrian Anderson-0/+2
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-149/+364
2012-08-13rustc: Enum idents are not in the value namespace. Closes #3186Brian Anderson-2/+9
2012-08-13core: Export to_str trait from top level. Closes #3175Brian Anderson-0/+8
2012-08-13Add more rwlock testsBen Blum-16/+92
2012-08-13Implement rwlock.downgrade and testsBen Blum-36/+202
2012-08-13Add ptr::ref_eq()Ben Blum-2/+8
2012-08-13minor fix to rwlock.read()Ben Blum-1/+2
2012-08-13core: Export f32::ge(), f64::ge(), and float::ge()Chris Peterson-4/+4
2012-08-13add UrlMax Penet-1/+3
2012-08-13proper package footerMax Penet-1/+1
2012-08-13initial stab at making rust-mode elpa friendlyMax Penet-6/+21
2012-08-13Add xfail'd test for default methods.Lindsey Kuper-0/+20
2012-08-13Default methods get through compilation, but not linkage (cc: #2794).Lindsey Kuper-2/+28
2012-08-13Change "iid" identifiers (apparently "interface id") to "trait_id"Lindsey Kuper-12/+13
2012-08-13Fix method mode parsing bug. Closes #3191.Michael Sullivan-1/+0
2012-08-12std: Add tests for cell. Fix a logic errorBrian Anderson-4/+32
2012-08-12std: Add cell to the std crate and make it buildBrian Anderson-4/+5
2012-08-11correct glb computation, improve region error msgsNiko Matsakis-33/+97
2012-08-11infer: better names, docsNiko Matsakis-40/+122
2012-08-11switch over some newtyped enums to structsNiko Matsakis-15/+18
2012-08-11rename var_bindings to be less crypticNiko Matsakis-43/+58
2012-08-11Merge pull request #3185 from megakorre/masterBrian Anderson-2/+2
2012-08-12removed a comma from the keyword list to getPatrik Kårlin-2/+2
2012-08-11syntax: better formatting of closures in pretty printer and more verbose debu...Daniel Patterson-21/+72
2012-08-11std: Update timespec comments to say "nanoseconds"Chris Peterson-2/+2
2012-08-10Xfail-fast, because these tests use failureEric Holk-0/+4
2012-08-10Remove printEric Holk-1/+0
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+6
2012-08-10Handle failure during select nicely. Fixes #3176Eric Holk-3/+30
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-237/+114
2012-08-10Add a can't-nest-rw-arcs test case (xfailed, #3177)Ben Blum-0/+9
2012-08-10Implement mutex_arc and rw_arc; add some testsBen Blum-0/+274
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-272/+319
2012-08-10Terminate blocked receive packets on failure. Fixes #3168.Eric Holk-0/+36
2012-08-10rustc: Make function types have vstores in themPatrick Walton-114/+237
2012-08-10correct x86_64 snapshot hash for linuxNiko Matsakis-1/+1
2012-08-10register new snapshotsNiko Matsakis-0/+8
2012-08-10Remove unneeded imports now that #1873 seems to be fixedLindsey Kuper-2/+0
2012-08-10Move a comment to where it belongs.Lindsey Kuper-1/+2
2012-08-10A better HTML parser.Eric Holk-43/+66
2012-08-10report local ambiguity errors earlierEric Holk-6/+9
2012-08-10An attempt at a macro to support HTML literalsEric Holk-0/+68
2012-08-10Change 'ret' to 'return' in an error messageBrian Anderson-1/+6
2012-08-10rustc: Allow @fn to be used as a synonym for fn@, and likewise with ~ and &Patrick Walton-5/+29
2012-08-10remove modes from ty.rsNiko Matsakis-141/+159