| Age | Commit message (Expand) | Author | Lines |
| 2018-11-07 | Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov | kennytm | -2/+26 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -3/+6 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -0/+40 |
| 2018-11-07 | Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk | bors | -37/+59 |
| 2018-11-06 | Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung | bors | -0/+51 |
| 2018-11-06 | Elide anon lifetimes in conflicting impl note | Esteban Küber | -3/+3 |
| 2018-11-06 | Use trait impl method span when type param mismatch is due to impl Trait | Esteban Küber | -0/+27 |
| 2018-11-06 | Auto merge of #53996 - sekineh:thumb-run, r=japaric | bors | -0/+141 |
| 2018-11-06 | Update lldb | Tom Tromey | -1/+1 |
| 2018-11-06 | Run name-anon-globals after LTO passes as well | Nikita Popov | -0/+17 |
| 2018-11-06 | Add explcit `--error-format` options to tests of print-fuel to sidestep compi... | Felix S. Klock II | -3/+6 |
| 2018-11-06 | Sidestep link error from rustfix'ed code by using a *defined* static. | Felix S. Klock II | -13/+38 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |
| 2018-11-06 | Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi... | kennytm | -254/+532 |
| 2018-11-06 | Rollup merge of #55696 - davidtwco:issue-55675, r=pnkfelix | kennytm | -26/+65 |
| 2018-11-06 | Rollup merge of #55694 - jsirs:issue-31076, r=oli-obk | kennytm | -0/+36 |
| 2018-11-06 | Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdavis | kennytm | -6/+6 |
| 2018-11-06 | Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix | kennytm | -85/+13 |
| 2018-11-06 | Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAus | kennytm | -0/+18 |
| 2018-11-06 | Rollup merge of #55490 - petrochenkov:resolveice, r=eddyb | kennytm | -0/+39 |
| 2018-11-06 | Auto merge of #55518 - alexcrichton:smaller-wasm, r=sfackler | bors | -0/+11 |
| 2018-11-06 | Moved and renamed ui issue tests. | Alexander Regueiro | -41/+41 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -7/+97 |
| 2018-11-05 | Auto merge of #55451 - estebank:arg-doc, r=pnkfelix | bors | -13/+122 |
| 2018-11-05 | Add run-pass test for reinitialized unions. | David Wood | -0/+38 |
| 2018-11-05 | Fix emission of niche-filling discriminant values | Tom Tromey | -0/+63 |
| 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 | 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 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 | Add test | jsirs | -0/+26 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -2/+2 |
| 2018-11-05 | the visitor can already load the value for visit_primitive | Ralf Jung | -1/+1 |
| 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 | -33/+42 |
| 2018-11-05 | reduce the amount of traversal/projection code that the visitor has to implem... | Ralf Jung | -2/+2 |
| 2018-11-04 | Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton | bors | -7/+38 |