about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-02-03Fix byte_len in char_len_range to be what it is advertised.Kevin Atkinson-3/+3
2012-02-03core: rename str::lteq to str::leTom Lee-7/+7
2012-02-03Remove experimental GC codeMarijn Haverbeke-10/+0
2012-02-02rt: Remove task pinning. Does nothingBrian Anderson-19/+0
2012-02-02rt: Rename task_sleep intrinsic to task_yield. Remove usec paramBrian Anderson-24/+6
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-17/+17
2012-02-01Make the tests work, tooKevin Cantu-3/+9
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-60/+12
2012-02-01Stop exporting str::slice and str::safe_slice (use unsafe instead)Kevin Cantu-2/+2
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-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-2/+0
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-0/+2
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-2/+0
2012-02-01Remove remaining references to option::t outside option itselfTim Chevalier-12/+12
2012-02-01core: Ignore should_fail tests on win32Brian Anderson-0/+3
2012-02-01Make vec::pop efficientMarijn Haverbeke-13/+4
2012-02-01Remove native types from stdlibMarijn Haverbeke-12/+6
2012-01-31add iter library in preliminary form (limited syntactic support)Niko Matsakis-2/+173
2012-01-31Change option::t to optionTim Chevalier-2/+2
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-6/+13
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-33/+7
2012-01-31Comment fixes in strKevin Cantu-17/+11
2012-01-31Rename str::from_byte(s) to str::unsafe::from_byte(s),Kevin Cantu-41/+46
2012-01-30core: Add ctypes::c_charBrian Anderson-1/+4
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-4/+4
2012-01-29core: Remove sys::set_min_stackBrian Anderson-17/+0
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-26/+52
2012-01-27Allow moving out of mutable unsafe pointersMarijn Haverbeke-0/+8
2012-01-26core: Long linesBrian Anderson-2/+4
2012-01-26rustdocs for f32.rs and f64.rsRoland Tanglao-245/+134
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-1/+6
2012-01-25Change FIXME comments in strKevin Cantu-2/+2
2012-01-25Making str::from_cstr UTF-8 safeKevin Cantu-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-2/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-0/+1
2012-01-24Replace uses of str::unsafe_from_byteKevin Cantu-3/+3
2012-01-24Changed type of str::from_bytes and added str::from_byteKevin Cantu-18/+43
2012-01-24Reorganizing str.rs to group and document strings better (no functional chang...Kevin Cantu-676/+837
2012-01-24core: Document the log levelsBrian Anderson-0/+5
2012-01-23Add export{} syntax to encapsulate things that should be abstractTim Chevalier-3/+3
2012-01-23s/fn&/fn/Kevin Cantu-8/+8
2012-01-23Added str::from_bytes (which is UTF-8 safe)Kevin Cantu-0/+31
2012-01-23improved test case for str::anyKevin Cantu-1/+1
2012-01-23Added str::lines_iterKevin Cantu-3/+27
2012-01-23fixing indentationKevin Cantu-29/+29