summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+2
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-13/+2
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-2/+2
2014-03-29Register new snapshotFlavio Percoco-13/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-2/+2
2014-03-28auto merge of #13149 : brson/rust/rustdoclogo, r=alexcrichtonbors-2/+2
2014-03-28auto merge of #13107 : seanmonstar/rust/encoder-errors, r=ericktbors-2/+13
2014-03-27auto merge of #13173 : alexcrichton/rust/rustdoc-mods, r=huonwbors-2/+4
2014-03-27serialize: use ResultSean McArthur-2/+13
2014-03-27Revert "Modules are either public, or private, so private modules should be s...Alex Crichton-2/+4
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-25auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichtonbors-5/+5
2014-03-25rustdoc: Display rust logo again. Closes #13148Brian Anderson-2/+2
2014-03-25auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichtonbors-32/+65
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-5/+5
2014-03-25rustdoc: render derived impls separatelyCorey Richardson-3/+30
2014-03-25rustdoc: add some docs for item typesCorey Richardson-0/+6
2014-03-25rustdoc: html: use raw strings for great justiceCorey Richardson-29/+29
2014-03-24test: Update all tests with the sync changesAlex Crichton-8/+8
2014-03-23iter: remove `to_owned_vec`Daniel Micay-7/+7
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-2/+2
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-22rustdoc: Fix fallout of removing get()Alex Crichton-7/+5
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-2/+2
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-5/+2
2014-03-21auto merge of #13043 : alexcrichton/rust/fix-rustdoc-windows, r=brsonbors-3/+13
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-5/+2
2014-03-21rustdoc: Fix file locking on windowsAlex Crichton-3/+13
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-175/+205
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-6/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-5/+5
2014-03-20rename std::vec -> std::sliceDaniel Micay-9/+9
2014-03-19auto merge of #12879 : Aatch/rust/rustdoc-mod-privacy, r=alexcrichtonbors-4/+2
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-156/+382
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+8
2014-03-17Fix rustdoc and tests.Eduard Burtescu-32/+20
2014-03-17De-@ ParseSess uses.Eduard Burtescu-3/+3
2014-03-17De-@ filesearch.Eduard Burtescu-14/+12
2014-03-17De-@ Session usage.Eduard Burtescu-40/+48
2014-03-17Modules are either public, or private, so private modules should be stripped outJames Miller-4/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+9
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-6/+1
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+4
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+4
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-3/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-22/+23