summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-21libsyntax: Fix botched mergePatrick Walton-1/+1
2012-09-21libcore: De-mode strPatrick Walton-159/+182
2012-09-21rust-mode: Add pub and privBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-117/+1164
2012-09-21rustdoc: Add prune_private_pass. Off for nowBrian Anderson-0/+69
2012-09-21rustdoc: CleanupBrian Anderson-98/+120
2012-09-21rustc: Shove the address of the box annihilator into the crate mapPatrick Walton-12/+84
2012-09-21rustc: Remove middle/tstateBrian Anderson-2622/+0
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-106/+106
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-106/+106
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-20syntax: Pass the correct crate_cfg to the syntax expanderBrian Anderson-1/+5
2012-09-20core: Indicate that flate is demodedBrian Anderson-0/+4
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-46/+47
2012-09-20rustdoc: Support the --help optionBrian Anderson-1/+1
2012-09-20core: Demode sysBrian Anderson-6/+10
2012-09-20core: Minor doc tweakageBrian Anderson-10/+6
2012-09-20rustdoc: Also don't print struct attributesBrian Anderson-5/+15
2012-09-20libcore: Fix level-of-indirection problem in str::buf_as_slicePatrick Walton-1/+1
2012-09-20rustdoc: Don't print struct drop blocksBrian Anderson-0/+28
2012-09-20remove cfg(stage0) version of Eq, not needed for testsNiko Matsakis-22/+0
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-14/+32
2012-09-20fix long linesNiko Matsakis-4/+5
2012-09-20Make + mode by-value if the type is immediate, by-ref otherwiseNiko Matsakis-92/+199
2012-09-20Fix ord test breakage.Graydon Hoare-3/+3
2012-09-20Remove export_map from resolve, just use export_map2.Graydon Hoare-79/+21
2012-09-20rustc: Fix buf_as_slice exportPatrick Walton-1/+1
2012-09-20libcore: Make BytesWriters not require shared boxes.Patrick Walton-5/+13
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-247/+3967
2012-09-19Remove old stage0 compat gunkBrian Anderson-22/+0
2012-09-19std: Demode testBrian Anderson-25/+28
2012-09-19std: Mostly demode net::tcpBrian Anderson-30/+30
2012-09-19std: Demode uv::global_loopBrian Anderson-0/+3
2012-09-19std: Demode uv::iotaskBrian Anderson-3/+6
2012-09-19std: Partially demode uv::llBrian Anderson-10/+10
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