| Age | Commit message (Expand) | Author | Lines |
| 2017-11-06 | [intrinsics] add div and rem vector tests | gnzlbg | -6/+21 |
| 2017-11-06 | [intrinsics] add missing div and rem vector intrinsics | gnzlbg | -1/+2 |
| 2017-11-06 | Auto merge of #45758 - nzig:explain-span-ctxt, r=petrochenkov | bors | -3/+5 |
| 2017-11-06 | Auto merge of #45756 - topecongiro:fix-typos/librustc_typeck, r=kennytm | bors | -2/+2 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -60/+35 |
| 2017-11-05 | Auto merge of #45723 - sinkuu:ice_45493, r=arielb1 | bors | -1/+81 |
| 2017-11-05 | Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 | bors | -169/+838 |
| 2017-11-05 | Auto merge of #45759 - alexcrichton:update-openssl, r=sfackler | bors | -2/+2 |
| 2017-11-05 | Fix MIR inlining panic in generic function | sinkuu | -1/+81 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -625/+1791 |
| 2017-11-05 | Relax #[deny(warnings)] in some crate for cargotest | Lukas Kalbertodt | -0/+2 |
| 2017-11-05 | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnay | bors | -1/+63 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -4/+18 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -11/+74 |
| 2017-11-04 | Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks] | Scott McMurray | -2/+3 |
| 2017-11-05 | Fix comment formatting | Nadav Zingerman | -2/+2 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -16/+231 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -26/+16 |
| 2017-11-04 | Make DEBUG_FORMAT = custom work | Santiago Pastorino | -17/+17 |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -9/+769 |
| 2017-11-04 | Ignoring pretty print for test due to #37199 | David Wood | -0/+2 |
| 2017-11-04 | Make DepNodeIndex use newtype_index macro | Santiago Pastorino | -17/+2 |
| 2017-11-04 | Auto merge of #45709 - nrc:rls-bugs-2, r=eddyb | bors | -65/+112 |
| 2017-11-04 | rustbuild: Update the OpenSSL version to link | Alex Crichton | -2/+2 |
| 2017-11-04 | Add comment explaining the ctxt field in Span | Nadav Zingerman | -1/+3 |
| 2017-11-04 | Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavus | bors | -42/+112 |
| 2017-11-04 | Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakis | bors | -56/+255 |
| 2017-11-04 | Fix typos | topecongiro | -2/+2 |
| 2017-11-04 | Auto merge of #45755 - kennytm:rollup, r=kennytm | bors | -10/+98 |
| 2017-11-04 | Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnik | kennytm | -0/+30 |
| 2017-11-04 | Rollup merge of #45739 - rkarp:master, r=petrochenkov | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichton | kennytm | -3/+16 |
| 2017-11-04 | Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushi | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45681 - Ljzn:patch-1, r=kennytm | kennytm | -1/+1 |
| 2017-11-04 | Rollup merge of #45669 - cardoe:metadata, r=kennytm | kennytm | -0/+3 |
| 2017-11-04 | Rollup merge of #45639 - LaurentMazare:master, r=petrochenkov | kennytm | -1/+30 |
| 2017-11-04 | Rollup merge of #45610 - strake:atomic_from, r=nagisa | kennytm | -0/+12 |
| 2017-11-04 | Rollup merge of #45548 - ratmice:master, r=oli-obk | kennytm | -1/+2 |
| 2017-11-03 | Add overflow tests for next_power_of_two | Scott McMurray | -0/+60 |
| 2017-11-03 | Fix #18604: next_power_of_two should panic on overflow | Scott McMurray | -0/+1 |
| 2017-11-04 | Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfackler | bors | -3/+5 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -48/+447 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -40/+88 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -21/+10 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -5/+290 |
| 2017-11-03 | Copy `AsciiExt` methods to `[u8]` directly | Lukas Kalbertodt | -0/+219 |
| 2017-11-03 | Add a lang item to allow `impl [u8] {…}` in the standard library | Simon Sapin | -0/+11 |
| 2017-11-03 | Fix lists in doc comments for ascii methods of u8 and char | Lukas Kalbertodt | -4/+8 |
| 2017-11-03 | Add missing space in match arm | Lukas Kalbertodt | -2/+2 |