| Age | Commit message (Expand) | Author | Lines |
| 2018-03-20 | Rollup merge of #49139 - sfackler:bufreader-buffer, r=SimonSapin | kennytm | -1/+29 |
| 2018-03-20 | Rollup merge of #49125 - NovemberZulu:master, r=alexcrichton | kennytm | -0/+1 |
| 2018-03-20 | Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkov | kennytm | -10/+21 |
| 2018-03-20 | Rollup merge of #49099 - glandium:master, r=sfackler | kennytm | -17/+15 |
| 2018-03-20 | Rollup merge of #49096 - alanhdu:master, r=alexcrichton | kennytm | -111/+52 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -327/+56 |
| 2018-03-20 | Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha... | kennytm | -1/+6 |
| 2018-03-20 | Rollup merge of #48902 - csmoe:refactor_BorrowckErrors_fn_self, r=nikomatsakis | kennytm | -94/+94 |
| 2018-03-20 | Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebank | kennytm | -46/+205 |
| 2018-03-20 | Rollup merge of #48810 - Phlosioneer:32463-impl-integer-for-wrapping, r=dtolnay | kennytm | -0/+309 |
| 2018-03-20 | Rollup merge of #46518 - partim:asref-borrow-doc, r=dtolnay | kennytm | -15/+149 |
| 2018-03-19 | Auto merge of #49058 - withoutboats:pin, r=cramertj | bors | -4/+222 |
| 2018-03-19 | Okay this is the right way. | boats | -3/+1 |
| 2018-03-19 | Put `#[macro_use] extern crate <crate>` before fn main() in doctests | memoryleak47 | -0/+19 |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+16 |
| 2018-03-19 | Comment out entire test. | boats | -1/+3 |
| 2018-03-19 | Fix automatic urls with backticks | Guillaume Gomez | -10/+28 |
| 2018-03-19 | Single diagnostic for all non-mentioned fields in a pattern | Esteban Küber | -5/+41 |
| 2018-03-19 | Make Atomic doc examples specific to each type | Guillaume Gomez | -364/+401 |
| 2018-03-19 | Ignore properly. | boats | -3/+1 |
| 2018-03-19 | Comment out flakey test. | boats | -0/+4 |
| 2018-03-19 | Merge branch 'update-beta-freebsd' into freebsd-posix-spawn | Bryan Drewery | -32587/+46233 |
| 2018-03-19 | Update beta to version with fixed FreeBSD support from #49023. | Bryan Drewery | -1/+1 |
| 2018-03-19 | Do not suggest `.into()` in `const`s | Esteban Küber | -1/+50 |
| 2018-03-19 | update compile-fail tests: fewer warnings because this is now a HIR lint | Ralf Jung | -3/+0 |
| 2018-03-19 | wording nits | Ralf Jung | -6/+6 |
| 2018-03-19 | Update rustfmt to 0.4.1 | Alan Du | -111/+52 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -3/+3 |
| 2018-03-19 | Clarify AcqRel's docs | steveklabnik | -2/+3 |
| 2018-03-19 | Document only-X test header | Seo Sanghyeon | -0/+2 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -1/+1 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -126/+212 |
| 2018-03-19 | Auto merge of #49108 - SimonSapin:sip, r=TimNN | bors | -55/+23 |
| 2018-03-19 | Stabilize termination_trait in 1.25, not 1.26 | Tyler Mandry | -2/+2 |
| 2018-03-19 | Docs: fix incorrect copy-paste for new `X?` in formatting strings | Simon Sapin | -1/+1 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -40/+22 |
| 2018-03-18 | Reduce the diagnostic span when multiple fields are missing in pattern | Esteban Küber | -28/+59 |
| 2018-03-19 | Fix trailing whitespace | Phlosioneer | -1/+1 |
| 2018-03-19 | Make Wrapping::pow use wrapping_pow, add example | Phlosioneer | -4/+14 |
| 2018-03-19 | Impl Integer methods for Wrapping | Phlosioneer | -0/+299 |
| 2018-03-19 | Split out termination_trait_test feature gate | Tyler Mandry | -5/+30 |
| 2018-03-19 | Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri... | bors | -3/+72 |
| 2018-03-19 | Update submodules in parallel | John Kåre Alsaker | -43/+29 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -4/+42 |
| 2018-03-19 | Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737" | varkor | -0/+11 |
| 2018-03-19 | Add stability test for sort_by_cached_key | varkor | -3/+8 |
| 2018-03-19 | Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm | bors | -5/+31 |
| 2018-03-18 | Cleaned comments and extras s. | Yukio Siraichi | -40/+2 |
| 2018-03-18 | CodeMap functions refactored. | Yukio Siraichi | -50/+38 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -21/+35 |