| Age | Commit message (Expand) | Author | Lines |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -63/+64 |
| 2018-03-29 | Auto merge of #49471 - matklad:cargo-rustdoc, r=alexcrichton | bors | -1/+14 |
| 2018-03-29 | src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>` | Josh Triplett | -1/+1 |
| 2018-03-29 | add `#[inline(never)]` annotations | Niko Matsakis | -0/+2 |
| 2018-03-29 | Update Cargo | Aleksey Kladov | -1/+14 |
| 2018-03-29 | tidy | QuietMisdreavus | -2/+8 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -244/+97 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -9/+120 |
| 2018-03-29 | Remove unnecessary use core::hash in liballoc/boxed.rs | Mike Hommey | -2/+2 |
| 2018-03-29 | Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakis | bors | -82/+27 |
| 2018-03-29 | Use f{32,64}::to_bits for is_zero test in vec::SpecFromElem | Mike Hommey | -2/+2 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -82/+27 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -158/+472 |
| 2018-03-28 | rustbuild: Don't leak file handles when creating junctions on Windows | Oliver Middleton | -2/+5 |
| 2018-03-28 | Fix tooltip position | Guillaume Gomez | -2/+4 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -1127/+1130 |
| 2018-03-28 | Rollup merge of #49452 - frewsxcv:frewsxcv-vec-cap-len, r=dtolnay | kennytm | -3/+4 |
| 2018-03-28 | Rollup merge of #49444 - rust-lang:oli-obk-patch-1, r=Mark-Simulacrum | kennytm | -59/+0 |
| 2018-03-28 | Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavus | kennytm | -32/+55 |
| 2018-03-28 | Rollup merge of #49439 - GuillaumeGomez:trait-impl-collapse, r=QuietMisdreavus | kennytm | -10/+15 |
| 2018-03-28 | Rollup merge of #49429 - GuillaumeGomez:fix-collapse-toggle-insertion, r=Quie... | kennytm | -0/+3 |
| 2018-03-28 | Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichton | kennytm | -9/+9 |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -10/+117 |
| 2018-03-28 | Rollup merge of #49405 - GuillaumeGomez:search-appearance, r=QuietMisdreavus | kennytm | -3/+20 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -2/+237 |
| 2018-03-28 | Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoeri... | kennytm | -2/+7 |
| 2018-03-28 | Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelix | kennytm | -2/+4 |
| 2018-03-28 | Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi | kennytm | -26/+1 |
| 2018-03-28 | Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakis | bors | -402/+68 |
| 2018-03-28 | Stabilize fs::read and fs::write | Matt Brubeck | -6/+2 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -57/+150 |
| 2018-03-28 | [incremental] Don't panic if decoding the cache fails | Wesley Wiser | -2/+7 |
| 2018-03-28 | Clarify "length" wording in `Vec::with_capacity`. | Corey Farwell | -3/+4 |
| 2018-03-28 | use --edition for doctests, rather than just the crate | QuietMisdreavus | -8/+17 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -32/+55 |
| 2018-03-28 | Clarify network byte order conversions for integer / IP address conversions. | Corey Farwell | -2/+80 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -1127/+1130 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -3/+3 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -402/+68 |
| 2018-03-28 | Delete leftover librustc_const_eval | Oliver Schneider | -59/+0 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -12/+50 |
| 2018-03-28 | Auto merge of #49383 - nox:scalarpair, r=eddyb | bors | -4/+21 |
| 2018-03-28 | Fix trait implementation not collapsing docs | Guillaume Gomez | -10/+15 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -28/+127 |
| 2018-03-27 | rustdoc: Add test for foreign impl trait with bounds | Manish Goregaokar | -0/+58 |
| 2018-03-27 | rustdoc: Handle explicit ?Sized on foreign impl Trait | Manish Goregaokar | -3/+14 |
| 2018-03-27 | rustdoc: Remove Sized bounds when cleaning foreign impl Trait | Manish Goregaokar | -0/+8 |
| 2018-03-27 | rustdoc: Include associated type bounds when cleaning foreign impl traits | Manish Goregaokar | -8/+38 |
| 2018-03-27 | rustdoc: Don't use into_iter() when cleaning impl Trait | Manish Goregaokar | -1/+1 |
| 2018-03-27 | rustc: Forbid #[inline(always)] with #[target_feature] | Alex Crichton | -1/+27 |