about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-15Add common struct for rangeShotaro Yamada-69/+48
2018-12-15Factor outShotaro Yamada-15/+24
2018-12-15Improve `match` MIR generation for rangesShotaro Yamada-5/+207
2018-12-15CleanupsShotaro Yamada-28/+23
2018-12-14Auto merge of #56818 - kennytm:rollup-2, r=kennytmbors-100/+335
2018-12-14Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcric...kennytm-1/+1
2018-12-14Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppekennytm-5/+97
2018-12-14Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichtonkennytm-3/+18
2018-12-14Rollup merge of #56749 - alexcrichton:adx, r=gnzlbgkennytm-0/+1
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-5/+7
2018-12-14Rollup merge of #56744 - ljedrz:unbox_the_children, r=matthewjasperkennytm-8/+33
2018-12-14Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavuskennytm-6/+30
2018-12-14Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichtonkennytm-26/+1
2018-12-14Rollup merge of #56702 - wesleywiser:calc_total_time_stats, r=michaelwoeristerkennytm-4/+9
2018-12-14Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obkkennytm-22/+46
2018-12-14Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebankkennytm-1/+41
2018-12-14Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkovkennytm-8/+29
2018-12-14Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi...kennytm-4/+19
2018-12-14Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al...kennytm-7/+3
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-54/+210
2018-12-14Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichtonbors-166/+150
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-62/+46
2018-12-14Auto merge of #56778 - Xanewok:update-clippy, r=kennytmbors-14/+16
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-98/+12
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-5/+7
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-5/+97
2018-12-13Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichtonbors-8/+33
2018-12-13Split on words insteadGuillaume Gomez-7/+27
2018-12-13Fix dur2intervals import on cloudabiLinus Färnstrand-5/+9
2018-12-13Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrumbors-1/+2
2018-12-13Add `--pinentry-mode=loopback` to deployment scriptAlex Crichton-1/+2
2018-12-13Fix checked_add/sub for sys/sgx/time.rsLinus Färnstrand-11/+7
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-87/+83
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-74/+62
2018-12-13Update ClippyIgor Matuszewski-14/+16
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-79/+101
2018-12-13Stabilize `linker-flavor` flag.David Wood-98/+12
2018-12-13Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapinbors-5/+8
2018-12-13Auto merge of #56090 - nnethercote:filesearch, r=eddybbors-154/+139
2018-12-13Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavisbors-46/+61
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-3/+18
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-8/+11
2018-12-12Expand documantation for std::pin moduleTaylor Cramer-15/+22
2018-12-12use actual invalid string in OsStr::to_string_lossy exampleLyndon Brown-8/+33
2018-12-12x86: Add the `adx` target feature to whitelistAlex Crichton-0/+1
2018-12-12Bump to 1.33.0Alex Crichton-62/+46
2018-12-12rustc: Switch `extern` functions to abort by default on panicAlex Crichton-46/+61
2018-12-12Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichtonbors-0/+1
2018-12-12Increase required version for crates.io `libc` to get fix from PR rust-lang/l...Felix S. Klock II-1/+1
2018-12-12specialize: remove Boxes used by Children::insertljedrz-8/+33