summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-03-16core: Resolve and remove some FIXMEsBrian Anderson-10/+1
2012-03-16core: Remove str::init_eltBrian Anderson-15/+4
2012-03-16Classes WIPTim Chevalier-116/+381
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-6/+20
2012-03-16rustdoc: Allow elipses to appear in brief descriptions. Closes #2003Brian Anderson-5/+62
2012-03-16allow binding of fn~, make result fn@. fixes 1899.Niko Matsakis-24/+8
2012-03-16core: Add lots of string docsBrian Anderson-32/+247
2012-03-16rustc: Give a better error message when references involving the caller regio...Patrick Walton-1/+13
2012-03-16core: Remove extra backslashes from docsBrian Anderson-3/+3
2012-03-16rustdoc: Escape backslashesBrian Anderson-1/+21
2012-03-16core: Doc cleanupBrian Anderson-4/+4
2012-03-16core: Escape some characters in commentsBrian Anderson-4/+4
2012-03-16std: Add a a hashmap_from_vecs functionErick Tryzelaar-4/+52
2012-03-16std: Add a function to iterate over a subset of a vecErick Tryzelaar-3/+19
2012-03-16Add loop to the vim keyword list.Erick Tryzelaar-1/+1
2012-03-16Check kind bounds when calling methodsMarijn Haverbeke-13/+43
2012-03-16Forbid boxed ifaces with self types or generic methods in bounded paramsMarijn Haverbeke-19/+39
2012-03-16Register new snapshotMarijn Haverbeke-0/+8
2012-03-16Remove shared tydescsMarijn Haverbeke-157/+17
2012-03-16Support binding of methods off boxed iface valuesMarijn Haverbeke-12/+29
2012-03-16Register new snapshotsMarijn Haverbeke-0/+8
2012-03-15Comments only: associate core::libc FIXMEs with issue numbersTim Chevalier-0/+2
2012-03-15Comments only: associate core::iter FIXMEs with issue numbersTim Chevalier-0/+3
2012-03-15Comments only: issue numbers for FIXMEsTim Chevalier-9/+13
2012-03-15Put the OS error in the error string in io::mk_file_writer()Tim Chevalier-4/+2
2012-03-15rustc: Describe why regions failed to unify as part of the type error messagePatrick Walton-16/+26
2012-03-15rustc: Fix the AST map to actually map blocks. Also improve region error mess...Patrick Walton-10/+22
2012-03-15core: DocsBrian Anderson-12/+71
2012-03-15Comments only: associate FIXMEs with issue numbers in int libraryTim Chevalier-0/+2
2012-03-15rustc: Index blocksPatrick Walton-1/+8
2012-03-15Comments only: associate FIXMEs in float libs with issue numbersTim Chevalier-9/+18
2012-03-15test: Add a test case for self regions and typeclass implementationsPatrick Walton-0/+11
2012-03-15Address FIXMEs in extfmt / add issue numbersTim Chevalier-29/+35
2012-03-15Change ctypes::intptr_t to intTim Chevalier-2/+2
2012-03-15Improve error message for passing mutable argument by referenceTim Chevalier-1/+1
2012-03-15Associate FIXME with an issue in compiletest.rsTim Chevalier-2/+2
2012-03-15cargo FIXMEsTim Chevalier-20/+32
2012-03-15rustc: Instantiate self regions in implsPatrick Walton-17/+22
2012-03-15core: Optimize str::unsafe::slice_bytes. Closes #1995Brian Anderson-1/+10
2012-03-15rustc: Have the typechecker pick up the resolved self regionPatrick Walton-2/+2
2012-03-16Remove dynastack support from runtimeMarijn Haverbeke-367/+0
2012-03-16Get rid of rust_crate_cache in the runtimeMarijn Haverbeke-232/+0
2012-03-15rustc: Create self region bindings, and forbid the self region from being use...Patrick Walton-16/+57
2012-03-15core: Optimize str::bytesBrian Anderson-1/+5
2012-03-15Don't pass Unicode to char::is_upperTim Chevalier-4/+3
2012-03-15Add asserts to char::is_upper and char::is_lowerTim Chevalier-4/+8
2012-03-15Use str::is_whitespace instead of dup'd is_whitespace functionTim Chevalier-7/+1
2012-03-15Associate FIXMEs with issue numbers (comments only)Tim Chevalier-4/+10
2012-03-15register new snapshotsNiko Matsakis-0/+8
2012-03-15kill old serialization codeNiko Matsakis-9844/+0