summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-03-02inline the implementation of TotalOrd for integersDaniel Micay-0/+1
2013-03-02add an initial radix trie implementationDaniel Micay-0/+370
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-12/+167
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-1/+1
2013-03-02add a TotalOrd traitDaniel Micay-11/+166
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-14/+18
2013-03-02make LinearMap fields privateDaniel Micay-313/+313
2013-03-02Remove REC, change related tests/docsJihyun Yu-14/+18
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-11/+5
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-44/+47
2013-03-01Merge pull request #5178 from catamorphism/constant-buffersPatrick Walton-4/+10
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-01auto merge of #5162 : brson/rust/fixmes, r=brsonbors-2/+2
2013-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-35/+0
2013-02-28auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats...bors-17/+17
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-35/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-17/+17
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-186/+4
2013-02-28core: Address XXX, make static constants for strings used when stringifying f...Tim Chevalier-4/+10
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-186/+4
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-18/+19
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-11/+12
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-31/+31
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-28auto merge of #5159 : brson/rust/rtcall, r=brsonbors-19/+13
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-12/+48
2013-02-27auto merge of #5098 : pkgw/rust/pr/issue4869, r=brsonbors-21/+5
2013-02-27Convert NOTEs to FIXMEsBrian Anderson-2/+2
2013-02-27Remove the last remnants of rtcallsBrian Anderson-19/+13
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-12/+48
2013-02-27auto merge of #5145 : Kimundi/rust/incoming, r=catamorphismbors-0/+43
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-19/+19
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-51/+10
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-8/+8
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+43
2013-02-26auto merge of #5135 : brson/rust/start, r=pcwaltonbors-1/+16
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-29/+33
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-1/+16
2013-02-26Move levenshtein distance fn to core::str.Luqman Aden-0/+34
2013-02-26auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphismbors-11/+145
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-10/+0
2013-02-26Hoist macro defs out of inner functionJohn Clements-29/+33
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-10/+0
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-48/+142
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-0/+1
2013-02-26Add current year in the copyright headerOlivier Saut-1/+1
2013-02-26Various typos correctedOlivier Saut-8/+8
2013-02-23libcore: remove default to_str implementations for pointer typesPeter Williams-21/+5
2013-02-22auto merge of #5078 : bblum/rust/incoming, r=brsonbors-2/+3