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