| Age | Commit message (Expand) | Author | Lines |
| 2018-04-17 | stabilize `hash_map_remove_entry` feature | tinaun | -2/+1 |
| 2018-04-17 | stabilize `nonnull_cast` feature | tinaun | -4/+2 |
| 2018-04-17 | stabilize `duration_extras` feature | tinaun | -6/+3 |
| 2018-04-17 | stabilize `duration_from_micros` feature | tinaun | -2/+1 |
| 2018-04-17 | stabilize `swap_with_slice` feature | tinaun | -9/+3 |
| 2018-04-17 | stabilize `swap_nonoverlapping` feature | tinaun | -3/+1 |
| 2018-04-17 | stabilize `slice_rsplit` feature | tinaun | -33/+17 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -165/+242 |
| 2018-04-17 | Auto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrum | bors | -4/+8 |
| 2018-04-17 | Remove no longer necessary comparison to Vec::splice. | Corey Farwell | -3/+0 |
| 2018-04-17 | Don't look for cc/cxx when testing with bogus targets | John Kåre Alsaker | -4/+8 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -72/+296 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -13/+14 |
| 2018-04-16 | Fix empty tests | Guillaume Gomez | -3/+1 |
| 2018-04-16 | Fix nits | Guillaume Gomez | -4/+0 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -34/+85 |
| 2018-04-16 | Add error-format and color-config options to rustdoc | Guillaume Gomez | -12/+89 |
| 2018-04-16 | Add warning if a resolution failed | Guillaume Gomez | -0/+43 |
| 2018-04-16 | Update tests | John Kåre Alsaker | -133/+83 |
| 2018-04-16 | Improve query cycle error message | John Kåre Alsaker | -18/+32 |
| 2018-04-16 | Call default_span lazily when query cycles occur instead of in the hot path f... | John Kåre Alsaker | -25/+28 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -71/+219 |
| 2018-04-16 | Changed help message to note | Phlosioneer | -1/+1 |
| 2018-04-16 | Auto merge of #50003 - kennytm:rollup, r=kennytm | bors | -45/+86 |
| 2018-04-17 | Rollup merge of #49647 - kennytm:duplicated-features, r=aturon | kennytm | -48/+129 |
| 2018-04-17 | Rollup merge of #49994 - frewsxcv:frewsxcv-doc-tests, r=QuietMisdreavus | kennytm | -19/+19 |
| 2018-04-17 | Rollup merge of #49965 - nikic:fix-49622, r=rkruppe | kennytm | -4/+0 |
| 2018-04-17 | Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrum | kennytm | -4/+19 |
| 2018-04-17 | Rollup merge of #49931 - csmoe:end_span, r=estebank | kennytm | -5/+19 |
| 2018-04-16 | Reorder injection of std to get better compilation error | Russell Cohen | -1/+27 |
| 2018-04-17 | Remove `underscore_lifetimes` and `match_default_bindings` from active featur... | kennytm | -8/+0 |
| 2018-04-17 | Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton | kennytm | -1/+1 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -3/+19 |
| 2018-04-17 | Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton | kennytm | -1/+9 |
| 2018-04-16 | write docs for targets | steveklabnik | -0/+38 |
| 2018-04-16 | fill out contributing | steveklabnik | -0/+5 |
| 2018-04-16 | fill out command line arguments | steveklabnik | -2/+61 |
| 2018-04-16 | Auto merge of #49130 - smmalis37:range, r=alexcrichton | bors | -40/+129 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -96/+25 |
| 2018-04-16 | Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi | bors | -13/+9 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -3/+14 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -16/+71 |
| 2018-04-16 | Auto merge of #49963 - llogiq:stabilize-13226, r=kennytm | bors | -13/+12 |
| 2018-04-16 | Remove unnecessary indentation in rustdoc book codeblock. | Corey Farwell | -19/+19 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -20/+84 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -49/+227 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -9/+9 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -156/+72 |
| 2018-04-15 | Rebase and fix conflicts. | Fabian Zaiser | -5/+7 |
| 2018-04-15 | Stop duplicating where clauses from impl's. | Fabian Zaiser | -10/+8 |