| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | Document the size of bool | Simon Sapin | -0/+1 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -133/+884 |
| 2017-11-21 | Auto merge of #45545 - durka:macro-backtrace, r=nrc | bors | -58/+211 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -14/+345 |
| 2017-11-20 | Auto merge of #46130 - kennytm:rollup, r=kennytm | bors | -49/+114 |
| 2017-11-21 | Rollup merge of #46128 - Coding-Doctors:patch-1, r=dtolnay | kennytm | -1/+1 |
| 2017-11-21 | Rollup merge of #46124 - rkruppe:no-llvm_unreachable, r=arielb1 | kennytm | -30/+37 |
| 2017-11-21 | Rollup merge of #46122 - malbarbo:docs, r=steveklabnik | kennytm | -7/+9 |
| 2017-11-21 | Rollup merge of #46121 - malbarbo:rc_arc_pointer, r=dtolnay | kennytm | -2/+2 |
| 2017-11-21 | Rollup merge of #46119 - ritiek:master, r=arielb1 | kennytm | -1/+1 |
| 2017-11-21 | Rollup merge of #46107 - nyanzebra:develop, r=kennytm | kennytm | -1/+1 |
| 2017-11-21 | Rollup merge of #46092 - sfackler:ppid, r=alexcrichton | kennytm | -0/+14 |
| 2017-11-21 | Rollup merge of #46088 - vitiral:read_doc, r=steveklabnik | kennytm | -7/+27 |
| 2017-11-21 | Rollup merge of #46082 - Enet4:mutex_from, r=sfackler | kennytm | -0/+22 |
| 2017-11-20 | Fix result for assert_eq | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-20 | Fix doc tests for trim_right_matches | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-20 | address review comments | Alex Burka | -82/+109 |
| 2017-11-20 | Clippy is broken | Taylor Cramer | -1/+1 |
| 2017-11-20 | Print the address of the pointed value in Pointer impl for Rc and Arc | Marco A L Barbosa | -2/+2 |
| 2017-11-20 | Auto merge of #46110 - steveklabnik:update-books, r=steveklabnik | bors | -1/+1 |
| 2017-11-20 | [rustllvm] Use report_fatal_error over llvm_unreachable | Robin Kruppe | -30/+37 |
| 2017-11-20 | Fix some docs summary nits | Marco A L Barbosa | -7/+9 |
| 2017-11-20 | Fix typo in MRI "cannot move out of borrowed content" | Ritiek Malhotra | -1/+1 |
| 2017-11-20 | Auto merge of #45645 - fhartwig:39550, r=QuietMisdreavus | bors | -13/+14 |
| 2017-11-20 | Update books for next release | steveklabnik | -1/+1 |
| 2017-11-20 | Auto merge of #45998 - ollie27:doc_book_css, r=steveklabnik | bors | -16/+11 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -440/+3636 |
| 2017-11-20 | Auto merge of #45819 - Havvy:cell, r=aturon | bors | -13/+38 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -440/+3636 |
| 2017-11-20 | Auto merge of #46068 - wesleywiser:incr_duplicate_read_stats, r=michaelwoerister | bors | -0/+18 |
| 2017-11-19 | Fixes spelling error in COMPILER_TESTS.md | Robert T Baldwin | -1/+1 |
| 2017-11-20 | tidy 😡 | Alex Burka | -2/+5 |
| 2017-11-20 | break rustfmt | Alex Burka | -1/+1 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -13/+14 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -63/+83 |
| 2017-11-19 | update UI tests | Alex Burka | -29/+29 |
| 2017-11-19 | add UI test | Alex Burka | -3/+72 |
| 2017-11-19 | show macro backtrace with env var | Alex Burka | -13/+47 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -5603/+4965 |
| 2017-11-19 | Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa... | Eduard-Mihai Burtescu | -4/+9 |
| 2017-11-19 | Add process::parent_id | Steven Fackler | -0/+14 |
| 2017-11-19 | rustc_trans: remove primitive_align optimization. | Eduard-Mihai Burtescu | -55/+14 |
| 2017-11-19 | Remove some trailing whitespace. | Michael Woerister | -1/+1 |
| 2017-11-19 | Fix tidy line-length issue. | Michael Woerister | -1/+2 |
| 2017-11-19 | rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug. | Eduard-Mihai Burtescu | -4/+6 |
| 2017-11-19 | Auto merge of #46074 - scottmcm:unspecialize-nth, r=bluss | bors | -26/+6 |
| 2017-11-19 | cargotest: temporarily use eddyb/servo to include servo/servo#19285. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-11-19 | Don't glob-import overlapping variant names in test/codegen/match-optimizes-a... | Eduard-Mihai Burtescu | -11/+9 |
| 2017-11-19 | Auto merge of #46064 - Keruspe:master, r=sfackler | bors | -11/+11 |
| 2017-11-19 | Auto merge of #46048 - cramertj:update-libc-2, r=alexcrichton | bors | -0/+0 |