about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-06-12auto merge of #14809 : zzmp/rust/patch-2, r=alexcrichtonbors-2/+4
2014-06-12auto merge of #14805 : zzmp/rust/patch-1, r=alexcrichtonbors-1/+1
2014-06-12auto merge of #14800 : reem/rust/patch-1, r=alexcrichtonbors-2/+2
2014-06-11auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichtonbors-1/+1
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-21/+15
2014-06-11sync: Move underneath libstdAlex Crichton-21/+15
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-10Update description to reflect language changesZach Pomerantz-2/+4
2014-06-10Removed doubled wording.Zach Pomerantz-1/+1
2014-06-10Remove outdated info about nested block comments. Fixes #14767Jonathan Reem-2/+2
2014-06-10Fix deprecated use of ~Michael Reinhard-1/+1
2014-06-09Convert libraries to use #[plugin_registrar]Keegan McAllister-3/+2
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-0/+15
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-9/+33
2014-06-06auto merge of #14680 : Kimundi/rust/master, r=brsonbors-18/+18
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-4/+4
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-4/+4
2014-06-05auto merge of #14664 : reem/rust/lifetimes-guide-grammar, r=brsonbors-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-06-05Purged "record" from the manual.Marvin Löbel-18/+18
2014-06-04Fixed weird grammar in lifetimes guide.Jonathan Reem-3/+3
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-1/+0
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-2/+2
2014-06-03auto merge of #14622 : reillywatson/rust/master, r=alexcrichtonbors-1/+1
2014-06-03Doc: grammar fix in intro.mdReilly Watson-1/+1
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-100/+108
2014-06-02doc: Remove use of `pub use` globsklutzy-3/+3
2014-06-02docs: Stop using `notrust`Florian Gilcher-100/+108
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-1/+0
2014-06-01auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfacklerbors-0/+18
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-1/+1
2014-05-31doc: Fix a number of broken linksAlex Crichton-25/+27
2014-06-01doc: add an `.as_slice` example to the cheatsheet.Huon Wilson-0/+18
2014-05-31auto merge of #14567 : cburgdorf/rust/patch-2, r=brsonbors-4/+5
2014-05-31Fix example in lifetime guideChristoph Burgdorf-4/+5
2014-05-31Rename variable in tutorialChristoph Burgdorf-3/+3
2014-05-31auto merge of #14555 : tomjakubowski/rust/fix-snappy-link, r=alexcrichtonbors-2/+2
2014-05-31auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichtonbors-38/+41
2014-05-30Remove deprecated owned vector from tutorial.Jonathan Reem-9/+9
2014-05-30Remove deprecated owned vector from rust.mdJonathan Reem-10/+10
2014-05-30Remove deprecated owned vector from macro guide.Jonathan Reem-1/+1
2014-05-30Remove deprecated owned vector from intro.Jonathan Reem-13/+17
2014-05-30Remove deprecated owned vector from complement cheatsheet.Jonathan Reem-5/+4
2014-05-30Fix outgoing link to snappy in the FFI guideTom Jakubowski-2/+2
2014-05-30auto merge of #14534 : alexcrichton/rust/snapshots, r=sfacklerbors-28/+28
2014-05-30auto merge of #14547 : reem/rust/remove-owned-vec-docs, r=alexcrichtonbors-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-28/+28
2014-05-30Remove deprecated owned vector from iterator example.Jonathan Reem-1/+1
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1