about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-09-22tutorial: Simplify the first example. MiscBrian Anderson-20/+21
2012-09-22tutorial: Clean up literal sectionBrian Anderson-20/+16
2012-09-22tutorial: Don't iloop in exampleBrian Anderson-1/+1
2012-09-22tutorial: Merge sections 'Types' and 'Using types'Brian Anderson-22/+6
2012-09-22tutorial: Convert the type list to a more compact tableBrian Anderson-52/+37
2012-09-22tutorial: More intro simplificationBrian Anderson-121/+166
2012-09-22tutorial: Make the intro more conciseBrian Anderson-60/+33
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-251/+237
2012-09-22tutorial: Use bold bullet items instead of bold italicBrian Anderson-6/+6
2012-09-21Remove bogus commentBrian Anderson-1/+0
2012-09-21Add tests for out-of-stack box leak #2555Brian Anderson-0/+25
2012-09-21rustc: Make x-ray resolution work with non-legacy-exportsBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-427/+408
2012-09-21rustdoc: Fix exports for new regimeBrian Anderson-1/+3
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-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-120/+1174
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-20Merge pull request #3545 from fsouza/incomingBrian Anderson-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-247/+3967
2012-09-20configure: support clang 4.1 (provided by XCode 4.5)Francisco Souza-1/+1
2012-09-20correct grammar name for again_exprNiko Matsakis-1/+1
2012-09-20doc: s/again/loopNiko Matsakis-4/+4