about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
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-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
2014-11-22auto merge of #19136 : alfie/rust/master, r=steveklabnikbors-1/+6
2014-11-21doc: adding example for implementations without traitsAlfie John-1/+14
2014-11-21auto merge of #18967 : aturon/rust/remove-runtime, r=alexcrichtonbors-4/+4
2014-11-20Fallout from libgreen and libnative removalAaron Turon-4/+4
2014-11-20Add examples for all literal types in reference grouped togethermdinger-0/+60
2014-11-20doc: adding example for type definitionsAlfie John-1/+6
2014-11-20auto merge of #19105 : alfie/rust/master, r=thestingerbors-9/+8
2014-11-19rollup merge of #19107: cakebaker/change_an_box_to_a_boxJakub Bukaj-5/+5
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-23/+20
2014-11-19rollup merge of #19072: cakebaker/add_missing_dotJakub Bukaj-1/+1
2014-11-19Reference: Change "an box" to "a box"Daniel Hofstetter-5/+5
2014-11-20Update documentation for literal suffixes.Huon Wilson-23/+20
2014-11-19doc: clarifying unsafe code vs undefined behaviorAlfie John-9/+8
2014-11-19clearly define `int` and `uint` to fix unsoundnessDaniel Micay-11/+8
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-6/+2
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-4/+0
2014-11-18Reference: Add missing third dot of rangeDaniel Hofstetter-1/+1
2014-11-18rollup merge of #19026: alfie/doc-fixesJakub Bukaj-5/+5