| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-04 | Support memcpy/memmove with differing src/dst alignment | Nikita Popov | -4/+4 |
| 2018-11-04 | Ignore some more tests on emscripten | Nikita Popov | -11/+15 |
| 2018-11-04 | Fix two run-fail tests for asmjs | Nikita Popov | -2/+2 |
| 2018-11-04 | Update test to force error under NLL. | David Wood | -26/+65 |
| 2018-11-04 | also test with PhantomData | Ralf Jung | -3/+9 |
| 2018-11-04 | miri: accept extern types in structs if they are the only field | Ralf Jung | -0/+21 |
| 2018-11-04 | Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakis | bors | -24/+74 |
| 2018-11-04 | Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister | bors | -20/+40 |
| 2018-11-04 | [ci] run-make/thumb-none-qemu: add .cargo/config | Hideki Sekine | -0/+31 |
| 2018-11-03 | Make "all possible cases" help message uniform with existing help messages | varkor | -6/+6 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -157/+256 |
| 2018-11-03 | Unions reinitialized after assignment into field. | David Wood | -25/+13 |
| 2018-11-03 | Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakis | Guillaume Gomez | -0/+256 |
| 2018-11-03 | Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakis | Guillaume Gomez | -0/+41 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -4/+4 |
| 2018-11-03 | fix test fallout | Alex Burka | -7/+7 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -20/+33 |
| 2018-11-03 | Added WF checking for trait alias definitions. | Alexander Regueiro | -71/+61 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -5/+6 |
| 2018-11-03 | Add more tests. | Alexander Regueiro | -49/+142 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -108/+82 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -2/+8 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -0/+22 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -62/+254 |