]> git.lizzy.rs Git - rust.git/history - src/librustdoc/html
Add hide/show detail toggles to rustdoc
[rust.git] / src / librustdoc / html /
2014-08-02 Alexis BeingessnerAdd hide/show detail toggles to rustdoc
2014-07-31 borsauto merge of #15399 : kballard/rust/rewrite_local_data...
2014-07-31 borsauto merge of #16041 : treeman/rust/doc-rand, r=brson
2014-07-31 borsauto merge of #15999 : Kimundi/rust/fix_folder, r=nikom...
2014-07-31 borsauto merge of #16073 : mneumann/rust/dragonfly2, r...
2014-07-31 borsauto merge of #16090 : epdtry/rust/doesnt-use-gc, r...
2014-07-31 borsauto merge of #16076 : SimonSapin/rust/deprecate-url...
2014-07-31 borsauto merge of #16074 : nham/rust/bitflags_traits, r...
2014-07-31 borsauto merge of #15385 : jroweboy/rust/master, r=brson
2014-07-30 borsauto merge of #15915 : erickt/rust/master, r=alexcrichton
2014-07-30 borsauto merge of #16037 : erickt/rust/quote_arm, r=acrichto
2014-07-30 borsauto merge of #15777 : SimonSapin/rust/pub-ascii-maps...
2014-07-30 borsauto merge of #15670 : epdtry/rust/fast-archive-builder...
2014-07-30 borsauto merge of #16092 : alexcrichton/rust/rollup, r...
2014-07-29 Alexis Beingessnermaking raw source display better
2014-07-29 borsauto merge of #15956 : steveklabnik/rust/guide_crates...
2014-07-29 borsauto merge of #16046 : dotdash/rust/call_ignore_alloca...
2014-07-29 borsauto merge of #15989 : pcwalton/rust/borrowck-pattern...
2014-07-29 borsauto merge of #16054 : tshepang/rust/patch-1, r=brson
2014-07-29 borsauto merge of #16052 : nham/rust/fs_docs, r=brson
2014-07-29 borsauto merge of #16050 : jxs/rust/master, r=alexcrichton
2014-07-29 borsauto merge of #16049 : aturon/rust/stability-dashboard...
2014-07-29 borsauto merge of #16034 : sfackler/rust/test-reexport...
2014-07-29 borsauto merge of #16032 : treeman/rust/doc-treecollection...
2014-07-28 borsauto merge of #16027 : treeman/rust/doc-string, r=alexc...
2014-07-28 borsauto merge of #15983 : brson/rust/fail, r=alexcrichton
2014-07-28 Aaron Turonrustdoc: improvements to stability dashboard
2014-07-27 borsauto merge of #16026 : ruud-v-a/rust/patch-1, r=stevekl...
2014-07-27 borsauto merge of #16020 : nham/rust/ringbuf_hash_ord,...
2014-07-27 borsauto merge of #16030 : treeman/rust/doc-hashset-fix...
2014-07-27 borsauto merge of #16016 : tomjakubowski/rust/rustdoc-fix...
2014-07-27 borsauto merge of #16001 : Gankro/rust/rawstrings-proof...
2014-07-27 borsauto merge of #15963 : nham/rust/moar_15294, r=alexcrichton
2014-07-27 borsauto merge of #16006 : TeXitoi/rust/relicense-shootout...
2014-07-26 Tom Jakubowskirustdoc: Keep hidden struct fields out of search
2014-07-26 borsauto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton
2014-07-26 borsauto merge of #15762 : nham/rust/ringbuf_docs, r=alexcr...
2014-07-26 borsauto merge of #16000 : emkay/rust/lifetimes-guide-typo...
2014-07-26 borsauto merge of #15998 : luqmana/rust/nmnnbd, r=thestinger
2014-07-26 borsauto merge of #15996 : nham/rust/smallintmap_not_hashma...
2014-07-26 borsauto merge of #15991 : pcwalton/rust/resolve-regions...
2014-07-26 borsauto merge of #15988 : brson/rust/antlrprep, r=cmr
2014-07-26 borsauto merge of #15987 : brson/rust/hidestdrt, r=alexcrichton
2014-07-26 borsauto merge of #15982 : alexcrichton/rust/rustdoc-fixes...
2014-07-26 borsauto merge of #15789 : steveklabnik/rust/guide_pointers...
2014-07-25 borsauto merge of #15787 : treeman/rust/hashmap-doc, r...
2014-07-25 Patrick Waltonlibrustc: Disallow mutation and assignment in pattern...
2014-07-25 Alex Crichtonrustdoc: Fix links to Box/Gc
2014-07-25 Alex Crichtonrustdoc: Bind keydown instead of keypress for nav
2014-07-25 borsauto merge of #15958 : hirschenberger/rust/borrock...
2014-07-25 borsauto merge of #15959 : omasanori/rust/cleanup-ja, r...
2014-07-25 borsauto merge of #15951 : edwardw/rust/issue-15896, r...
2014-07-24 borsauto merge of #15945 : treeman/rust/doc-smallint-update...
2014-07-24 borsauto merge of #15424 : TeXitoi/rust/relicense-shootout...
2014-07-24 borsauto merge of #15949 : alexcrichton/rust/rollup, r...
2014-07-24 Patrick Waltonlibsyntax: Remove `~self` and `mut ~self` from the...
2014-07-24 Adolfo OchagavíaDeprecated `str::raw::from_buf_len`
2014-07-24 borsauto merge of #15407 : sneves/rust/master, r=aturon
2014-07-22 borsauto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexc...
2014-07-19 borsauto merge of #15638 : blake2-ppc/rust/ptr-arithmetic...
2014-07-18 borsauto merge of #15743 : Ryman/rust/mandelbrot_fix, r...
2014-07-18 borsauto merge of #15733 : sanxiyn/rust/use-from-type,...
2014-07-18 borsauto merge of #15732 : bgamari/rust/to-tokens, r=alexcr...
2014-07-18 borsauto merge of #15727 : fhahn/rust/remove-some-unwraps...
2014-07-18 borsauto merge of #15726 : aturon/rust/macro-stability...
2014-07-18 borsauto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
2014-07-18 borsauto merge of #15719 : michaelwoerister/rust/global_var...
2014-07-17 borsauto merge of #15718 : treeman/rust/integer-doc, r...
2014-07-17 borsauto merge of #15716 : treeman/rust/bigint-doc, r=alexc...
2014-07-17 borsauto merge of #15706 : phi-gamma/rust/master, r=huonw
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 borsauto merge of #15675 : errordeveloper/rust/json_docs...
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-17 borsauto merge of #14022 : pcwalton/rust/explicit-self...
2014-07-17 Patrick Waltonlibrustc: Implement the fully-expanded, UFCS form of...
2014-07-17 borsauto merge of #15652 : nick29581/rust/vec_index, r...
2014-07-17 Nick Camerondeprecate Vec::get
2014-07-16 borsauto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 borsauto merge of #15693 : steveklabnik/rust/guide_fix_carg...
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-16 borsauto merge of #15695 : alexcrichton/rust/fix-snapshots...
2014-07-15 borsauto merge of #15619 : kwantam/rust/master, r=huonw
2014-07-15 borsauto merge of #15615 : jakub-/rust/diagnostics, r=brson
2014-07-15 borsauto merge of #15426 : aochagavia/rust/str, r=alexcrichton
2014-07-15 Adolfo OchagavíaFix errors
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf8_lossy`
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf8_owned`
2014-07-15 borsauto merge of #15604 : mrmonday/rust/raw-socket-libc...
2014-07-15 borsauto merge of #15421 : catharsis/rust/doc-ffi-minor...
2014-07-15 borsauto merge of #15534 : steveklabnik/rust/guide_stdin...
2014-07-15 borsauto merge of #15531 : steveklabnik/rust/guide_looping...
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 borsauto merge of #15632 : masklinn/rust/patch-1, r=alexcri...
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
2014-07-13 borsauto merge of #15591 : aturon/rust/box-cell-stability...
2014-07-13 borsauto merge of #15646 : jbclements/rust/method-macros...
2014-07-13 borsauto merge of #15639 : supr/rust/master, r=sfackler
2014-07-13 borsauto merge of #15584 : alexcrichton/rust/warn-annoyance...
next