| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakis | bors | -1/+1 |
| 2017-11-02 | Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakis | bors | -14/+52 |
| 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 | Auto merge of #45630 - joshleeb:iss35241, r=estebank | bors | -0/+30 |
| 2017-11-01 | Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelix | bors | -2/+629 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+19 |
| 2017-11-01 | Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakis | bors | -2/+59 |
| 2017-11-01 | Rollup merge of #45660 - Cldfire:suggest-rename-import, r=estebank | kennytm | -0/+38 |
| 2017-11-01 | Rollup merge of #45650 - michaelwoerister:per-crate-type-symbol-threshold, r=... | kennytm | -2/+12 |
| 2017-11-01 | Rollup merge of #45646 - sinkuu:dead-code-alias-in-pat, r=arielb1 | kennytm | -0/+18 |
| 2017-11-01 | Rollup merge of #45644 - zackmdavis:edit_disallowed_inner_attr_note, r=estebank | kennytm | -2/+1 |
| 2017-10-31 | Add UI test | Cldfire | -0/+38 |
| 2017-11-01 | Improve display of error E0308 for structs | Josh Leeb-du Toit | -0/+30 |
| 2017-10-31 | patch mir-opt reference files | Niko Matsakis | -7/+13 |
| 2017-10-31 | WIP patch `compile-fail/nll/region-ends-after-if-condition.rs` | Niko Matsakis | -2/+16 |
| 2017-10-31 | change region display to `'_#Nr`, update the `newtype_index!` macro | Niko Matsakis | -14/+14 |
| 2017-10-31 | connect MIR borrowck with NLL | Niko Matsakis | -0/+180 |
| 2017-10-31 | add basic region subtyping inference | Santiago Pastorino | -0/+49 |
| 2017-10-31 | add reborrow constraints | Santiago Pastorino | -0/+39 |
| 2017-10-31 | update the format of liveness debug dumps to be more readable | Niko Matsakis | -46/+23 |
| 2017-10-31 | add subregion between borrow region and resulting reference | Niko Matsakis | -0/+50 |
| 2017-10-31 | preliminary support for may-dangle attribute and drop constraints | Niko Matsakis | -0/+50 |
| 2017-10-31 | extend liveness to distinguish "drop" and "non-drop" uses | Niko Matsakis | -25/+94 |
| 2017-10-31 | introduce liveness constraints into NLL code | Niko Matsakis | -0/+55 |
| 2017-10-31 | extend liveness to compute intrablock liveness and add unit tests | Niko Matsakis | -5/+18 |
| 2017-10-31 | factor out `pre_defs` field by going backwards | Niko Matsakis | -0/+36 |
| 2017-10-31 | add a test for the subtle case around calls | Niko Matsakis | -0/+42 |
| 2017-10-31 | execute liveness, write a simple test | Niko Matsakis | -0/+47 |
| 2017-10-31 | rustc_typeck: use subtyping on the LHS of binops. | Eduard-Mihai Burtescu | -2/+59 |
| 2017-10-31 | Add regression test for symbol visibility when compiling rlib+cdylib in one s... | Michael Woerister | -2/+12 |
| 2017-10-31 | save-analysis: support unions | Nick Cameron | -0/+5 |
| 2017-10-31 | Auto merge of #45551 - michaelwoerister:fix-hir-depnodes-and-ich, r=nikomatsakis | bors | -40/+82 |
| 2017-10-31 | Count type aliases in patterns | sinkuu | -0/+18 |
| 2017-10-30 | edit and fix bad spacing of inner-attribute-not-allowed note | Zack M. Davis | -2/+1 |
| 2017-10-30 | typeck: suggest use of match_default_bindings feature | Tamir Duberstein | -14/+52 |
| 2017-10-30 | Auto merge of #45603 - joshleeb:iss42106, r=estebank | bors | -0/+28 |
| 2017-10-30 | Move issue-42106 test from compile-fail to ui | Josh Leeb-du Toit | -1/+13 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -11/+29 |
| 2017-10-29 | Add test for fix duplicate display of E0502 | Josh Leeb-du Toit | -0/+16 |
| 2017-10-28 | Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkov | bors | -2/+25 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -0/+364 |
| 2017-10-28 | Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkov | bors | -3/+28 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+364 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -143/+45 |
| 2017-10-26 | incr.comp.: Update overflow-check logic in HIR hashing. | Michael Woerister | -40/+82 |
| 2017-10-26 | Auto merge of #45380 - dotdash:arg_copies, r=arielb1 | bors | -113/+92 |
| 2017-10-26 | Avoid unnecessary copies of arguments that are simple bindings | Björn Steinbrink | -113/+92 |
| 2017-10-26 | Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddyb | bors | -0/+28 |