| Age | Commit message (Expand) | Author | Lines |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -0/+25 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -0/+85 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -5/+383 |
| 2017-11-06 | Adjust json errors to byte changes | Oliver Schneider | -32/+32 |
| 2017-11-05 | Auto merge of #45723 - sinkuu:ice_45493, r=arielb1 | bors | -0/+26 |
| 2017-11-05 | Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 | bors | -22/+442 |
| 2017-11-05 | Fix MIR inlining panic in generic function | sinkuu | -0/+26 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -2/+2 |
| 2017-11-05 | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnay | bors | -0/+60 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -1/+1 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -0/+33 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -2/+67 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+482 |
| 2017-11-04 | Ignoring pretty print for test due to #37199 | David Wood | -0/+2 |
| 2017-11-04 | Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnik | kennytm | -0/+30 |
| 2017-11-04 | Rollup merge of #45639 - LaurentMazare:master, r=petrochenkov | kennytm | -0/+23 |
| 2017-11-03 | Add overflow tests for next_power_of_two | Scott McMurray | -0/+60 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -0/+278 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+1 |
| 2017-11-03 | Added tests for RFC 2008. | David Wood | -0/+480 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -10/+143 |
| 2017-11-03 | Fix unsafe auto trait pretty print. | leonardo.yvens | -0/+2 |
| 2017-11-03 | Update pretty test for auto trait syntax. | leonardo.yvens | -3/+1 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -60/+35 |
| 2017-11-03 | Fix tests and rebase conflict | leonardo.yvens | -0/+6 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+43 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -0/+109 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -8/+8 |
| 2017-11-03 | Add tests for methods listing in rust docs | Guillaume Gomez | -0/+30 |
| 2017-11-03 | Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkov | bors | -0/+411 |
| 2017-11-03 | Don't add a new -Z flag, reuse -Zunstable-options | Oliver Schneider | -2/+2 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -5/+383 |
| 2017-11-02 | unreachable-pub lint for `pub` items not reachable from crate root | Zack M. Davis | -0/+411 |
| 2017-11-03 | Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakis | bors | -1/+1 |
| 2017-11-02 | fallback to provided signature in the event of a type error | Niko Matsakis | -22/+5 |
| 2017-11-02 | new rules for merging expected/supplied types in closure signatures | Niko Matsakis | -4/+441 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -2/+67 |
| 2017-11-02 | replace Add by tuple | Mikhail Modin | -18/+18 |
| 2017-11-02 | Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakis | bors | -14/+52 |
| 2017-11-02 | emit less info when we warn | Niko Matsakis | -1/+1 |
| 2017-11-02 | trace span info for constraints and report errors | Niko Matsakis | -5/+51 |
| 2017-11-02 | add `mir-opt/named-lifetimes-basic.rs` | Niko Matsakis | -0/+34 |
| 2017-11-02 | Auto merge of #45647 - nrc:rls-bugs, r=eddyb | bors | -0/+5 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -1/+1 |
| 2017-11-02 | extend NLL regions to include free region indices and add outlives | Niko Matsakis | -0/+5 |
| 2017-11-02 | Auto merge of #45630 - joshleeb:iss35241, r=estebank | bors | -0/+30 |
| 2017-11-02 | change mir stage in test | Mikhail Modin | -7/+7 |
| 2017-11-02 | add one more sample | Mikhail Modin | -6/+68 |
| 2017-11-02 | fix pre binding false edges | Mikhail Modin | -79/+83 |