about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-54/+51
2013-03-02libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defunPatrick Walton-40/+43
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-194/+181
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-52/+58
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-497/+356
2013-03-02auto merge of #5199 : thestinger/rust/hashmap, r=brsonbors-313/+313
2013-03-02auto merge of #5198 : youknowone/rust/repeat-count, r=brsonbors-14/+10
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-02libsyntax: add some more explicit copies for vecs_implicitly_copyable)Erick Tryzelaar-7/+8
2013-03-02Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-487/+469
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-93/+253
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-82/+87
2013-03-02add a TotalOrd traitDaniel Micay-11/+166
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-235/+54
2013-03-02auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphismbors-16/+22
2013-03-02auto merge of #5191 : brson/rust/movert, r=brsonbors-11/+5
2013-03-02make LinearMap fields privateDaniel Micay-313/+313
2013-03-02Better highlight for repeat count errorJeong YunWon-14/+10
2013-03-02Allow constant c-like enum to integral/float castJeong YunWon-3/+65
2013-03-01auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brsonbors-76/+76
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-166/+370
2013-03-02Remove REC, change related tests/docsJihyun Yu-235/+54
2013-03-01auto merge of #5165 : brson/rust/unstable, r=brsonbors-56/+59
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-16/+22
2013-03-01auto merge of #5190 : brson/rust/snap, r=brsonbors-1/+1
2013-03-01Merge remote branch 'nmatsakis/parser-perf-problem' into incomingPatrick Walton-18/+28
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-11/+5
2013-03-01Register FreeBSD snapshotBrian Anderson-1/+1
2013-03-01Avoid calling to_vec() unnecessarily in parser.Niko Matsakis-18/+28
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-56/+59
2013-03-01`std::net::tcp` docs: Use current syntax and typesBenjamin Herr-76/+76
2013-03-01librustc: Add missing import. rs=burningtreePatrick Walton-0/+1
2013-03-01Merge pull request #5178 from catamorphism/constant-buffersPatrick Walton-4/+10
2013-03-01Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i...Patrick Walton-128/+311
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-9/+9
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-13/+17
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1190/+1503
2013-03-01auto merge of #5162 : brson/rust/fixmes, r=brsonbors-3/+3
2013-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-68/+2
2013-02-28testsuite: Re-xfail record-trailing-commaTim Chevalier-0/+1
2013-02-28auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats...bors-354/+295
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-68/+1
2013-02-28Register snapshotsTim Chevalier-0/+8
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-354/+295
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-253/+10
2013-02-28core: Address XXX, make static constants for strings used when stringifying f...Tim Chevalier-4/+10
2013-02-28auto merge of #5113 : alexcrichton/rust/issue-4366, r=catamorphismbors-293/+547
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-251/+5
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-289/+489