about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-3/+3
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-3/+3
2013-03-21auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstriebors-4/+4
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-4/+4
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-4/+4
2013-03-20core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182.Graydon Hoare-27/+27
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-2/+2
2013-03-16auto merge of #5374 : z0w0/rust/rustdoc-explicit-self, r=z0w0bors-9/+12
2013-03-17rustdoc: Fix method printing testsZack Corr-8/+8
2013-03-16rustdoc: Show all impls of traits. #5406Brian Anderson-1/+23
2013-03-14rustdoc: Filter out private definitions. Closes #3538Zack Corr-2/+1
2013-03-14rustdoc: Document explicit self in methods. Closes #5254Zack Corr-1/+4
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-2/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-0/+1
2013-03-07test: Fix tests.Patrick Walton-9/+18
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-245/+245
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-2/+2
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-45/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-05rustc: minor code cleanupErick Tryzelaar-6/+6
2013-03-05core: convert vec::{tail,tailn} to return referencesErick Tryzelaar-1/+1
2013-03-05core: convert vec::{head,head_opt} to return referencesErick Tryzelaar-14/+14
2013-03-05rustdoc: change paragraphs fn to take &strErick Tryzelaar-2/+2
2013-03-05rustdoc: Remove a unused variable warningErick Tryzelaar-1/+1
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-5/+25
2013-03-04Remove unused imports throughout src/Alex Crichton-81/+0
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-35/+25
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-33/+33
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-2/+2
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-2/+2
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-3/+3
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+4
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-8/+8
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-1/+4
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-5/+5
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-5/+5
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-1/+1
2013-02-26Remove space from the middle of pathJohn Clements-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-4/+4
2013-02-22librustpkg: De-mut librustdoc and librustpkg. rs=demutingPatrick Walton-4/+4
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-8/+8
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-5/+5
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-2/+3