| Age | Commit message (Expand) | Author | Lines |
| 2014-11-20 | doc: adding example for type definitions | Alfie John | -1/+6 |
| 2014-11-20 | auto merge of #19105 : alfie/rust/master, r=thestinger | bors | -9/+8 |
| 2014-11-19 | rollup merge of #19107: cakebaker/change_an_box_to_a_box | Jakub Bukaj | -5/+5 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -23/+20 |
| 2014-11-19 | rollup merge of #19072: cakebaker/add_missing_dot | Jakub Bukaj | -1/+1 |
| 2014-11-19 | Reference: Change "an box" to "a box" | Daniel Hofstetter | -5/+5 |
| 2014-11-20 | Update documentation for literal suffixes. | Huon Wilson | -23/+20 |
| 2014-11-19 | doc: clarifying unsafe code vs undefined behavior | Alfie John | -9/+8 |
| 2014-11-19 | clearly define `int` and `uint` to fix unsoundness | Daniel Micay | -11/+8 |
| 2014-11-18 | Update test for equivalency to include region binders in object types, add ne... | Niko Matsakis | -6/+2 |
| 2014-11-18 | Place parenthetical notation under the `unboxed_closure` feature-gate. | Niko Matsakis | -4/+0 |
| 2014-11-18 | Reference: Add missing third dot of range | Daniel Hofstetter | -1/+1 |
| 2014-11-18 | rollup merge of #19026: alfie/doc-fixes | Jakub Bukaj | -5/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -17/+17 |
| 2014-11-17 | doc: extend a893397 to make whole document consistent | Alfie John | -5/+5 |
| 2014-11-16 | auto merge of #18995 : alfie/rust/comment-docs, r=aturon | bors | -1/+1 |
| 2014-11-16 | Update the reference | Jakub Bukaj | -4/+8 |
| 2014-11-16 | rollup merge of #18989: alex/fix-typos | Jakub Bukaj | -6/+6 |
| 2014-11-16 | doc: make end comment consistent with start comment | Alfie John | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+1 |
| 2014-11-15 | Fixed several typos | Alex Gaynor | -6/+6 |
| 2014-11-13 | Reference: Fix list in Expressions section | Daniel Hofstetter | -3/+4 |
| 2014-11-06 | rollup merge of #18373 : steveklabnik/gh18288 | Alex Crichton | -2/+4 |
| 2014-11-06 | expand description of the link attribute | Steve Klabnik | -2/+4 |
| 2014-11-03 | rollup merge of #18572 : cakebaker/small_doc_changes | Alex Crichton | -4/+4 |
| 2014-11-03 | rollup merge of #18522 : jbcrail/rename-missing-doc-attribute | Alex Crichton | -8/+8 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -8/+8 |
| 2014-11-03 | Small doc fixes | Daniel Hofstetter | -4/+4 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -8/+8 |
| 2014-11-01 | Replace deprecated missing_doc attribute. | Joseph Crail | -8/+8 |
| 2014-11-01 | Reference: Add missing of's | Daniel Hofstetter | -3/+3 |
| 2014-10-31 | auto merge of #18459 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+5 |
| 2014-10-30 | rollup merge of #18408 : thestinger/unsafe | Alex Crichton | -2/+5 |
| 2014-10-30 | auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichton | bors | -0/+1 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -22/+22 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -22/+22 |
| 2014-10-28 | reference: document unwinding unsafety issues | Daniel Micay | -0/+3 |
| 2014-10-28 | reference: slices are now regular types | Daniel Micay | -1/+1 |
| 2014-10-28 | reference: note the existence of UnsafeCell | Daniel Micay | -1/+1 |
| 2014-10-28 | update keyword list | Steve Klabnik | -18/+19 |
| 2014-10-28 | Describe doc attribute in the reference | Steve Klabnik | -0/+1 |
| 2014-10-17 | auto merge of #18052 : IvanUkhov/rust/raw-byte-string-literals, r=aturon | bors | -1/+1 |
| 2014-10-16 | librustc: Remove trans::reflect and the opaque and ty_visitor lang items. | Luqman Aden | -4/+0 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+1 |
| 2014-10-15 | Fix the description of raw byte string literals | Ivan Ukhov | -1/+1 |
| 2014-10-13 | rollup merge of #17968 : nodakai/really-fix-kw-table | Alex Crichton | -17/+1 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -0/+14 |
| 2014-10-13 | auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichton | bors | -8/+10 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -8/+10 |
| 2014-10-12 | Fix HTML version of the keyword table. | NODA, Kai | -17/+1 |