about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-14remove the typeck::autoderef::Autoderef fcx fieldAriel Ben-Yehuda-42/+43
2018-12-14process nested obligations in autoderefAriel Ben-Yehuda-17/+80
2018-12-14simplify deprecation and stability renderingAndy Russell-129/+141
2018-12-14Auto merge of #56818 - kennytm:rollup-2, r=kennytmbors-100/+335
2018-12-14add test for parsing comments in doctest headersQuietMisdreavus-0/+30
2018-12-14include comments in doctest partition logicQuietMisdreavus-16/+55
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-14format: minor stylistic improvementsljedrz-12/+6
2018-12-14Always run rustc in a threadOliver Scherer-61/+5
2018-12-14format: refactor verify_arg_typeljedrz-22/+16
2018-12-14fix issue 54153 by ignoring issue-18804 test on windows/mac.Felix S. Klock II-0/+5
2018-12-14format: refactor report_invalid_referencesljedrz-25/+21
2018-12-14Fix docs path to PermissionsExtDanilo Bargen-1/+2
2018-12-14format: inline one-liners related to parse_exprljedrz-0/+3
2018-12-14format: remove unreachable conditionljedrz-22/+9
2018-12-14Fixes broken linksRoberto Vidal-3/+3
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-13debug logging, added conditional error message, tests updatedKevyn Grasso-4/+24
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-13Make determining the discriminant a normal Shallow readMatthew Jasper-24/+73
2018-12-13add `crates` to the final doctestQuietMisdreavus-0/+3
2018-12-13Wording changesEsteban Küber-5/+5
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-13Use `dedup` instead of `dedup_by`Oliver Scherer-1/+1
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-2/+114
2018-12-13Add `--pinentry-mode=loopback` to deployment scriptAlex Crichton-1/+2
2018-12-13Update LLVM submoduleNikita Popov-1/+1
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