| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | Added tests for RFC 2008. | David Wood | -0/+480 |
| 2017-11-03 | Added feature gate for RFC 2008. | David Wood | -0/+9 |
| 2017-11-03 | Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkov | bors | -0/+469 |
| 2017-11-03 | Fix broken link in `build-powerpc64le-toolchain.sh` | kennytm | -3/+3 |
| 2017-11-02 | unreachable-pub lint for `pub` items not reachable from crate root | Zack M. Davis | -0/+469 |
| 2017-11-03 | Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakis | bors | -68/+145 |
| 2017-11-02 | Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakis | bors | -21/+74 |
| 2017-11-02 | Auto merge of #45647 - nrc:rls-bugs, r=eddyb | bors | -2/+14 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -69/+143 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -2/+5 |
| 2017-11-02 | Auto merge of #45630 - joshleeb:iss35241, r=estebank | bors | -13/+70 |
| 2017-11-02 | Auto merge of #45468 - Xanewok:crate-source, r=nrc | bors | -42/+35 |
| 2017-11-02 | Auto merge of #45306 - whitequark:ref_slice, r=alexcrichton | bors | -0/+19 |
| 2017-11-01 | De-stabilize core::slice::{from_ref, from_ref_mut}. | whitequark | -3/+4 |
| 2017-11-01 | Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelix | bors | -622/+2102 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -150/+707 |
| 2017-11-01 | Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakis | bors | -74/+156 |
| 2017-11-01 | Auto merge of #45674 - kennytm:rollup, r=kennytm | bors | -60/+220 |
| 2017-11-01 | Rollup merge of #45671 - est31:master, r=alexcrichton | kennytm | -0/+20 |
| 2017-11-01 | Rollup merge of #45664 - mbrubeck:docs, r=estebank | kennytm | -4/+5 |
| 2017-11-01 | Rollup merge of #45660 - Cldfire:suggest-rename-import, r=estebank | kennytm | -3/+61 |
| 2017-11-01 | Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichton | kennytm | -1/+3 |
| 2017-11-01 | Rollup merge of #45650 - michaelwoerister:per-crate-type-symbol-threshold, r=... | kennytm | -3/+13 |
| 2017-11-01 | Rollup merge of #45649 - tbu-:pr_doc_bufread_eof, r=estebank | kennytm | -0/+4 |
| 2017-11-01 | Rollup merge of #45648 - tbu-:pr_doc_unix_ext, r=estebank | kennytm | -2/+8 |
| 2017-11-01 | Rollup merge of #45646 - sinkuu:dead-code-alias-in-pat, r=arielb1 | kennytm | -6/+24 |
| 2017-11-01 | Rollup merge of #45644 - zackmdavis:edit_disallowed_inner_attr_note, r=estebank | kennytm | -7/+5 |
| 2017-11-01 | Rollup merge of #45624 - glaubitz:bootstrap-sparc64, r=kennytm | kennytm | -1/+1 |
| 2017-11-01 | Rollup merge of #45619 - mneumann:fix-bootstrap-dragonfly, r=alexcrichton | kennytm | -0/+1 |
| 2017-11-01 | Rollup merge of #45602 - petrochenkov:ospan, r=michaelwoerister | kennytm | -30/+58 |
| 2017-11-01 | Rollup merge of #45579 - leodasvacas:document-that-call-can-be-adt-constructo... | kennytm | -2/+6 |
| 2017-11-01 | Rollup merge of #45450 - GuillaumeGomez:overlap-link, r=QuietMisdreavus | kennytm | -1/+11 |
| 2017-11-01 | Auto merge of #45267 - oconnor663:rwlock_send, r=alexcrichton | bors | -1/+1 |
| 2017-11-01 | Auto merge of #45187 - GuillaumeGomez:doc-ui-improvement, r=QuietMisdreavus | bors | -48/+142 |
| 2017-11-01 | Update rls so it compiles with #45468 | Igor Matuszewski | -37/+11 |
| 2017-10-31 | Add UI test | Cldfire | -0/+38 |
| 2017-11-01 | Improve display of error E0308 for structs | Josh Leeb-du Toit | -13/+70 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+86 |
| 2017-10-31 | Also support macro generated atomic types | est31 | -1/+1 |
| 2017-10-31 | Tidy: track rustc_const_unstable feature gates as well | est31 | -0/+20 |
| 2017-10-31 | Fix incorrect error type in Read::byte docs | Matt Brubeck | -4/+5 |
| 2017-10-31 | bootstrap: Add missing cputype matching for sparc64 | John Paul Adrian Glaubitz | -1/+1 |
| 2017-10-31 | patch mir-opt reference files | Niko Matsakis | -7/+13 |
| 2017-10-31 | Suggest renaming import if names clash | Cldfire | -3/+23 |
| 2017-10-31 | rewrite `write_mir_fn_graphviz` to cope with non-global tcx | Niko Matsakis | -13/+14 |
| 2017-10-31 | treat -Znll as implying -Zborrowck-mir | Niko Matsakis | -1/+5 |
| 2017-10-31 | runtest: fix mir directory and delete outdated MIR files | Niko Matsakis | -5/+4 |
| 2017-10-31 | remove the NLL pass (it is now invoked by mir borrowck) | Niko Matsakis | -24/+2 |
| 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 | -38/+40 |