| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | mention that extern absolute paths should gate on rust 2018 | Manish Goregaokar | -0/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -4/+25 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -4/+42 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -4/+5 |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -47/+5 |
| 2018-04-20 | Add doc for output_base_name_stage. | Eric Huss | -0/+2 |
| 2018-04-20 | Fix revision support for UI tests. | Eric Huss | -71/+68 |
| 2018-04-21 | Do not test RLS and rustfmt if build of these failed. | kennytm | -2/+20 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -27/+28 |
| 2018-04-20 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -5/+18 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -17/+127 |
| 2018-04-20 | Rollup merge of #50117 - pnkfelix:fix-issue-50113, r=oli-obk | kennytm | -2/+4 |
| 2018-04-20 | Rollup merge of #50114 - wesleywiser:patch-3, r=michaelwoerister | kennytm | -1/+1 |
| 2018-04-20 | Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-20 | Rollup merge of #50083 - alexcrichton:increase-wasm-stack, r=michaelwoerister | kennytm | -0/+1 |
| 2018-04-20 | Rollup merge of #50081 - GuillaumeGomez:stdsimd-update, r=alexcrichton | kennytm | -0/+0 |
| 2018-04-20 | Rollup merge of #50031 - krk:issue-46336, r=estebank | kennytm | -7/+40 |
| 2018-04-20 | Update the Cargo submodule | Alex Crichton | -190/+210 |
| 2018-04-20 | Fix #50113: must explicitly request file name when using with_file_name. | Felix S. Klock II | -2/+4 |
| 2018-04-20 | Fix bad merge in #49991 | Wesley Wiser | -1/+1 |
| 2018-04-20 | Auto merge of #50062 - varkor:xpy-check-rustdoc, r=Mark-Simulacrum | bors | -2/+60 |
| 2018-04-20 | Implement Copy for std::alloc::Layout | Simon Sapin | -1/+1 |
| 2018-04-20 | Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrum | bors | -2/+10 |
| 2018-04-20 | Speed up `nearest_common_ancestor()`. | Nicholas Nethercote | -80/+60 |
| 2018-04-20 | Fix a copy-and-paste bug in nearest_common_ancestor. | Nicholas Nethercote | -1/+1 |
| 2018-04-20 | Disable auto-detection of libxml2 when compiling llvm. | Johannes Nixdorf | -0/+1 |
| 2018-04-20 | Auto merge of #49991 - wesleywiser:remove_hir_inlining, r=michaelwoerister | bors | -331/+117 |
| 2018-04-20 | Auto merge of #50069 - alexcrichton:fix-proc-macro, r=nrc | bors | -9/+127 |
| 2018-04-19 | Pass down NodeId to resolve_path | Manish Goregaokar | -13/+19 |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -11/+30 |
| 2018-04-20 | Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-04-19 | rustc: Blanket whitelist `#[target_feature]` | Alex Crichton | -1/+1 |
| 2018-04-19 | rustc: Whitelist upstream target_features | Alex Crichton | -2/+38 |
| 2018-04-20 | Adapt the owned_box lang item to allow a Box type with defaulted parameters | Mike Hommey | -2/+10 |
| 2018-04-20 | Support an alternative form for box_free | Mike Hommey | -24/+44 |
| 2018-04-20 | Remove the explicit box_free type check | Mike Hommey | -69/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -331/+117 |
| 2018-04-20 | Pass the right type to box_free() in MIR | Mike Hommey | -70/+34 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -47/+5 |
| 2018-04-19 | Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton | bors | -5/+3 |
| 2018-04-19 | wasm: Increase default stack size to 1MB | Alex Crichton | -0/+1 |
| 2018-04-19 | Update stdsimd submodule | Guillaume Gomez | -0/+0 |
| 2018-04-19 | Rustfmt result (for relevant changes) to satisfy Travis line length check. | Nicholas Rishel | -1/+4 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -32/+51 |
| 2018-04-19 | The prior check causes abstract unix domain sockets to return unnamed on Andr... | Nicholas Rishel | -1/+1 |
| 2018-04-19 | Fix some of the __names in the comments | James Sanderson | -13/+13 |
| 2018-04-19 | Gensym remaining identifiers | James Sanderson | -5/+5 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -2/+9 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -2/+53 |
| 2018-04-19 | Auto merge of #50020 - oli-obk:clippy, r=Manishearth | bors | -19/+42 |