about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-04-14docs: track newly introduced unstable featureEvgeny Safronov-0/+7
2017-04-13Update various bookshelf repositories.steveklabnik-0/+0
2017-04-13Rename compiler_barrier to compiler_fenceJon Gjengset-11/+11
2017-04-13Address the PR reviewalexey zabelin-2/+1
2017-04-13Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichtonbors-0/+8
2017-04-12Fix old docsalexey zabelin-0/+8
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-0/+8
2017-04-12Add global_asm testsA.J. Gardner-1/+1
2017-04-12Update unstable book with global_asm featureA.J. Gardner-0/+81
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-0/+1
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-0/+9
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+62
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-0/+9
2017-04-09Fix test failuresSimonas Kazlauskas-0/+1
2017-04-09Auto merge of #41095 - clarcharr:as_extras, r=alexcrichtonbors-0/+9
2017-04-08Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichtonbors-0/+107
2017-04-08this code block is text not Rust codeJorge Aparicio-1/+1
2017-04-08Address @parched's commentsJon Gjengset-8/+3
2017-04-08Rollup merge of #41135 - japaric:unstable-docs, r=steveklabnikTim Neumann-4/+123
2017-04-07Add as_c_str.Clar Charr-0/+9
2017-04-07hack: add a linker_flavor feature gateJorge Aparicio-1/+1
2017-04-07add some documentation to the unstable bookJorge Aparicio-0/+62
2017-04-07change the format of the linked issue numberJorge Aparicio-2/+3
2017-04-07Mention interrupts and green threadsJon Gjengset-1/+6
2017-04-07rustdoc needs space after # to ignoreJon Gjengset-6/+6
2017-04-07document some existing unstable featuresJorge Aparicio-4/+122
2017-04-07Auto merge of #39987 - japaric:used, r=arielb1bors-0/+154
2017-04-06Correct book examples for hardware re-orderingJon Gjengset-54/+62
2017-04-06ignore the .init_array doctestJorge Aparicio-1/+1
2017-04-06add link to issue number, ignore snippet that requires custom linkingJorge Aparicio-2/+3
2017-04-06Point to tracking issue, not PRJon Gjengset-2/+2
2017-04-06Add unstable book entryJon Gjengset-0/+99
2017-04-06add documentation to the unstable bookJorge Aparicio-0/+153
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-0/+11
2017-04-05Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichtonAriel Ben-Yehuda-0/+8
2017-04-05Add tracking issue for offset_toAmanieu d'Antras-2/+2
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+11
2017-04-03Add ptr::offset_toAmanieu d'Antras-0/+8
2017-04-01rustc: Stabilize the `#![windows_subsystem]` attributeAlex Crichton-11/+0
2017-03-31Rollup merge of #40925 - DaseinPhaos:patch-5, r=steveklabnikCorey Farwell-0/+2
2017-03-31Sync all unstable features with Unstable Book; add tidy lint.Corey Farwell-16/+16
2017-03-30Add missing link in unstable-bookLuxko-0/+2
2017-03-29Rollup merge of #40901 - MaloJaffre:fix-double-redirect, r=steveklabnikCorey Farwell-1/+1
2017-03-29Avoid linking to a moved page in rust.htmlMalo Jaffré-1/+1
2017-03-29Rollup merge of #40786 - frewsxcv:unstable-book-remaining-features, r=stevekl...Corey Farwell-22/+876
2017-03-29Add all unstable features to Unstable Book.Corey Farwell-22/+876
2017-03-27Update various book modulessteveklabnik-0/+0
2017-03-25Rollup merge of #40740 - shepmaster:inclusive-range-unstable-doc, r=steveklabnikCorey Farwell-0/+10
2017-03-22Rollup merge of #40732 - petrochenkov:booktidy, r=steveklabnikCorey Farwell-0/+0
2017-03-22Basic documentation for inclusive range syntaxJake Goulding-0/+10