summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-31Change option::t to optionTim Chevalier-365/+362
2012-01-31Re-implementing str::to_upper and str::to_lower using str::mapKevin Cantu-16/+11
2012-01-31Add str::split_chars_iter and str::splitn_chars_iterKevin Cantu-5/+59
2012-01-31Rename str::iter_chars -> str::chars_iterKevin Cantu-35/+6
2012-01-31Rename str::to_chars -> str::charsKevin Cantu-8/+15
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-37/+11
2012-01-31Comment fixes in strKevin Cantu-17/+11
2012-01-31Rename str::from_byte(s) to str::unsafe::from_byte(s),Kevin Cantu-42/+47
2012-01-31Merge pull request #1713 from killerswan/manpgGraydon Hoare-35/+44
2012-01-31Merge branch 'master' of github.com:mozilla/rustGraydon Hoare-16/+4
2012-01-31Don't compute pre- and postconditions for item_constsTim Chevalier-16/+4
2012-01-31Remove NSIS package, obsolete (and hazardous).Graydon Hoare-396/+0
2012-01-31Require alts to be exhaustiveTim Chevalier-367/+766
2012-01-31Move walk_ty to stack closureMarijn Haverbeke-56/+32
2012-01-31Don't consider references to nullary tag variants lvals in kind.rsMarijn Haverbeke-1/+16
2012-01-30core: Add ctypes::c_charBrian Anderson-1/+4
2012-01-30rustdoc: Reenable a working testBrian Anderson-4/+2
2012-01-30rustdoc: Add some rustdocsBrian Anderson-0/+2
2012-01-30rustdoc: Add ifaces to demo moduleBrian Anderson-0/+69
2012-01-30rustdoc: Write markdown for ifacesBrian Anderson-6/+120
2012-01-30rustdoc: Apply generic string ops to ifacesBrian Anderson-3/+100
2012-01-30rustdoc: Promote iface descriptions to brief descriptionsBrian Anderson-1/+44
2012-01-30rustdoc: Prune undocumented ifacesBrian Anderson-19/+124
2012-01-30rustdoc: Add iface attribute docs to the doc treeBrian Anderson-24/+106
2012-01-30rustdoc: Add attribute parsing for ifaces and methodsBrian Anderson-3/+20
2012-01-30rustdoc: Add iface method type info to the doc treeBrian Anderson-11/+185
2012-01-30rustdoc: Add a test that unexported ifaces are prunedBrian Anderson-0/+9
2012-01-30rustdoc: Extract iface doc nodes from the ASTBrian Anderson-0/+56
2012-01-30rustdoc: Add definition of iface docsBrian Anderson-5/+50
2012-01-30Updating the manpage and usage messageKevin Cantu-35/+44
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-123/+124
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-8/+38
2012-01-30Remove ternary operatorPaul Woolcock-75/+5
2012-01-30Fix last failing testPaul Woolcock-1/+9
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-68/+183
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-52/+3
2012-01-30Substitute type parameters more eagerlyMarijn Haverbeke-304/+201
2012-01-30Revert self typesMarijn Haverbeke-97/+60
2012-01-30Remove trailing whitespace in debuginfo.rsMarijn Haverbeke-1/+1
2012-01-30Only build debuginfo blocks for blocks that appear in the program textMarijn Haverbeke-81/+104
2012-01-29rustc: Add a missing llvm linkage typeBrian Anderson-0/+1
2012-01-29rustc: Add some missing llvm defs. Fix commentsBrian Anderson-3/+5
2012-01-29rt: Remove set_min_stackBrian Anderson-33/+1
2012-01-29core: Remove sys::set_min_stackBrian Anderson-21/+0
2012-01-29rt: Make the initial segment of the main task's stack 1MBBrian Anderson-10/+24
2012-01-29rustdoc: Sort the items so modules are printed lastBrian Anderson-9/+81
2012-01-29rustdoc: Add a sorting passBrian Anderson-0/+70
2012-01-29rustdoc: Extract method to get item namesBrian Anderson-9/+14
2012-01-29rustdoc: Fix typo in attr_passBrian Anderson-1/+1
2012-01-29rustdoc: Move mod docs into the item tagBrian Anderson-126/+63