about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-01Eliminate ret_field and ret intermediates in array clone shimManish Goregaokar-24/+10
2018-02-01Correctly subst the fn_sig so that we get the correct typesManish Goregaokar-3/+9
2018-01-30Use dest,src ordering for make_clone_callManish Goregaokar-9/+9
2018-01-30Document the index used in AggregateKind::AdtManish Goregaokar-2/+2
2018-01-30Remove AggregateKind argument from tuple_like_shimManish Goregaokar-9/+3
2018-01-30Write directly to the RETURN_PLACE in tuple_like_shimManish Goregaokar-23/+16
2018-01-30Make make_clone_call take a Place argumentManish Goregaokar-15/+16
2018-01-30Auto merge of #47870 - kennytm:rollup, r=kennytmbors-188/+706
2018-01-30Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavuskennytm-1/+20
2018-01-30Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni...kennytm-0/+42
2018-01-30Rollup merge of #47839 - frewsxcv:frewsxcv-map-index, r=QuietMisdreavuskennytm-2/+12
2018-01-30Rollup merge of #47836 - Mark-Simulacrum:stage-flags, r=alexcrichtonkennytm-0/+12
2018-01-30Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichtonkennytm-2/+2
2018-01-30Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichtonkennytm-1/+1
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-8/+69
2018-01-30Rollup merge of #47760 - little-dude:master, r=alexcrichtonkennytm-5/+17
2018-01-30Rollup merge of #47732 - mark-i-m:markim_comments_0001, r=jseyfriedkennytm-126/+351
2018-01-30Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakiskennytm-1/+4
2018-01-30Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfriedkennytm-39/+173
2018-01-30Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavuskennytm-3/+3
2018-01-30Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakisbors-12/+154
2018-01-29fix typosMark Mansi-4/+4
2018-01-29Update commentMark Mansi-1/+2
2018-01-29Auto merge of #47837 - eddyb:going-places, r=nikomatsakisbors-483/+470
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-1/+20
2018-01-29move comment right onto the line in questionNiko Matsakis-3/+3
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-29Increase test coverage of use_nested_groupsPietro Albini-0/+42
2018-01-29Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0Mark Simulacrum-0/+12
2018-01-29Auto merge of #47766 - spastorino:inference-dirty-list, r=nikomatsakisbors-24/+64
2018-01-29rustc_borrowck: replace "lvalue" terminology with "place" in docs.Eduard-Mihai Burtescu-81/+81
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-14/+14
2018-01-28Document that `Index` ops can panic on `HashMap` & `BTreeMap`.Corey Farwell-2/+12
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-125/+255
2018-01-29rustc: replace "lvalue" terminology with "place" in the code.Eduard-Mihai Burtescu-179/+179
2018-01-28Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichtonbors-73/+55
2018-01-29rustc: move `expr_is_lval` to rustc_typeck and rename to `is_place_expr`.Eduard-Mihai Burtescu-59/+58
2018-01-29rustc_typeck: rename `LvalueOp` to `PlaceOp`.Eduard-Mihai Burtescu-31/+31
2018-01-29rustc_typeck: rename `LvaluePreference::PreferMutLvalue` to `Needs::MutPlace`.Eduard-Mihai Burtescu-82/+80
2018-01-29rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`.Eduard-Mihai Burtescu-55/+45
2018-01-28Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichtonbors-12/+7
2018-01-28Whitelist v7 feature for ARM and AARCH64.gnzlbg-2/+2
2018-01-28Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors-4/+2
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-1/+49
2018-01-28Whitelist aes x86 feature flaggnzlbg-1/+1
2018-01-28Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnaybors-2/+4
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-3/+37
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-202/+553
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-202/+553
2018-01-28Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakisbors-2/+58