about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-19rustdoc: Find doc(hidden) even when there are multiple doc attrsBrian Anderson-10/+23
2012-09-19rustdoc: Fix spelling in testsBrian Anderson-2/+2
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-351/+372
2012-09-19std: Demode bitvBrian Anderson-1/+4
2012-09-19std: Demode arenaBrian Anderson-3/+6
2012-09-19repair broken map test; it seems that the original test relied on hokeyNiko Matsakis-3/+0
2012-09-19core: More doc cleanupBrian Anderson-10/+10
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-456/+483
2012-09-19std: Clean up crate descriptionBrian Anderson-1/+9
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-114/+27
2012-09-19rustdoc: Hide impl __extensions__ name in indexBrian Anderson-1/+1
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-219/+155
2012-09-19Remove unused hokey-hashes from typeck and region inference.Graydon Hoare-119/+1
2012-09-19Remove hokey-hashes from metadata indexes.Graydon Hoare-18/+10
2012-09-19rustdoc: Begin support for structsBrian Anderson-20/+159
2012-09-19rustdoc: Fix some script-mangled identsBrian Anderson-53/+53
2012-09-19xfail-fast another legacy_mode testBrian Anderson-0/+1
2012-09-19V2: now with more locks!Philipp Brüschweiler-33/+43
2012-09-19core: Allocate threads on demand, not on scheduler startupPhilipp Brüschweiler-48/+102
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-2/+44
2012-09-19De-export core::commGraydon Hoare-19/+10
2012-09-19libsyntax: Remove the restricted keyword conceptBrian Anderson-58/+4
2012-09-19libsyntax: Move 'unsafe' to the strict keywords listBrian Anderson-2/+1
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-721/+518
2012-09-19libcore: unsafe mod renamed to castErick Tryzelaar-4/+4
2012-09-19use && for fn() even in legacy mode to work around mem leakNiko Matsakis-2/+12
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-564/+600
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-600/+564
2012-09-18cargo: Fix copiesBrian Anderson-32/+34
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-218/+218
2012-09-18Tweak graph500-bfs so it pretty-printsBrian Anderson-2/+2
2012-09-18Fix some broken testsBrian Anderson-2/+2
2012-09-18Fix run-pass-fulldeps/qquote.rsBrian Anderson-1/+1
2012-09-18rustdoc: Camel caseBrian Anderson-931/+929
2012-09-18Revert "change relative priority of auto-slice and auto-ptr"Graydon Hoare-2/+2
2012-09-18Treat static slices and rptrs as sendable.Graydon Hoare-1/+11
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-40/+179
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-427/+426
2012-09-18change relative priority of auto-slice and auto-ptrNiko Matsakis-2/+2
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-136/+129
2012-09-18Change 'must' to 'should' in non_camel_case_types messageBrian Anderson-8/+9
2012-09-18Consolidate tests for non_camel_case_typesBrian Anderson-33/+24