| Age | Commit message (Expand) | Author | Lines |
| 2018-12-15 | Add common struct for range | Shotaro Yamada | -69/+48 |
| 2018-12-15 | Factor out | Shotaro Yamada | -15/+24 |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -5/+207 |
| 2018-12-15 | Cleanups | Shotaro Yamada | -28/+23 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -100/+335 |
| 2018-12-14 | Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcric... | kennytm | -1/+1 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -5/+97 |
| 2018-12-14 | Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichton | kennytm | -3/+18 |
| 2018-12-14 | Rollup merge of #56749 - alexcrichton:adx, r=gnzlbg | kennytm | -0/+1 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -5/+7 |
| 2018-12-14 | Rollup merge of #56744 - ljedrz:unbox_the_children, r=matthewjasper | kennytm | -8/+33 |
| 2018-12-14 | Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavus | kennytm | -6/+30 |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -26/+1 |
| 2018-12-14 | Rollup merge of #56702 - wesleywiser:calc_total_time_stats, r=michaelwoerister | kennytm | -4/+9 |
| 2018-12-14 | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk | kennytm | -22/+46 |
| 2018-12-14 | Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebank | kennytm | -1/+41 |
| 2018-12-14 | Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkov | kennytm | -8/+29 |
| 2018-12-14 | Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi... | kennytm | -4/+19 |
| 2018-12-14 | Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al... | kennytm | -7/+3 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -54/+210 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -166/+150 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -62/+46 |
| 2018-12-14 | Auto merge of #56778 - Xanewok:update-clippy, r=kennytm | bors | -14/+16 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -98/+12 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -5/+7 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -5/+97 |
| 2018-12-13 | Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichton | bors | -8/+33 |
| 2018-12-13 | Split on words instead | Guillaume Gomez | -7/+27 |
| 2018-12-13 | Fix dur2intervals import on cloudabi | Linus Färnstrand | -5/+9 |
| 2018-12-13 | Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrum | bors | -1/+2 |
| 2018-12-13 | Add `--pinentry-mode=loopback` to deployment script | Alex Crichton | -1/+2 |
| 2018-12-13 | Fix checked_add/sub for sys/sgx/time.rs | Linus Färnstrand | -11/+7 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -87/+83 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -74/+62 |
| 2018-12-13 | Update Clippy | Igor Matuszewski | -14/+16 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -79/+101 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -98/+12 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -5/+8 |
| 2018-12-13 | Auto merge of #56090 - nnethercote:filesearch, r=eddyb | bors | -154/+139 |
| 2018-12-13 | Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavis | bors | -46/+61 |
| 2018-12-12 | Disable btree pretty-printers on older gdbs | Tom Tromey | -3/+18 |
| 2018-12-12 | Rename Pinned marker type to PhantomPinned | Taylor Cramer | -8/+11 |
| 2018-12-12 | Expand documantation for std::pin module | Taylor Cramer | -15/+22 |
| 2018-12-12 | use actual invalid string in OsStr::to_string_lossy example | Lyndon Brown | -8/+33 |
| 2018-12-12 | x86: Add the `adx` target feature to whitelist | Alex Crichton | -0/+1 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -62/+46 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -46/+61 |
| 2018-12-12 | Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichton | bors | -0/+1 |
| 2018-12-12 | Increase required version for crates.io `libc` to get fix from PR rust-lang/l... | Felix S. Klock II | -1/+1 |
| 2018-12-12 | specialize: remove Boxes used by Children::insert | ljedrz | -8/+33 |