about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-01Remove remaining references to option::t outside option itselfTim Chevalier-12/+12
2012-02-01rt: Don't access fields on null supervisor taskBrian Anderson-2/+2
2012-02-01rt: Fix lock_held_by_current_threadBrian Anderson-8/+12
2012-02-01rt: Remove unused variable from lock_and_signalBrian Anderson-5/+1
2012-02-01rt: Remove calls to signal the kernel lockBrian Anderson-3/+0
2012-02-01rt: Remove rust_timer. UnusedBrian Anderson-118/+0
2012-02-01core: Ignore should_fail tests on win32Brian Anderson-0/+3
2012-02-01Make vec::pop efficientMarijn Haverbeke-13/+4
2012-02-01Remove support for native typesMarijn Haverbeke-124/+17
2012-02-01Remove native types from stdlibMarijn Haverbeke-101/+87
2012-02-01Get rid of native types in LLVM moduleMarijn Haverbeke-268/+250
2012-01-31rustdoc: Split the pruning of undocumented branches into two passesBrian Anderson-104/+187
2012-01-31Merge branch 'master' into register-snapshotsTim Chevalier-544/+1018
2012-01-31rustdoc: Add impl docs to demo modBrian Anderson-0/+11
2012-01-31rustdoc: Write markdown for implsBrian Anderson-1/+96
2012-01-31register snapshotsTim Chevalier-0/+7
2012-01-31rustdoc: Apply string ops to impl docsBrian Anderson-18/+81
2012-01-31rustdoc: Promote impl descriptions to brief descriptionsBrian Anderson-1/+38
2012-01-31rustdoc: Prune undocumented implsBrian Anderson-18/+88
2012-01-31rustdoc: Refactor testsBrian Anderson-530/+246
2012-01-31rustdoc: Pull impl docs out of attributesBrian Anderson-5/+67
2012-01-31rustdoc: Gather types of implsBrian Anderson-25/+161
2012-01-31rustdoc: Rename impldoc.for_ty to self_tyBrian Anderson-2/+2
2012-01-31rustdoc: Prune unexported implsBrian Anderson-1/+10
2012-01-31rustdoc: Extract impl doc nodes from ASTBrian Anderson-0/+66
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-5/+43
2012-01-31add iter library in preliminary form (limited syntactic support)Niko Matsakis-2/+173
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