| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | reference: make 'Move and copied types' section more simple | Tshepang Lekhonkhobe | -3/+2 |
| 2015-07-06 | reference: do not display the extra space | Tshepang Lekhonkhobe | -1/+0 |
| 2015-07-06 | FFI panic is UB | Steve Klabnik | -13/+4 |
| 2015-07-06 | Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson | bors | -74/+550 |
| 2015-07-06 | rustc_driver: Print stage info in --version --verbose | Richo Healey | -0/+16 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -25/+92 |
| 2015-07-06 | Auto merge of #26824 - arielb1:fix-26812, r=eddyb | bors | -12/+42 |
| 2015-07-06 | Document _ in bindings | Steve Klabnik | -0/+32 |
| 2015-07-06 | Auto merge of #26822 - tamird:llvm-config, r=alexcrichton | bors | -7/+6 |
| 2015-07-06 | don't use type_parameter_def during astconv | Ariel Ben-Yehuda | -12/+42 |
| 2015-07-06 | Auto merge of #26820 - liigo:patch-2, r=steveklabnik | bors | -0/+11 |
| 2015-07-06 | `llconfig` is `llvm-config` | Tamir Duberstein | -5/+5 |
| 2015-07-06 | Simplify | Tamir Duberstein | -2/+1 |
| 2015-07-06 | typo "struct has is 0-sized" | Oliver Schneider | -1/+1 |
| 2015-07-06 | lower blanket unsafe block to actual cases of unsafe and adjust indents | Oliver Schneider | -310/+284 |
| 2015-07-06 | book: introduce `//!` doc comment in comments section | Liigo Zhuang | -0/+11 |
| 2015-07-06 | Auto merge of #26817 - cmr:vecdeque-docs, r=Gankro | bors | -0/+4 |
| 2015-07-06 | doc: add some array usage examples | Tshepang Lekhonkhobe | -0/+13 |
| 2015-07-05 | rustc_trans: always use normalizing_infer_ctxt. | Eduard Burtescu | -2/+17 |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -19/+57 |
| 2015-07-05 | liblibc: correct Linux ioctl request type | Corey Richardson | -3/+3 |
| 2015-07-05 | Rollup merge of #26808 - tshepang:closures, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2015-07-06 | reference: 'inherits' is more clear than 'implies' | Tshepang Lekhonkhobe | -3/+4 |
| 2015-07-05 | Rollup merge of #26806 - cmr:stabilize-drain, r=Gankro | Steve Klabnik | -14/+14 |
| 2015-07-05 | Rollup merge of #26800 - tshepang:comma, r=Gankro | Steve Klabnik | -1/+1 |
| 2015-07-05 | Rollup merge of #26789 - tshepang:improve-array-examples, r=alexcrichton | Steve Klabnik | -4/+9 |
| 2015-07-05 | Rollup merge of #26464 - Gankro:send, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-07-05 | Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton | bors | -0/+65 |
| 2015-07-05 | Auto merge of #25754 - geofft:remove-compiletest-jit, r=alexcrichton | bors | -11/+4 |
| 2015-07-05 | option: obey idiom of leaving behind a trailing comma in match blocks | Tshepang Lekhonkhobe | -15/+15 |
| 2015-07-05 | collections: vec_deque: add some notes on how to use VecDeque as a queue effe... | Corey Richardson | -0/+4 |
| 2015-07-05 | reference: remove stray comma | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-05 | reference: improve coercions section | Tshepang Lekhonkhobe | -41/+66 |
| 2015-07-05 | Rollup merge of #26795 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-07-05 | reference: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-05 | Rollup merge of #26792 - tshepang:follow-idiom, r=steveklabnik | Steve Klabnik | -4/+2 |
| 2015-07-05 | reference: improve lambda example | Tshepang Lekhonkhobe | -4/+2 |
| 2015-07-05 | Rollup merge of #26791 - tshepang:misc-ref-fixes, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-07-05 | reference: tiny fixes | Tshepang Lekhonkhobe | -2/+2 |
| 2015-07-05 | Rollup merge of #26788 - tshepang:not-exclamation-marks, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-07-05 | Rollup merge of #26787 - tshepang:tuple-usage, r=steveklabnik | Steve Klabnik | -3/+6 |
| 2015-07-05 | Rollup merge of #26785 - tshepang:inference, r=steveklabnik | Steve Klabnik | -12/+21 |
| 2015-07-05 | reference: improve examples of the different array types | Tshepang Lekhonkhobe | -4/+9 |
| 2015-07-05 | reference: that looks like exclamations marks for some fonts | Tshepang Lekhonkhobe | -2/+2 |
| 2015-07-05 | reference: make tuple usage examples more meaningful | Tshepang Lekhonkhobe | -3/+6 |
| 2015-07-05 | reference: improve readability of type inference explanations for float and i... | Tshepang Lekhonkhobe | -12/+21 |
| 2015-07-05 | std: small doc fixes for BufReader and BufWriter | Georg Brandl | -8/+8 |
| 2015-07-05 | collections: vec_deque: rename "ringbuf" to "VecDeque" in doc comments | Corey Richardson | -14/+14 |
| 2015-07-04 | Auto merge of #26776 - bluss:num-inline, r=eddyb | bors | -0/+2 |
| 2015-07-04 | Add missing #[inline] to min_value/max_value on integers | Ulrik Sverdrup | -0/+2 |