| Age | Commit message (Expand) | Author | Lines |
| 2017-11-05 | Relax #[deny(warnings)] in some crate for cargotest | Lukas Kalbertodt | -0/+2 |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -40/+88 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -21/+10 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -5/+290 |
| 2017-11-03 | Copy `AsciiExt` methods to `[u8]` directly | Lukas Kalbertodt | -0/+219 |
| 2017-11-03 | Add a lang item to allow `impl [u8] {…}` in the standard library | Simon Sapin | -0/+11 |
| 2017-11-03 | Fix lists in doc comments for ascii methods of u8 and char | Lukas Kalbertodt | -4/+8 |
| 2017-11-03 | Add missing space in match arm | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Tweak documentation for `u8::eq_ignore_ascii_case()` | Lukas Kalbertodt | -2/+1 |
| 2017-11-03 | Remove examples in doc-comments of `AsciiExt` methods | Lukas Kalbertodt | -319/+48 |
| 2017-11-03 | Use direct implementation on u8/char to implement AsciiExt | Lukas Kalbertodt | -280/+41 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -3/+501 |
| 2017-11-03 | Revert signature of eq_ignore_ascii_case() to original | Lukas Kalbertodt | -3/+3 |
| 2017-11-03 | Make ascii methods on u8 insta-stable | Lukas Kalbertodt | -48/+16 |
| 2017-11-03 | Add all methods of AsciiExt to u8 directly | Lukas Kalbertodt | -1/+656 |
| 2017-11-03 | Fix broken link in `build-powerpc64le-toolchain.sh` | kennytm | -3/+3 |
| 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 |