summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-09-25Demode Num trait and implsTim Chevalier-49/+49
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-2/+18
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-7/+22
2012-09-25core: Mark more mods as demodedBrian Anderson-0/+12
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-18/+2
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-2/+18
2012-09-24libcore: Fix 32 bit Rust task structure offsets for unwindingPatrick Walton-3/+32
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-824/+0
2012-09-23Fix more windows breakageBrian Anderson-2/+2
2012-09-23core: Fix some option-demode fallout on windowsBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-60/+72
2012-09-23core: Un-legacy-export stackwalk, cmathBrian Anderson-40/+28
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-33/+36
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-158/+140
2012-09-21Revert "core: De-export at_vec and extfmt"Brian Anderson-73/+80
2012-09-21core: De-export at_vec and extfmtBrian Anderson-80/+73
2012-09-21libcore: De-mode strPatrick Walton-81/+98
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-46/+347
2012-09-20core: Mark gc and stackwalk as demodedBrian Anderson-0/+8
2012-09-20core: Mark three more trivial mods as demodedBrian Anderson-0/+12
2012-09-20core: Indicate that flate is demodedBrian Anderson-0/+4
2012-09-20core: Demode sysBrian Anderson-4/+8
2012-09-20core: Minor doc tweakageBrian Anderson-10/+6
2012-09-20libcore: Fix level-of-indirection problem in str::buf_as_slicePatrick Walton-1/+1
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-12/+30
2012-09-20Make + mode by-value if the type is immediate, by-ref otherwiseNiko Matsakis-0/+9
2012-09-20rustc: Fix buf_as_slice exportPatrick Walton-1/+1
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