| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-12 | Rollup merge of #57296 - ↵ | Mazdak Farrokhzad | -1/+1 | |
| JosephTLyons:Fix-question-mark-operator-in-stdio-document, r=wesleywiser Fixed the link to the ? operator I'm working on updating all broken links, but figured I'd break up the pull requests so they are easier to review, versus just one big pull request. | ||||
| 2019-01-04 | Doc rewording, use the same name `writer` | king6cong | -2/+2 | |
| 2019-01-03 | Fixed the link to the ? operator | Joseph Lyons | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -90/+0 | |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, ↵ | kennytm | -1/+7 | |
| r=QuietMisdreavus deny intra-doc link resolution failures in libstd Fixes #56693. Until we land a fix for the underlying issue (#56922), we can at least fix the failures in libstd so they don't propagate to downstream crates. | ||||
| 2018-12-19 | Rollup merge of #56363 - Lucretiel:patch-3, r=shepmaster | Pietro Albini | -13/+10 | |
| Defactored Bytes::read Removed unneeded refactoring of read_one_byte, which removed the unneeded dynamic dispatch (`dyn Read`) used by that function. This function is only used in one place in the entire Rust codebase; there doesn't seem to be a reason for it to exist (and there especially doesn't seem to be a reason for it to use dynamic dispatch) | ||||
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -1/+7 | |
| 2018-12-17 | Reordered match arms | Nathan West | -1/+1 | |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -1/+0 | |
| Remove some unnecessary feature gates fixes #56585 cc @jethrogb | ||||
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -0/+1 | |
| * Update bootstrap compiler * Update version to 1.33.0 * Remove some `#[cfg(stage0)]` annotations Actually updating the version number is blocked on updating Cargo | ||||
| 2018-12-11 | Remove unnecessary feature gates from const fns | Oliver Scherer | -1/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 | |
| 2018-12-07 | Auto merge of #56581 - kennytm:rollup, r=kennytm | bors | -2/+2 | |
| Rollup of 7 pull requests Successful merges: - #56000 (Add Armv8-M Mainline targets) - #56250 (Introduce ptr::hash for references) - #56434 (Improve query cycle errors for parallel queries) - #56516 (Replace usages of `..i + 1` ranges with `..=i`.) - #56555 (Send textual profile data to stderr, not stdout) - #56561 (Fix bug in from_key_hashed_nocheck) - #56574 (Fix a stutter in the docs for slice::exact_chunks) Failed merges: r? @ghost | ||||
| 2018-12-07 | SGX target: implement synchronization primitives and threading | Jethro Beekman | -0/+1 | |
| 2018-12-07 | Add x86_64-fortanix-unknown-sgx target to libstd and dependencies | Jethro Beekman | -1/+1 | |
| The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from the wasm target. This also updates the dlmalloc submodule to the very latest version. | ||||
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -2/+2 | |
| 2018-11-29 | Typo | Nathan West | -1/+1 | |
| 2018-11-29 | Removed unnecessary buf subscript | Nathan West | -4/+5 | |
| 2018-11-29 | Defactored Bytes::read | Nathan West | -13/+9 | |
| Removed unneeded refactoring of read_one_byte, which removed the unneeded dynamic dispatch (`dyn Read`) used by that function. | ||||
| 2018-11-21 | fix small doc mistake | antoine-de | -1/+1 | |
| The std::io::read main documentation can lead to error because the buffer is prefilled with 10 zeros that will pad the response. Using an empty vector is better. The `read_to_end` documentation is already correct though. This is my first rust PR, don't hesitate to tell me if I did something wrong. | ||||
| 2018-11-15 | Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmaster | Pietro Albini | -10/+38 | |
| Add BufWriter::buffer method CC #45323 | ||||
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 | |
| 2018-11-02 | Fix compile errors in test | Jonathan Behrens | -9/+9 | |
| 2018-11-02 | Suggested edits | Jonathan Behrens | -24/+24 | |
| 2018-11-02 | Add some tests | Jonathan Behrens | -11/+20 | |
| 2018-11-02 | Add BufWriter::buffer method | Jonathan Behrens | -0/+19 | |
| 2018-10-07 | Auto merge of #53517 - phungleson:fix-impl-from-for-error, r=frewsxcv | bors | -0/+13 | |
| Add doc for impl From for Error As part of issue #51430 (cc @skade). The impl is very simple, let me know if we need to go into any details. | ||||
| 2018-10-06 | 'a' → 'an' in front of vowel sounds. | Corey Farwell | -1/+1 | |
| 2018-10-03 | Remove main() from examples | Son | -5/+3 | |
| 2018-09-28 | Improve docs for std::io::Seek | Marcus Griep | -2/+2 | |
| Fixes #54562 | ||||
| 2018-09-27 | Doc for From ErrorKind | Son | -3/+12 | |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 | |
| Update documentation for fill_buf in std::io::BufRead Brings the documentation in line with the BufReader implementation. Fixes #48022. This is my first PR, and I think the `E-easy` label is very cool, as so is the practice of describing the fix but leaving it for someone else; it really makes it a lot less intimidating to get started with something! | ||||
| 2018-09-08 | Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, ↵ | bors | -4/+2 | |
| r=Mark-Simulacrum,QuietMisdreavus Trait impl show docs Fixes #51834. <img width="1440" alt="screen shot 2018-06-29 at 00 14 33" src="https://user-images.githubusercontent.com/3050060/42063323-6e6e8cc8-7b31-11e8-88ef-4dd2229df76c.png"> (You can see both commit changes in the screenshot 😄) r? @QuietMisdreavus | ||||
| 2018-09-07 | Update documentation for fill_buf in std::io::BufRead | Alva Snædís | -1/+2 | |
| Brings the documentation in line with the BufReader implementation. Fixes #48022. | ||||
| 2018-09-07 | Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez | kennytm | -0/+5 | |
| Cross reference io::copy and fs::copy in docs. Fixes https://github.com/rust-lang/rust/issues/52524. | ||||
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -4/+2 | |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -28/+30 | |
| 2018-08-20 | Add doc for impl From for Error | Son | -0/+6 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2018-08-15 | Make std::io::Error #[non_exhaustive] | varkor | -10/+1 | |
| 2018-08-14 | Cross reference io::copy and fs::copy in docs. | Corey Farwell | -0/+5 | |
| Fixes https://github.com/rust-lang/rust/issues/52524. | ||||
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable ↵ | Ralf Jung | -2/+1 | |
| state of the mutex | ||||
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -3/+2 | |
| 2018-08-06 | make Lazy::new unsafe and check reentrancy condition in the callers | Ralf Jung | -5/+11 | |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -0/+7 | |
| 2018-08-01 | Implement custom read_to_end for io::Take | ljedrz | -3/+16 | |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -214/+0 | |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -14/+14 | |
| Rollup of bare_trait_objects PRs All deny attributes were moved into bootstrap so they can be disabled with a line of config. Warnings for external tools are allowed and it's up to the tool's maintainer to keep it warnings free. r? @Mark-Simulacrum cc @ljedrz @kennytm | ||||
| 2018-07-26 | State default capacity for BufReader/BufWriter | Jonathan Behrens | -2/+4 | |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ↵ | Tatsuyuki Ishi | -14/+14 | |
| 'ljedrz/dyn_libterm' into dyn-rollup | ||||
