Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Rust updates: vec + slice, read_bytes and inner attributes #69

Merged
merged 3 commits into from
Mar 30, 2014
Merged

Conversation

Ogeon
Copy link
Collaborator

@Ogeon Ogeon commented Mar 21, 2014

  • The vector mods have been renamed: std::vec_ng->std::vec and std::vec->std::slice
  • TcpStream::read_bytes changed to TcpStream::read_exact
  • The new syntax for inner attributes have arrived
  • The attribute input to the headers_mod macro had to be changed. I made a quick fix on that one, which works for the current use.

@Ogeon Ogeon changed the title Rust update: std::vec_ng->std::vec and std::vec->std::slice Rust updates: vec + slice, read_bytes and inner attributes Mar 30, 2014
chris-morgan added a commit that referenced this pull request Mar 30, 2014
Rust updates: vec + slice, read_bytes and inner attributes
@chris-morgan chris-morgan merged commit 546f122 into chris-morgan:master Mar 30, 2014
Kroisse added a commit to Kroisse/rust-http that referenced this pull request Mar 30, 2014
related issues of mozilla/rust:
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude

already fixed in chris-morgan#69:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
am0d pushed a commit to am0d/rust-http that referenced this pull request Apr 4, 2014
related issues of mozilla/rust:
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude

already fixed in chris-morgan#69:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants