about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-04rustdoc: tweak highlightingAdrien Tétar-12/+12
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-3/+3
2014-02-28Add `time` crate to index, expand docs of `test`.Huon Wilson-1/+2
2014-02-27auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichtonbors-6/+17
2014-02-27Minor modifications to Axel's tutorial improvements (see also #12472).Felix S. Klock II-4/+6
2014-02-27Documentation : Tutorial improvement...Axel Viala-5/+14
2014-02-27Replaced @List with ~List in Rust's recursive exampleBruno de Oliveira Abinader-2/+2
2014-02-26tutorial: Missing tildes around .notrust blockJohannes Löthberg-2/+2
2014-02-25auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelixbors-4/+4
2014-02-25auto merge of #12539 : gmjosack/rust/master, r=alexcrichtonbors-1/+0
2014-02-25tutorial: clearer explanation of freezing.Jag Talon-4/+4
2014-02-25auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichtonbors-0/+1
2014-02-25Remove references to guide-conditionsGary M. Josack-1/+0
2014-02-24Add link to libtest in doc indexKevin Ballard-0/+1
2014-02-24Tutorial: Add std::num::sqrt to the example.Jag Talon-1/+1
2014-02-24Move extra::json to libserializeAlex Crichton-6/+6
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-23Merge remote-tracking branch 'tbu/pr_doc_smallfix'Brian Anderson-1/+1
2014-02-23Merge remote-tracking branch 'kud1ing/patch-1'Brian Anderson-1/+1
2014-02-23Tutorial: fix typokud1ing-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-8/+8
2014-02-23Fix C function FFI example in the Rust cheatsheetTobias Bucher-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-3/+4
2014-02-21auto merge of #12411 : Arcterus/rust/time, r=alexcrichtonbors-3/+3
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-4/+5
2014-02-21auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichtonbors-21/+14
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-4/+5
2014-02-21Move time out of extra (cc #8784)Arcterus-3/+3
2014-02-21insignificant fix to rust manual and tutorialLiigo Zhuang-21/+14
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-39/+39
2014-02-20auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichtonbors-0/+26
2014-02-20move extra::test to libtestLiigo Zhuang-9/+10
2014-02-19auto merge of #12367 : darnuria/rust/tutorial_removing_do_syntax, r=cmrbors-39/+18
2014-02-18Removing '15.3 Do syntax' in tutorial.Axel Viala-39/+18
2014-02-18auto merge of #12342 : ehsanul/rust/remove-shared-chan-tasks-guide, r=alexcri...bors-11/+7
2014-02-17Added more scripts to tidy checkDerek Guenther-2/+54
2014-02-17Update tasks guide: SharedChan as been removedEhsanul Hoque-11/+7
2014-02-16doc: Reorganize the library indexBrian Anderson-11/+8
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-20/+12
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-162/+162
2014-02-15auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonwbors-5/+5
2014-02-15std: clean up ptr a bitCorey Richardson-5/+5
2014-02-14Remove broken link to old conditions tutorialSteven Fackler-2/+0
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-20/+12
2014-02-14extern mod => extern crateAlex Crichton-162/+162
2014-02-14tutorial: stronger wording in build instructionsCorey Richardson-2/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+1
2014-02-13Add documentation for conditional-compilationTobias Bucher-10/+74
2014-02-13auto merge of #12210 : zr40/rust/patch-1, r=cmrbors-3/+3