summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-02rt: Remove bitrotted testsBrian Anderson-303/+0
2012-02-02rt: Generate intrinsicsBrian Anderson-71/+85
2012-02-02rt: Fix intrinsics bustageBrian Anderson-1/+2
2012-02-02Update libuv.Graydon Hoare-144/+127
2012-02-02Win32 warning police.Graydon Hoare-115/+116
2012-02-02Add test case for issue #1733Marijn Haverbeke-0/+2
2012-02-02Fix assumption in mut.rs that op overloading breaksMarijn Haverbeke-4/+1
2012-02-01rustdoc: Add support for type itemsBrian Anderson-13/+258
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-28/+28
2012-02-01Make the tests work, tooKevin Cantu-3/+9
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-86/+39
2012-02-01Stop exporting str::slice and str::safe_slice (use unsafe instead)Kevin Cantu-2/+2
2012-02-01Propagating unsafe::slice 4Kevin Cantu-16/+16
2012-02-01Propagating unsafe::slice 3Kevin Cantu-11/+12
2012-02-01Propagating unsafe::slice 2Kevin Cantu-14/+14
2012-02-01Propagating unsafe::slice 1Kevin Cantu-10/+12
2012-02-01Make it work 1Kevin Cantu-6/+8
2012-02-01Copy str::slice -> str::unsafe::slice (and unsafe_slice)Kevin Cantu-3/+46
2012-02-01Actually export the str::unsafe module for nowKevin Cantu-1/+3
2012-02-01register new snapshot, revert USE_SNAPSHOT_RUNTIME settingNiko Matsakis-0/+7
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-597/+582
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-582/+597
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-597/+582
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