about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-07That awkward moment when you forget to add your final changesTim Chevalier-2/+3
2012-05-07Add another test case for #2288Tim Chevalier-0/+99
2012-05-07Add xfailed test case for #2354Tim Chevalier-0/+18
2012-05-07In resolve, visit the path in an iface refTim Chevalier-12/+109
2012-05-07Comment only: add a FIXME on int::absTim Chevalier-0/+1
2012-05-07rt: Start tasks, ports and scheds at 1, assert when we see 0. Closes #2321Brian Anderson-3/+5
2012-05-07Clarify docs for path::normalize. Closes #2362Brian Anderson-1/+9
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-123/+259
2012-05-06Merge pull request #2336 from tychosci/vim-syntaxPatrick Walton-19/+38
2012-05-05vim: Fix syntax of number literalsTycho Sci-20/+19
2012-05-05vim: Link rustTodo to Todo for highlightingTycho Sci-0/+1
2012-05-04Add test case that checks that class members must be prefixed with "self"Tim Chevalier-0/+15
2012-05-04new cap clause syntaxNiko Matsakis-357/+444
2012-05-03Turn constants in back::abi into uints, and propagate typesTim Chevalier-199/+184
2012-05-03Comment only: Annotate FIXMEs in std::timeTim Chevalier-1/+2
2012-05-03Fix compiletest::header::iter_header to work with new-style for loopsTim Chevalier-12/+10
2012-05-03Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXMETim Chevalier-3/+1
2012-05-03Comments only: annotate more FIXMEs in libstdTim Chevalier-3/+3
2012-05-03allow enums that ref themselves via unsafe pointersNiko Matsakis-1/+4
2012-05-03core: Add comm::listenBrian Anderson-0/+17
2012-05-03core: Add send/recv/peek methods for both ports and chansBrian Anderson-31/+82
2012-05-03core: Reorder declarations in comm so they read wellBrian Anderson-70/+82
2012-05-03core: Add comm::recv_chan to receive from a channelBrian Anderson-0/+73
2012-05-03Removed unused import of std::dequeTim Chevalier-1/+1
2012-05-03Annotate more FIXMES in libstd (comments only)Tim Chevalier-7/+7
2012-05-03Annotate FIXMEs in std::bitv, and remove a FIXMETim Chevalier-8/+3
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-178/+103
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-103/+178
2012-05-03More shape fixes for evecs.Graydon Hoare-27/+103
2012-05-03Implement better shape code for evec, estr.Graydon Hoare-46/+336
2012-05-03Comments only: annotate remaining FIXMEs in librustsyntaxTim Chevalier-3/+7
2012-05-03Check early on in typeck that types being implemented are actually iface typesTim Chevalier-5/+25
2012-05-03rustc: Fix comment about ABI in trans::nativeBrian Anderson-1/+1
2012-05-03rustc: Link to original Clay x86 classification codeBrian Anderson-0/+3
2012-05-03add forgotten index and fix array typeJyun-Yan You-16/+18
2012-05-03Mention missing constructor when complaining about inexhaustive top-level pat...Marijn Haverbeke-11/+30
2012-05-03vim: Update syntax for number/float literalsTycho Sci-14/+23
2012-05-03vim: Highlight Todo in commentsTycho Sci-2/+4
2012-05-03vim: Highlight identifiersTycho Sci-3/+11
2012-05-02report ambig impl methodsNiko Matsakis-0/+30
2012-05-02remove extra type parameter from ptr::is_null() and friendsNiko Matsakis-2/+11
2012-05-02test: xfail-win32 run-pass/native-structBrian Anderson-0/+1
2012-05-02rustc: Hack around some FFI bustage. Unbreak servoBrian Anderson-0/+35
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-17/+109
2012-05-02Revert "rt: Fix some record alignment issues on windows"Brian Anderson-108/+18
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-18/+108
2012-05-02core: Ignore 2 busticated getenv tests on windowsBrian Anderson-0/+2
2012-05-02xfail-fast class-separate-implTim Chevalier-0/+2
2012-05-02Error message reformatting, close #2309.Graydon Hoare-3/+3
2012-05-02Add test for issue 2287Tim Chevalier-0/+50