<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/collections/vec_deque/mod.rs, branch 1.50.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.50.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.50.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-12-13T14:18:38+00:00</updated>
<entry>
<title>fix typo</title>
<updated>2020-12-13T14:18:38+00:00</updated>
<author>
<name>Justus K</name>
<email>justus.k@protonmail.com</email>
</author>
<published>2020-12-13T14:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09d528ec155f77349001fa7eb6c3ae3363f41412'/>
<id>urn:sha1:09d528ec155f77349001fa7eb6c3ae3363f41412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix panic if converting ZST Vec to VecDeque</title>
<updated>2020-12-13T09:02:36+00:00</updated>
<author>
<name>Justus K</name>
<email>justus.k@protonmail.com</email>
</author>
<published>2020-12-13T09:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f30b7dd87b8555698ca7e7de360b037230e1f23'/>
<id>urn:sha1:0f30b7dd87b8555698ca7e7de360b037230e1f23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix unsoundness in `make_contiguous`</title>
<updated>2020-12-08T09:34:31+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-12-08T09:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fb9f1d7846f64beeec749db5933a24c05456ff2'/>
<id>urn:sha1:4fb9f1d7846f64beeec749db5933a24c05456ff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More consistently use spaces after commas in lists in docs</title>
<updated>2020-11-21T19:43:34+00:00</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2020-11-21T19:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae17d7d455842576f4a4bdb6759be9df9a859635'/>
<id>urn:sha1:ae17d7d455842576f4a4bdb6759be9df9a859635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: vec_deque ignore-tidy-filelength</title>
<updated>2020-11-13T17:56:39+00:00</updated>
<author>
<name>C</name>
<email>DeveloperC@protonmail.com</email>
</author>
<published>2020-11-13T17:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75dfc711da035ab8cc29a2dc32644f47e9d16ed8'/>
<id>urn:sha1:75dfc711da035ab8cc29a2dc32644f47e9d16ed8</id>
<content type='text'>
commit c547d5fabcd756515afa7263ee5304965bb4c497
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 11:22:23 2020 +0000

    test: updating ui/hygiene/panic-location.rs expected

commit 2af03769c4ffdbbbad75197a1ad0df8c599186be
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 10:43:30 2020 +0000

    fix: documentation unresolved link

commit c4b0df361ce27d7392d8016229f2e0265af32086
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:58:31 2020 +0000

    style: compiling with Rust's style guidelines

commit bdd2de5f3c09b49a18e3293f2457fcab25557c96
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:56:31 2020 +0000

    refactor: removing ignore-tidy-filelength

commit fcc4b3bc41f57244c65ebb8e4efe4cbc9460b5a9
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:51:35 2020 +0000

    refactor: moving trait RingSlices to ring_slices.rs

commit 2f0cc539c06d8841baf7f675168f68ca7c21e68e
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:46:09 2020 +0000

    refactor: moving struct PairSlices to pair_slices.rs

commit a55d3ef1dab4c3d85962b3a601ff8d1f7497faf2
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:31:45 2020 +0000

    refactor: moving struct Iter to iter.rs

commit 76ab33a12442a03726f36f606b4e0fe70f8f246b
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:24:32 2020 +0000

    refactor: moving struct IntoIter into into_iter.rs

commit abe0d9eea2933881858c3b1bc09df67cedc5ada5
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 02:19:07 2020 +0000

    refactor: moving struct IterMut into iter_mut.rs

commit 70ebd6420335e1895e2afa2763a0148897963e24
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 01:49:15 2020 +0000

    refactor: moved macros into macros.rs

commit b08dd2add994b04ae851aa065800bd8bd6326134
Author: C &lt;DeveloperC@protonmail.com&gt;
Date:   Sat Oct 31 01:05:36 2020 +0000

    refactor: moving vec_deque.rs to vec_deque/mod.rs
</content>
</entry>
</feed>
