about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2015-01-18docs: replace deprecated integer suffixes from examplesAlfie John-28/+28
2015-01-17docs: typoAlfie John-1/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-17Add enum discriminats to the reference.Steve Klabnik-0/+21
2015-01-15rollup merge of #21105: csouth3/kill-box-importAlex Crichton-6/+0
2015-01-15rollup merge of #21014: steveklabnik/gh20876Alex Crichton-9/+2
2015-01-15rollup merge of #20632: gchp/referenceAlex Crichton-4/+4
2015-01-15reference.md: change "mod" to "self" in "use" declaration.NODA, Kai-4/+4
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-1/+1
2015-01-13Remove unneeded box import in examplesChase Southwood-6/+0
2015-01-13Replace usage of deriving with derive in docsGreg Chapple-4/+4
2015-01-12Clean up unary operators in the referenceSteve Klabnik-9/+2
2015-01-11powerpc: Document the existance of powerpcRicho Healey-1/+1
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-0/+7
2015-01-12Merge pull request #20902 from stevencrockett/masterbors-29/+29
2015-01-12docsManish Goregaokar-0/+7
2015-01-10reference: Made a number of small gramatical fixes changes for correctness/co...Steven Crockett-29/+29
2015-01-10Update 7.2.9 Array expressionsArmin Preiml-2/+2
2015-01-08"The Rust Programming Language"Steve Klabnik-11/+12
2015-01-07Test fixes and rebase conflictsAlex Crichton-26/+40
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-4/+3
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-35/+41
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-2/+3
2015-01-05rollup merge of #19998: th0114nd/unicode-bottomAlex Crichton-2/+2
2015-01-05rollup merge of #19235: bjz/referenceAlex Crichton-67/+22
2015-01-05Update docsKeegan McAllister-29/+35
2015-01-05Reserve the keyword 'macro'Keegan McAllister-6/+6
2015-01-05unignore and fix doctests in guide and referenceJorge Aparicio-10/+10
2015-01-05ignore boxed closure doctests in the guide/referenceJorge Aparicio-4/+4
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-2/+3
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-04Update influence listBrendan Zabarauskas-67/+22
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-02rollup merge of #20334: nagisa/ffi-llvmAlex Crichton-0/+3
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-4/+4
2014-12-31Feature gate FFI imports of LLVM intrinsicsSimonas Kazlauskas-2/+5
2014-12-29rollup merge of #20270: bombless/patch-2Alex Crichton-5/+5
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-54/+51
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-28`once` is not keyword nowbombless-5/+5
2014-12-26s/task/thread/gSteve Klabnik-54/+51
2014-12-23Rename include_bin! to include_bytes!Chris Wong-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1