summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
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
2014-12-21rollup merge of #19996: th0114nd/boolean-indenAlex Crichton-1/+1
2014-12-19Changed LaTex $\bot$s to ⊥th0114nd-2/+2
2014-12-18Boolean literals are not Number literalsth0114nd-1/+1
2014-12-18Put quotes around "as", because it's a keyword.th0114nd-1/+1
2014-12-15rollup merge of #19763: csouth3/remove-featuregatesBrian Anderson-6/+0
2014-12-15rollup merge of #19746: steveklabnik/gh9266Brian Anderson-3/+3
2014-12-14Update guide/intro to take into account the removal of `proc`.Niko Matsakis-41/+12
2014-12-14auto merge of #19669 : alfie/rust/master, r=sanxiynbors-2/+2
2014-12-12Remove feature gate directives for `if_let`, `while_let`, and `tuple_indexing`.Chase Southwood-6/+0
2014-12-11reference: type definition -> type aliasSteve Klabnik-3/+3
2014-12-09doc: grammar fixAlfie John-2/+2
2014-12-09rollup merge of #19615: steveklabnik/gh19595Alex Crichton-7/+11
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-07Correct the reference with regards to floatsSteve Klabnik-7/+11
2014-12-05Utilize fewer reexportsCorey Farwell-3/+3
2014-11-29Fix typo in reference.mdkulakowski-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-8/+3
2014-11-25auto merge of #19172 : alfie/rust/impl-traitless, r=steveklabnikbors-1/+14