about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-09-20libcore: Make BytesWriters not require shared boxes.Patrick Walton-4/+12
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-73/+911
2012-09-19core: Hide the docs for the private TaskBuilder implBrian Anderson-0/+2
2012-09-19core: Decompose task into more submodulesBrian Anderson-783/+789
2012-09-19core: Cleanup task_local docsBrian Anderson-7/+11
2012-09-19core: Split local_data into local_data/local_data_privBrian Anderson-163/+169
2012-09-19core: Move TLS to task::local_dataBrian Anderson-344/+357
2012-09-19core: More doc cleanupBrian Anderson-10/+10
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-33/+37
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-76/+156
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-93/+24
2012-09-19V2: now with more locks!Philipp Brüschweiler-5/+5
2012-09-19core: Allocate threads on demand, not on scheduler startupPhilipp Brüschweiler-2/+29
2012-09-19De-export core::commGraydon Hoare-19/+10
2012-09-19Export the correct raw module from core::at_vecBrian Anderson-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-422/+160
2012-09-19libcore: unsafe mod renamed to castErick Tryzelaar-4/+4
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-140/+231
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-231/+140
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-140/+140
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-423/+422
2012-09-18Make vec::view a method too.Gareth Daniel Smith-4/+6
2012-09-18libcore: str::unsafe::from_buf_len_nocopy => form_sliceErick Tryzelaar-9/+8
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-38/+37
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-30/+29
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-84/+84
2012-09-18make filetype() include the "." (fixes #3412)Niko Matsakis-8/+32
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-29/+30
2012-09-18core: Rename at_vec::unsafe to rawBrian Anderson-4/+4
2012-09-17libcore: Fix cleanup for i386Patrick Walton-1/+6
2012-09-17add a test and correct terminologyNiko Matsakis-5/+5
2012-09-16libcore: Log newtyped enums correctly. Closes #3506.Patrick Walton-10/+21
2012-09-15Make most send_map functions pureErick Tryzelaar-19/+19
2012-09-15libcore: add find_ref/get_ref to SendMap traitErick Tryzelaar-2/+9
2012-09-15vec::u8 => vec::bytes (#3444)Erick Tryzelaar-6/+6
2012-09-15io::Reader::chars_from_buf => chars_from_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-39/+39
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-7/+7
2012-09-15libcore: fix whitespace in str testErick Tryzelaar-1/+1
2012-09-15libcore: send_map test simplification.Erick Tryzelaar-6/+2
2012-09-14rustc: Back out box annihilatorPatrick Walton-0/+6
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-47/+925
2012-09-14rustc: Call the box annihilator in mainPatrick Walton-2/+1
2012-09-14libcore: Remove the annihilation tests; there's no easy way to make them work.Patrick Walton-54/+6
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-5/+19
2012-09-14libcore: Implement a box annihilator, not called yetPatrick Walton-0/+158
2012-09-14replace with_find_ref() with find_ref(), which is just nicer to useNiko Matsakis-32/+26
2012-09-14libcore: Make enum logging significantly less clownshoes.Patrick Walton-16/+46
2012-09-13Teach path to collapse double-slashes in components. Close #3430.Graydon Hoare-11/+35