| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+36 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -0/+32 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -6/+6 |
| 2017-11-02 | fallback to provided signature in the event of a type error | Niko Matsakis | -4/+4 |
| 2017-11-02 | new rules for merging expected/supplied types in closure signatures | Niko Matsakis | -0/+322 |
| 2017-11-02 | Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakis | bors | -11/+16 |
| 2017-11-02 | rustc: add item name to deprecated lint warning | Kevin Butler | -222/+291 |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -0/+42 |
| 2017-11-01 | Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelix | bors | -0/+194 |
| 2017-10-31 | WIP patch `compile-fail/nll/region-ends-after-if-condition.rs` | Niko Matsakis | -2/+16 |
| 2017-10-31 | connect MIR borrowck with NLL | Niko Matsakis | -0/+180 |
| 2017-10-31 | rustc_typeck: use subtyping on the LHS of binops. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-10-30 | typeck: suggest use of match_default_bindings feature | Tamir Duberstein | -11/+16 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -4/+4 |
| 2017-10-28 | Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkov | bors | -1/+1 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -0/+108 |
| 2017-10-28 | Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkov | bors | -3/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+108 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -137/+45 |
| 2017-10-25 | Reword to avoid using either re-assignment or reassignment in errors | Carol (Nichols || Goulding) | -18/+18 |
| 2017-10-25 | Update compile-fail tests for error message deduplication. | Michael Woerister | -137/+45 |
| 2017-10-25 | Compiletest should parse suggestions from the spans | Oliver Schneider | -1/+1 |
| 2017-10-25 | Update tests for less noisy error messages | Thomas Karpiniec | -3/+1 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -1/+29 |
| 2017-10-22 | Auto merge of #45442 - matthewjasper:const-dynamic-capture-error, r=petrochenkov | bors | -0/+19 |
| 2017-10-20 | Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb | bors | -1/+6 |
| 2017-10-19 | Cleanly error for non-const expression in associated const | matthewjasper | -0/+19 |
| 2017-10-20 | Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakis | kennytm | -1/+1 |
| 2017-10-19 | Auto merge of #45232 - zackmdavis:moar_lint_suggestions, r=estebank | bors | -4/+3 |
| 2017-10-18 | run EndRegion when unwinding otherwise-empty scopes | Ariel Ben-Yehuda | -1/+6 |
| 2017-10-17 | test: Update Emscripten failures/passing | Alex Crichton | -1/+1 |
| 2017-10-16 | add error to the correct line in unit test | toidiu | -3/+2 |
| 2017-10-16 | add a test case | toidiu | -0/+24 |
| 2017-10-16 | code suggestions for no-mangle lints | Zack M. Davis | -4/+3 |
| 2017-10-15 | Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obk | bors | -38/+0 |
| 2017-10-15 | Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakis | bors | -0/+25 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -0/+46 |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -38/+0 |
| 2017-10-13 | Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnay | kennytm | -0/+15 |
| 2017-10-13 | Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-inv... | bors | -5/+137 |
| 2017-10-12 | Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelix | bors | -9/+339 |
| 2017-10-11 | Added `revisions: ast mir` template to tests that this PR sync'ed ast+mir bor... | Felix S. Klock II | -5/+28 |
| 2017-10-11 | Test case illustrating some variants of the issue pointed out by ariel. | Felix S. Klock II | -0/+60 |
| 2017-10-11 | Test against accesses to uninitialized fields. | Felix S. Klock II | -0/+49 |
| 2017-10-11 | Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1 | bors | -6/+6 |
| 2017-10-11 | MIR-borrowck: add false edges to match arms | Your Name | -0/+25 |
| 2017-10-09 | incr.comp.: Move macro-export test case to src/test/incremental. | Michael Woerister | -23/+0 |
| 2017-10-09 | usize index message for vec | Guillaume Gomez | -0/+15 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -13/+60 |
| 2017-10-08 | Fix tests | Wonwoo Choi | -6/+6 |