summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux-and-clangacrichto-tmpAlex Crichton2018-04-2617-425/+143
* Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisabors2018-04-231-1/+3
|\
| * Changed help message to notePhlosioneer2018-04-161-1/+1
| * Add emit call to error messagePhlosioneer2018-03-271-1/+1
| * Better error message when trying to write default implsPhlosioneer2018-03-261-1/+3
* | Auto merge of #50129 - wesleywiser:clean_up1, r=michaelwoeristerbors2018-04-231-12/+13
|\ \
| * | Clean up `IsolatedEncoder::encode_info_for_impl_item()` a bitWesley Wiser2018-04-201-12/+13
* | | Auto merge of #50171 - mattico:update-mdbook, r=Mark-Simulacrumbors2018-04-232-11/+27
|\ \ \
| * | | Update MDBookMatt Ickstadt2018-04-222-11/+27
* | | | Auto merge of #48946 - PramodBisht:issues/48636, r=estebankbors2018-04-233-1/+46
|\ \ \ \ | |/ / / |/| | |
| * | | 1) Addresses #48636Pramod Bisht2018-04-223-1/+46
* | | | Auto merge of #50144 - sfackler:oom-lang-item, r=alexcrichtonbors2018-04-2223-177/+61
|\ \ \ \
| * | | | Remove unused AllocatorTy::BangSteven Fackler2018-04-223-6/+1
| * | | | Remove Alloc::oomSteven Fackler2018-04-229-115/+10
| * | | | Replace GlobalAlloc::oom with a lang itemSteven Fackler2018-04-2216-59/+53
* | | | | Auto merge of #50152 - petrochenkov:nooverhyg, r=alexcrichtonbors2018-04-223-1/+55
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | parser: Do not override syntactic context for dummy spansVadim Petrochenkov2018-04-223-1/+55
* | | | | Auto merge of #50135 - matklad:update-cargo, r=kennytmbors2018-04-221-0/+0
|\ \ \ \ \
| * | | | | Update CargoAleksey Kladov2018-04-211-0/+0
| | |/ / / | |/| | |
* | | | | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors2018-04-229-26/+231
|\ \ \ \ \
| * | | | | Remove link generation on image, favicon and logo in settingsGuillaume Gomez2018-04-212-26/+19
| * | | | | Add rustdoc settings menuGuillaume Gomez2018-04-179-26/+238
* | | | | | Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichtonbors2018-04-221-2/+20
|\ \ \ \ \ \
| * | | | | | Do not test RLS and rustfmt if build of these failed.kennytm2018-04-211-2/+20
* | | | | | | Auto merge of #50109 - SimonSapin:copy, r=sfacklerbors2018-04-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Implement Copy for std::alloc::LayoutSimon Sapin2018-04-201-1/+1
* | | | | | | | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors2018-04-2222-11/+293
|\ \ \ \ \ \ \ \
| * | | | | | | | Add doc about doc alias featureGuillaume Gomez2018-04-222-0/+39
| * | | | | | | | Add tracking issue number for doc alias featureGuillaume Gomez2018-04-222-2/+2
| * | | | | | | | remove unused conditionGuillaume Gomez2018-04-211-5/+0
| * | | | | | | | Add alias testsGuillaume Gomez2018-04-216-0/+96
| * | | | | | | | update testerGuillaume Gomez2018-04-211-0/+2
| * | | | | | | | fix invalid items removalGuillaume Gomez2018-04-211-2/+4
| * | | | | | | | add more aliasesGuillaume Gomez2018-04-216-0/+32
| * | | | | | | | Add aliases in the search as wellGuillaume Gomez2018-04-212-6/+20
| * | | | | | | | Generate alias fileGuillaume Gomez2018-04-216-7/+87
| * | | | | | | | Add specific never searchGuillaume Gomez2018-04-212-1/+23
* | | | | | | | | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors2018-04-2229-3886/+3980
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin2018-04-218-29/+40
| * | | | | | | | Move intrinsics-based float methods out of libcore into libstdSimon Sapin2018-04-2110-104/+54
| * | | | | | | | Add some f32 and f64 inherent methods in libcoreSimon Sapin2018-04-2110-559/+611
| * | | | | | | | Replace StrExt with inherent str methods in libcoreSimon Sapin2018-04-2111-1741/+1766
| * | | | | | | | Replace SliceExt with inherent [T] methods in libcoreSimon Sapin2018-04-219-1393/+1418
| * | | | | | | | Move non-allocating [u8] inherent methods to libcoreSimon Sapin2018-04-217-56/+101
| * | | | | | | | Remove unused methods on the private Wtf8 typeSimon Sapin2018-04-211-14/+0
* | | | | | | | | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors2018-04-2163-49/+188
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add back missing `#![feature(never_type)]`skennytm2018-04-218-0/+15
| * | | | | | | | | Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II2018-04-2011-27/+28
| * | | | | | | | | Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II2018-04-205-5/+18
| * | | | | | | | | Revert stabilization of `feature(never_type)`.Felix S. Klock II2018-04-2041-17/+127
| | |_|/ / / / / / | |/| | | | | | |