about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-03-11treemap: indentation fixesDaniel Micay-14/+14
2013-03-11treemap: make set_advance publicDaniel Micay-2/+2
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-14/+40
2013-03-11libsyntax: Stop parsing bare functions in preparation for switching them overPatrick Walton-2/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-210/+210
2013-03-10Correct copyright year to be 2012-2013.Ben Kelly-1/+1
2013-03-10Fix formatting and errors in std::getopts example.Ben Kelly-5/+8
2013-03-08Fix dvec-related fallout in testsAlex Crichton-15/+9
2013-03-08std: Remove uses of DVecAlex Crichton-59/+51
2013-03-07test: Fix tests.Patrick Walton-17/+27
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1598/+1632
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-3/+6
2013-03-07libstd: Remove `extern mod { ... }` from libstd. rs=deexterningPatrick Walton-195/+238
2013-03-07De-implicit-self libstdBen Striegel-127/+128
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-114/+159
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-0/+21
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-4/+4
2013-03-05std: remove an unnecessary copy from workcacheErick Tryzelaar-1/+1
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-9/+9
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-2/+2
2013-03-04De-implicit-self libcoreBen Striegel-9/+9
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-6/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-75/+2
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+20
2013-03-03replace option::iter with a BaseIter implDaniel Micay-2/+2
2013-03-02libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defunPatrick Walton-40/+43
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-27/+25
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-81/+86
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-81/+86
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-4/+4
2013-03-01auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brsonbors-76/+76
2013-03-02Remove REC, change related tests/docsJihyun Yu-4/+4
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-6/+6
2013-03-01`std::net::tcp` docs: Use current syntax and typesBenjamin Herr-76/+76
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-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-24/+0
2013-02-28auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats...bors-2/+2
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-24/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-65/+1
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-65/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-208/+221
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-0/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-44/+44
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27auto merge of #5140 : yjh0502/rust/issue_4458, r=catamorphismbors-1/+21
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-75/+73