]> git.lizzy.rs Git - rust.git/history - src/doc
auto merge of #14653 : alexcrichton/rust/travis-opt, r=cmr
[rust.git] / src / doc /
2014-06-06 borsauto merge of #14653 : alexcrichton/rust/travis-opt...
2014-06-05 borsauto merge of #14641 : darnuria/rust/add_documentation_...
2014-06-05 borsauto merge of #14538 : alexcrichton/rust/libcollections...
2014-06-05 Alex CrichtonFallout from the libcollections movement
2014-06-05 borsauto merge of #14647 : BurntSushi/rust/fix-14185, r...
2014-06-05 borsauto merge of #14526 : pczarn/rust/hashmap-opt, r=alexc...
2014-06-05 borsauto merge of #14644 : alexcrichton/rust/more-no-runtim...
2014-06-05 borsauto merge of #14643 : jakub-/rust/infinite-loop-unreac...
2014-06-05 borsauto merge of #14642 : aochagavia/rust/pr, r=alexcrichton
2014-06-05 borsauto merge of #14568 : erickt/rust/slice-update, r...
2014-06-05 borsauto merge of #14592 : alexcrichton/rust/rustdoc-links...
2014-06-05 borsauto merge of #14610 : alexcrichton/rust/issue-14008...
2014-06-05 borsauto merge of #14529 : brson/rust/ptr, r=brson
2014-06-05 Brian Andersoncore: Apply stability attributes to ptr mod
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-04 borsauto merge of #14623 : exscape/rust-fork/master, r...
2014-06-04 borsauto merge of #14616 : forticulous/rust/rc-show, r...
2014-06-04 borsauto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis
2014-06-03 borsauto merge of #14627 : Indiv0/rust/fix-crateid-doc...
2014-06-03 borsauto merge of #14626 : klutzy/rust/issue-14618, r=alexc...
2014-06-03 borsauto merge of #14625 : japaric/rust/slice-tojson, r...
2014-06-03 borsauto merge of #14622 : reillywatson/rust/master, r...
2014-06-03 Reilly WatsonDoc: grammar fix in intro.md
2014-06-03 borsauto merge of #14609 : aturon/rust/issue-12882, r=alexc...
2014-06-03 borsauto merge of #14605 : jakub-/rust/pattern-matching...
2014-06-03 borsauto merge of #14601 : skade/rust/remove-notrust-tags...
2014-06-02 borsauto merge of #14598 : alexcrichton/rust/triage, r...
2014-06-02 borsauto merge of #14509 : klutzy/rust/de-pub-use-glob...
2014-06-02 klutzydoc: Remove use of `pub use` globs
2014-06-02 Florian Gilcherdocs: Stop using `notrust`
2014-06-02 Alex Crichtonrustdoc: Fix some more broken links
2014-06-01 borsauto merge of #14580 : utkarshkukreti/rust/fix-docs...
2014-06-01 borsauto merge of #14578 : huonw/rust/as_slice-cheatsheet...
2014-06-01 borsauto merge of #14571 : bnoordhuis/rust/libtest-check...
2014-06-01 borsauto merge of #14513 : alexcrichton/rust/rustdoc-primit...
2014-06-01 Alex Crichtonrustdoc: Fix cross-crate links to reexported items
2014-06-01 Alex Crichtondoc: Fix a number of broken links
2014-06-01 borsauto merge of #14561 : jakub-/rust/issue-11319, r=alexc...
2014-06-01 Huon Wilsondoc: add an `.as_slice` example to the cheatsheet.
2014-06-01 borsauto merge of #14567 : cburgdorf/rust/patch-2, r=brson
2014-06-01 borsauto merge of #14566 : cburgdorf/rust/patch-1, r=cmr
2014-05-31 Christoph BurgdorfFix example in lifetime guide
2014-05-31 Christoph BurgdorfRename variable in tutorial
2014-05-31 borsauto merge of #14562 : jakub-/rust/issue-14541, r=alexc...
2014-05-31 borsauto merge of #14563 : dotdash/rust/clone_kill, r=huonw
2014-05-31 borsauto merge of #14557 : zwarich/rust/missing-comment...
2014-05-31 borsauto merge of #14556 : sfackler/rust/kill-workcache...
2014-05-31 borsauto merge of #14555 : tomjakubowski/rust/fix-snappy...
2014-05-31 borsauto merge of #14553 : reem/rust/nuke-owned-vectors...
2014-05-31 borsauto merge of #14544 : aturon/rust/issue-14352, r=alexc...
2014-05-31 Jonathan ReemRemove deprecated owned vector from tutorial.
2014-05-31 Jonathan ReemRemove deprecated owned vector from rust.md
2014-05-31 Jonathan ReemRemove deprecated owned vector from macro guide.
2014-05-31 Jonathan ReemRemove deprecated owned vector from intro.
2014-05-31 Jonathan ReemRemove deprecated owned vector from complement cheatsheet.
2014-05-31 Tom JakubowskiFix outgoing link to snappy in the FFI guide
2014-05-31 borsauto merge of #14534 : alexcrichton/rust/snapshots...
2014-05-30 borsauto merge of #14547 : reem/rust/remove-owned-vec-docs...
2014-05-30 Alex Crichtonstd: Rename {Eq,Ord} to Partial{Eq,Ord}
2014-05-30 borsauto merge of #14546 : SimonSapin/rust/patch-13, r...
2014-05-30 borsauto merge of #14536 : zwarich/rust/issue-14498, r...
2014-05-30 Jonathan ReemRemove deprecated owned vector from iterator example.
2014-05-30 borsauto merge of #14520 : Ryman/rust/SnakeCaseLint, r...
2014-05-30 Kevin Butlerwindows: Allow snake_case errors for now.
2014-05-30 borsauto merge of #14535 : sfackler/rust/bitv-show, r=alexc...
2014-05-30 borsauto merge of #14524 : ahmedcharles/rust/to_string...
2014-05-30 borsauto merge of #14522 : aturon/rust/make_unique, r=alexc...
2014-05-30 borsauto merge of #14517 : lucy/rust/issue-14499, r=alexcri...
2014-05-30 borsauto merge of #14514 : Randati/rust/patch-1, r=huonw
2014-05-30 borsauto merge of #14512 : Heather/rust/patch-1, r=alexcrichton
2014-05-30 borsauto merge of #14510 : kballard/rust/rename_strallocati...
2014-05-29 borsauto merge of #14427 : alexcrichton/rust/librand, r...
2014-05-29 Alex Crichtonstd: Recreate a `rand` module
2014-05-29 borsauto merge of #14486 : michaelwoerister/rust/unified_en...
2014-05-29 borsauto merge of #14483 : ahmedcharles/rust/patbox, r...
2014-05-29 borsauto merge of #14492 : alexcrichton/rust/totaleq, r...
2014-05-29 borsauto merge of #14488 : SimonSapin/rust/patch-11, r...
2014-05-29 borsauto merge of #14487 : arielb1/rust/fix-13933, r=alexcr...
2014-05-29 RandatiRevert erroneous fix to tutorial
2014-05-29 borsauto merge of #14481 : alexcrichton/rust/no-format...
2014-05-29 borsauto merge of #14506 : luqmana/rust/fc, r=alexcrichton
2014-05-29 borsauto merge of #14472 : huonw/rust/native-lib-warnings...
2014-05-29 borsauto merge of #14477 : alexcrichton/rust/issue-14456...
2014-05-29 borsauto merge of #14451 : alexcrichton/rust/issue-14442...
2014-05-29 borsauto merge of #14476 : luqmana/rust/docs, r=alexcrichton
2014-05-28 borsauto merge of #14465 : Ryman/rust/patch-1, r=alexcrichton
2014-05-28 borsauto merge of #13738 : buttslol/rust/armv7-support...
2014-05-28 Alex Crichtonstd: Remove format_strbuf!()
2014-05-28 borsauto merge of #14463 : SergioBenitez/rust/deprecation...
2014-05-28 Simon SapinDoc: `static mut` is unsafe too
2014-05-28 borsauto merge of #14459 : seanmonstar/rust/select-docs...
2014-05-28 borsauto merge of #14455 : crabtw/rust/mips, r=alexcrichton
2014-05-28 borsauto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcr...
2014-05-28 borsauto merge of #14452 : alexcrichton/rust/issue-14438...
2014-05-28 borsauto merge of #14364 : alexcrichton/rust/libdebug,...
2014-05-28 Alex CrichtonMove std::{reflect,repr,Poly} to a libdebug crate
2014-05-28 borsauto merge of #14387 : alan-andrade/rust/remove_managed...
2014-05-28 borsauto merge of #14414 : richo/rust/features/nerf_unused_...
2014-05-27 borsauto merge of #14447 : erickt/rust/show-treemap, r...
2014-05-27 borsauto merge of #14444 : huonw/rust/nice-for-errors,...
next