summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-08-09Implement sync::rwlock::write_cond (and task::rekillable)Ben Blum-19/+74
2012-08-09Convert sync to the new struct syntaxBen Blum-50/+51
2012-08-09rustc: Initialize the drop flag with the new struct literal syntax. Closes #3...Patrick Walton-0/+14
2012-08-09libstd: Implement cells as a nicer replacement for the option dancePatrick Walton-0/+42
2012-08-09Make rwlocks fail-proofBen Blum-50/+106
2012-08-09de-mode-ify infer and some parts of typeckNiko Matsakis-137/+164
2012-08-09sync: Add rwlocks (half-done) and test casesBen Blum-18/+177
2012-08-09vim: hilight 'self' as a constant instead of a keywordBen Blum-1/+3
2012-08-09Change coherence error 'implement a trait instead' -> 'implement a trait or n...Ben Blum-1/+8
2012-08-09Finish translating const indexing. Close #1417, close #570, close #571, close...Graydon Hoare-23/+64
2012-08-09Enforce a stricter notion of purity when borrowing. Fixes #3162.Niko Matsakis-2/+48