| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Rollup merge of #55490 - petrochenkov:resolveice, r=eddyb | kennytm | -0/+42 |
| 2018-11-06 | Auto merge of #55518 - alexcrichton:smaller-wasm, r=sfackler | bors | -1/+22 |
| 2018-11-06 | Moved and renamed ui issue tests. | Alexander Regueiro | -41/+41 |
| 2018-11-06 | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton | bors | -22/+28 |
| 2018-11-05 | Use lld directly for Fuchsia target | Petr Hosek | -22/+28 |
| 2018-11-05 | Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton | bors | -10/+14 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -20/+169 |
| 2018-11-05 | Fix undefined behavior in Rc/Arc allocation | Murarth | -10/+14 |
| 2018-11-05 | This should have been part of PR #54811 (my bad). | Felix S. Klock II | -1/+1 |
| 2018-11-05 | Do not Atomic{I,U}128 in stage0 | Simonas Kazlauskas | -4/+4 |
| 2018-11-05 | Auto merge of #55451 - estebank:arg-doc, r=pnkfelix | bors | -33/+187 |
| 2018-11-05 | Add `aarch64-pc-windows-msvc` to deployed targets | Alex Crichton | -0/+1 |
| 2018-11-05 | For feature-gate-nll test, turn off testing modes that externally enable NLL. | Felix S. Klock II | -24/+11 |
| 2018-11-05 | add call to tcx.sess.delay_span_bug | jsirs | -2/+8 |
| 2018-11-05 | Make `ui/borrowck/borrowck-overloaded-call.rs` robust w.r.t. NLL. | Felix S. Klock II | -3/+16 |
| 2018-11-05 | Use `// revisions` in the dropck-eyepatch tests instead of relying on compare... | Felix S. Klock II | -51/+60 |
| 2018-11-05 | Update `ui/borrowck/borrowck-closures-mut-of-imm.rs` robust w.r.t. NLL. | Felix S. Klock II | -25/+43 |
| 2018-11-05 | Add `ui/borrowck/borrowck-closures-mut-of-mut.rs`. | Felix S. Klock II | -0/+56 |
| 2018-11-05 | Removed overlapping_spans.{rs,stderr,nll.stderr}. | Felix S. Klock II | -52/+0 |
| 2018-11-05 | Make `ui/binop-move-semantics.rs` robust w.r.t. NLL. | Felix S. Klock II | -4/+30 |
| 2018-11-05 | Remove `println!`'s from `ui/issues/issue-52126-assign-op-invariance.rs` | Felix S. Klock II | -5/+5 |
| 2018-11-05 | Make `ui/unop-move-semantics.rs` robust w.r.t. NLL. | Felix S. Klock II | -4/+30 |
| 2018-11-05 | Make `ui/borrowck/borrowck-unboxed-closures.rs` robust w.r.t. NLL. | Felix S. Klock II | -3/+16 |
| 2018-11-05 | Make `ui/borrowck/borrowck-reborrow-from-mut.rs` robust w.r.t. NLL. | Felix S. Klock II | -19/+135 |
| 2018-11-05 | Make `ui/borrowck/borrowck-overloaded-index-move-index.rs` robust w.r.t. NLL. | Felix S. Klock II | -2/+31 |
| 2018-11-05 | Make `ui/issues/issue-17263.rs` robust w.r.t. NLL. | Felix S. Klock II | -17/+29 |
| 2018-11-05 | Make `ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs` robust w.r.t. NLL. | Felix S. Klock II | -4/+29 |
| 2018-11-05 | Switch to using revisions in borrowck-lend-flow-loop.rs | Felix S. Klock II | -41/+41 |
| 2018-11-05 | add method to obtain the ptr offset of a Scalar | Ralf Jung | -0/+13 |
| 2018-11-05 | add test for i32, fix incorrect location | jsirs | -2/+10 |
| 2018-11-05 | update test to include concrete type (i32) | jsirs | -0/+2 |
| 2018-11-05 | walk_value: more tracing | Ralf Jung | -0/+1 |
| 2018-11-05 | self.associated_item can return none | jsirs | -1/+1 |
| 2018-11-05 | Add test | jsirs | -0/+26 |
| 2018-11-05 | -C remark: fix incorrect warning about requiring "--debuginfo" instead of "-C... | Matthias Krüger | -2/+1 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -554/+729 |
| 2018-11-05 | proide ptr_wrapping_offset on Scalars | Ralf Jung | -43/+65 |
| 2018-11-05 | make ValueVisitor mut-polymorphic | Ralf Jung | -219/+190 |
| 2018-11-05 | machine hooks for ptr (de)ref also need layout, and then they do not need the... | Ralf Jung | -31/+19 |
| 2018-11-05 | FIXME | Ralf Jung | -1/+1 |
| 2018-11-05 | visit_aggregate with an iterator; fix some comment typos | Ralf Jung | -40/+65 |
| 2018-11-05 | the visitor can already load the value for visit_primitive | Ralf Jung | -16/+19 |
| 2018-11-05 | all values can convert to operators | Ralf Jung | -45/+46 |
| 2018-11-05 | finally this actually looks like a visitor | Ralf Jung | -132/+118 |
| 2018-11-05 | use more traditional walk_array/visit_array instead of the handle_array hook | Ralf Jung | -71/+73 |
| 2018-11-05 | converting a VisitorValue to a MemPlace must not mutate anything | Ralf Jung | -11/+12 |
| 2018-11-05 | Also test for undef in enum discriminant | Ralf Jung | -3/+16 |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -58/+79 |
| 2018-11-05 | let the Value handle enum projections, so the visitor does not have to care | Ralf Jung | -30/+56 |
| 2018-11-05 | provide some default implementations | Ralf Jung | -6/+9 |