| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-10 | Auto merge of #59843 - pietroalbini:stable-extras, r=Mark-Simulacrum 1.34.0 | bors | -1/+3 | |
| [stable] Cherry-pick stdlib fix Cherry-picked: * #59835: Re-export NonZero signed variant in std r? @Mark-Simulacrum cc https://github.com/rust-lang/rust/issues/59834 @rust-lang/release | ||||
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 | |
| 2019-04-10 | Re-export NonZero signed variant in std | Lzu Tao | -0/+2 | |
| 2019-04-08 | Auto merge of #59794 - pietroalbini:stable-next, r=pietroalbini | bors | -1/+1 | |
| [stable] Rust 1.34.0 cc @rust-lang/release r? @ghost | ||||
| 2019-04-08 | stable 1.34.0 release | Pietro Albini | -1/+1 | |
| 2019-04-08 | Auto merge of #59737 - pietroalbini:beta-rollup, r=pietroalbini | bors | -116/+869 | |
| [beta] Rollup backports Cherry-picked: * #58021: Fix fallout from #57667 * #59599: Updated RELEASES.md for 1.34.0 * #59587: Remove #[doc(hidden)] from Error::type_id * #58994: Hide deprecation warnings inside derive expansions * #58015: Expand docs for `TryFrom` and `TryInto`. * #59770: ci: pin android emulator to 28.0.23 * #59704: ci: Update FreeBSD tarball downloads * #59257: Update CI configuration for building Redox libraries * #59724: Function arguments should never get promoted * #59499: Fix broken download link in the armhf-gnu image * #58330: Add rustdoc JS non-std tests * #58848: Prevent cache issues on version updates r? @ghost | ||||
| 2019-04-08 | Fix error index CSS file name | Guillaume Gomez | -8/+13 | |
| 2019-04-08 | Handle RUSTDOC_RESOURCE_SUFFIX env variable for rustdoc build | Guillaume Gomez | -0/+11 | |
| 2019-04-08 | Add resource suffix for libtest and proc_macro as well | Guillaume Gomez | -2/+2 | |
| 2019-04-08 | Prevent cache issues on version updates | Guillaume Gomez | -8/+7 | |
| 2019-04-08 | Make js tests work even with resource-suffix option | Guillaume Gomez | -3/+30 | |
| 2019-04-08 | Improve code | Guillaume Gomez | -1/+4 | |
| 2019-04-08 | Move rustdoc-js testing into compiletest | Guillaume Gomez | -53/+42 | |
| 2019-04-08 | Update to last updates | Guillaume Gomez | -3/+3 | |
| 2019-04-08 | Move documentation build into bootstrap | Guillaume Gomez | -46/+58 | |
| 2019-04-08 | Rename rustdoc js test suites | Guillaume Gomez | -100/+93 | |
| 2019-04-08 | Add rustdoc JS non-std tests | Guillaume Gomez | -1/+420 | |
| 2019-04-08 | fix broken download link in the armhf-gnu image | Pietro Albini | -1/+2 | |
| 2019-04-07 | Use `curl` instead of `wget`. | kennytm | -1/+1 | |
| 2019-04-07 | bless the ui tests | Pietro Albini | -3/+3 | |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 | |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 | |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+39 | |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+19 | |
| 2019-04-07 | Update CI configuration for building Redox libraries | Jeremy Soller | -10/+4 | |
| 2019-04-07 | ci: Update FreeBSD tarball downloads | Alex Crichton | -1/+5 | |
| These appear to have disappeared from the original server, so I acquired the contents from a different mirror and uploaded them to our S3 bucket | ||||
| 2019-04-07 | ci: pin android emulator to 28.0.23 | Pietro Albini | -3/+15 | |
| 2019-04-07 | Remove stabilized feature gate in doctest | Simon Sapin | -1/+0 | |
| 2019-04-07 | Vastly simplify TryFrom docs. | Simon Heath | -28/+8 | |
| 2019-04-07 | Incorporated review changes. | Simon Heath | -17/+35 | |
| 2019-04-07 | Slowly figuring out how rustdoc actually works. | Simon Heath | -0/+3 | |
| Unfortunately trying to run doctests on my local machine is not really faster than letting Travis do it... | ||||
| 2019-04-07 | Fix some links in TryFrom docs. | Simon Heath | -7/+15 | |
| 2019-04-07 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -17/+17 | |
| 2019-04-07 | Add basic docs to integer TryFrom impl macros. | Simon Heath | -0/+16 | |
| They're not as good as `From` 'cause they don't stringify the types and generate examples and so on, but it's a start. | ||||
| 2019-04-07 | Started expanding docs for `TryFrom` and `TryInto`. | Simon Heath | -1/+43 | |
| The examples are still lacking for now, both for module docs and for methods/impl's. | ||||
| 2019-04-06 | Don't report deprecation lints in derive expansions | Oliver Scherer | -2/+38 | |
| 2019-04-06 | Remove #[doc(hidden)] from Error::type_id | Aaron Power | -1/+0 | |
| 2019-04-06 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | ||||
| 2019-04-06 | Update RELEASES.md | XAMPPRocky | -10/+6 | |
| 2019-04-06 | Updated RELEASES.md for 1.34.0 | Aaron Power | -0/+153 | |
| 2019-04-06 | Fix fallout from #57667 | ishitatsuyuki | -33/+6 | |
| 2019-04-03 | Auto merge of #59640 - cuviper:beta-no-unwind-abort, r=Mark-Simulacrum | bors | -3/+5 | |
| [beta] Permit unwinding through FFI by default Let's kick the can down the road, keeping FFI-unwind-abort out of stable until #58794 is resolved. cc @rust-lang/release | ||||
| 2019-04-03 | Auto merge of #59623 - sgrif:sg-update-cargo-submodule, r=alexcrichton | bors | -0/+12 | |
| [beta] Update cargo This updates Cargo to the latest rust-1.34.0 branch r? @alexcrichton | ||||
| 2019-04-02 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 | |
| This reverts commit b4a6f597934f16f89e27058a32a514c9572f148f. | ||||
| 2019-04-02 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 | |
| See #58794 for context. | ||||
| 2019-04-02 | Update Cargo.lock | Sean Griffin | -0/+12 | |
| 2019-04-01 | [beta] Update cargo | Sean Griffin | -0/+0 | |
| This updates Cargo to the latest rust-1.34.0 branch | ||||
| 2019-03-26 | Auto merge of #59259 - petrochenkov:bderval, r=estebank | bors | -296/+403 | |
| [beta] Do not accidentally treat multi-segment meta-items as single-segment Partial backport of https://github.com/rust-lang/rust/pull/58899 to beta | ||||
| 2019-03-19 | Auto merge of #59295 - pietroalbini:beta-rollup, r=pietroalbini | bors | -35/+104 | |
| [beta] Rollup backports Rolled up: * [beta] Move to static.r-l.o stable release #58896 Cherry-picked: * Add release notes for PR #56243 #58959 * resolve: Account for new importable entities #59047 * bootstrap: Default to a sensible llvm-suffix. #59173 r? @ghost | ||||
| 2019-03-19 | bless ui tests | Pietro Albini | -2/+2 | |
