| Age | Commit message (Expand) | Author | Lines |
| 2015-07-07 | Rollup merge of #26742 - GuillaumeGomez:patch-2, r=arielb1 | Steve Klabnik | -3/+80 |
| 2015-07-07 | Not literally all of concurrency is a library | Steve Klabnik | -5/+6 |
| 2015-07-07 | There are four uses of unsafe, actually | Steve Klabnik | -1/+14 |
| 2015-07-07 | Describe lifetime syntax for impl | Steve Klabnik | -0/+29 |
| 2015-07-07 | Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonw | bors | -19/+57 |
| 2015-07-06 | Rollup merge of #26835 - tshepang:copy-or-not, r=steveklabnik | Steve Klabnik | -3/+2 |
| 2015-07-06 | Rollup merge of #26834 - tshepang:space, r=brson | Steve Klabnik | -1/+0 |
| 2015-07-06 | Rollup merge of #26828 - steveklabnik:gh25765, r=bluss | Steve Klabnik | -11/+300 |
| 2015-07-06 | Rollup merge of #26827 - steveklabnik:gh25786, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-07-06 | Rollup merge of #26809 - cmr:libc-ioctl, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-07-06 | Rollup merge of #26807 - eddyb:trans-normalize, r=cmr | Steve Klabnik | -2/+17 |
| 2015-07-06 | Rollup merge of #26761 - steveklabnik:actually_ub, r=alexcrichton | Steve Klabnik | -13/+4 |
| 2015-07-06 | Rollup merge of #26599 - richo:richo-stage-info, r=brson | Steve Klabnik | -0/+14 |
| 2015-07-06 | Significantly improve formatter trait docs | Steve Klabnik | -11/+300 |
| 2015-07-06 | Auto merge of #26757 - oli-obk:style_fixes, r=brson | bors | -310/+284 |
| 2015-07-06 | rustc_driver: Omit stage info for stage2+ | Richo Healey | -5/+3 |
| 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 |