]> git.lizzy.rs Git - rust.git/history - src
libcore: Add read_until to ReaderUtil.
[rust.git] / src /
2013-03-03 Luqman Adenlibcore: Add read_until to ReaderUtil.
2013-03-03 borsauto merge of #5203 : erickt/rust/incoming, r=brson
2013-03-03 borsauto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton
2013-03-03 Patrick Waltonlibrustc: Stop parsing `fn@`, `fn~`, and `fn&`
2013-03-03 Patrick Waltonlibrustdoc: Remove `fn@`, `fn~`, and `fn&` from compile...
2013-03-03 Patrick Waltontest: Remove `fn@`, `fn~`, and `fn&` from the test...
2013-03-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-03 Patrick Waltonlibcore: Remove `fn@`, `fn~`, and `fn&` from libcore...
2013-03-03 Patrick Waltonlibstd: Remove `fn@`, `fn~`, and `fn&` from libstd...
2013-03-03 Patrick Waltonlibsyntax: Remove `fn@`, `fn~`, and `fn&` from libsynta...
2013-03-03 Patrick Waltonlibrustc: Remove `fn@`, `fn~`, and `fn&` from librustc...
2013-03-03 Patrick Waltonlibrustc: Forbid chained imports and fix the logic...
2013-03-03 borsauto merge of #5199 : thestinger/rust/hashmap, r=brson
2013-03-02 borsauto merge of #5198 : youknowone/rust/repeat-count...
2013-03-02 borsauto merge of #5206 : thestinger/rust/cmp, r=brson
2013-03-02 Daniel Micayinline the implementation of TotalOrd for integers
2013-03-02 Erick Tryzelaarlibsyntax: add some more explicit copies for vecs_impli...
2013-03-02 borsauto merge of #5143 : erickt/rust/incoming, r=pcwalton
2013-03-02 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-02 borsauto merge of #5196 : thestinger/rust/ord, r=catamorphism
2013-03-02 Daniel Micaytreemap: reimplement using TotalOrd
2013-03-02 Daniel Micayadd a TotalOrd trait
2013-03-02 borsauto merge of #5137 : yjh0502/rust/empty_struct, r...
2013-03-02 borsauto merge of #5193 : sethpink/rust/struct-tup-pp,...
2013-03-02 borsauto merge of #5191 : brson/rust/movert, r=brson
2013-03-02 Daniel Micaymake LinearMap fields private
2013-03-02 borsauto merge of #5188 : ben0x539/rust/doc-call-generic...
2013-03-02 Jeong YunWonBetter highlight for repeat count error
2013-03-02 borsauto merge of #5187 : ben0x539/rust/docs-unit-struct...
2013-03-02 borsauto merge of #5186 : ben0x539/rust/contributing, r...
2013-03-02 borsauto merge of #5185 : ben0x539/rust/net-tcp-docs, r...
2013-03-02 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-02 Jihyun YuRemove REC, change related tests/docs
2013-03-02 borsauto merge of #5165 : brson/rust/unstable, r=brson
2013-03-02 Seth PinkFix some struct-tuple def prettyprint issues
2013-03-02 borsauto merge of #5190 : brson/rust/snap, r=brson
2013-03-02 Patrick WaltonMerge remote branch 'nmatsakis/parser-perf-problem...
2013-03-02 Brian Andersoncore: Move core::rt to core::unstable::lang
2013-03-02 Brian AndersonRegister FreeBSD snapshot
2013-03-02 Niko MatsakisAvoid calling to_vec() unnecessarily in parser.
2013-03-01 Brian AndersonRename core::private to core::unstable. #4743
2013-03-01 Benjamin Herr`std::net::tcp` docs: Use current syntax and types
2013-03-01 Patrick Waltonlibrustc: Add missing import. rs=burningtree
2013-03-01 Patrick WaltonMerge pull request #5178 from catamorphism/constant...
2013-03-01 Patrick WaltonMerge remote branch 'nmatsakis/issue-4808-representatio...
2013-03-01 Patrick Waltonlibrustc: "APL2" -> "ASL2". rs=license-fix
2013-03-01 Patrick WaltonMerge remote branch 'sevrak/issue-5164' into incoming
2013-03-01 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-01 borsauto merge of #5162 : brson/rust/fixmes, r=brson
2013-03-01 borsauto merge of #5180 : catamorphism/rust/post-snapshot...
2013-03-01 Tim Chevaliertestsuite: Re-xfail record-trailing-comma
2013-03-01 borsauto merge of #5147 : nikomatsakis/rust/remove-legacy...
2013-03-01 Tim ChevalierRemove code that was awaiting a snapshot
2013-03-01 borsauto merge of #5177 : catamorphism/rust/register-snapsh...
2013-03-01 Tim ChevalierRegister snapshots
2013-03-01 Niko MatsakisRemove legacy object creation mode, and convert remaini...
2013-03-01 borsauto merge of #5176 : brson/rust/unwrap_shared_mutable_...
2013-03-01 Tim Chevaliercore: Address XXX, make static constants for strings...
2013-02-28 borsauto merge of #5113 : alexcrichton/rust/issue-4366...
2013-02-28 Brian Andersoncore: Remove unwrap_shared_mutable_state. #4436
2013-02-28 Alex CrichtonFix implicit leaks of imports throughout libraries
2013-02-28 Alex CrichtonFix leaking immediate children and types via glob imports
2013-02-28 Alex CrichtonFix leaking non-public 'use' statements with glob imports
2013-02-28 Brian Andersonrt: Comment out an assert in rust_kernel. #4711
2013-02-28 borsauto merge of #5166 : danniel/rust/incoming, r=brson
2013-02-28 Niko MatsakisChange bare functions so that they are represented...
2013-02-28 borsauto merge of #5156 : pcwalton/rust/method-privacy...
2013-02-28 Patrick Waltonlibrustc: Enforce cross-crate method privacy
2013-02-28 Patrick Waltonlibrustc: Make methods private if the impl is private
2013-02-28 Patrick Waltonlibrustc: Mark all type implementations public. rs...
2013-02-28 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-28 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-28 sevrakFix license attribute on crates
2013-02-28 Daniel Ursache DogariuAdd syntax highlighting support for GtkSourceView ...
2013-02-28 borsauto merge of #5159 : brson/rust/rtcall, r=brson
2013-02-28 borsauto merge of #5155 : bstrie/rust/dedrop, r=pcwalton
2013-02-28 borsauto merge of #5152 : catamorphism/rust/issue-3601...
2013-02-28 borsauto merge of #5098 : pkgw/rust/pr/issue4869, r=brson
2013-02-28 borsauto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
2013-02-28 Brian AndersonConvert NOTEs to FIXMEs
2013-02-28 Brian AndersonRemove the last remnants of rtcalls
2013-02-28 borsauto merge of #5141 : nikomatsakis/rust/region-syntax...
2013-02-28 borsauto merge of #5149 : brson/rust/rt, r=brson
2013-02-28 Niko MatsakisIntroduce lifetime declarations into the lists of type...
2013-02-28 Ben StriegelTurn old `drop` blocks into `Drop` traits
2013-02-27 borsauto merge of #5140 : yjh0502/rust/issue_4458, r=catamo...
2013-02-27 Tim Chevaliertestsuite: Update and un-xfail #3601 test
2013-02-27 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-27 borsauto merge of #5145 : Kimundi/rust/incoming, r=catamorphism
2013-02-27 Brian Andersonrt: Make some runtime calls work outside of task context
2013-02-27 borsauto merge of #5070 : youknowone/rust/struct-match2...
2013-02-27 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-27 Jeong YunWonFix reversed current/expected type
2013-02-27 borsauto merge of #5136 : pcwalton/rust/impl-publicizing...
2013-02-27 Patrick Waltonlibrustc: Forbid `pub` or `priv` before trait implement...
2013-02-27 Patrick Waltonlibsyntax: Forbid mutable vectors. rs=demuting
2013-02-27 Patrick Waltonlibsyntax: Forbid `~mut` and `~const`. rs=demuting
2013-02-27 Marvin LöbelAdded ToStr implementations for &[T] and @[T]
2013-02-27 borsauto merge of #5118 : youknowone/rust/match-guard,...
2013-02-27 Jihyun YuFix: now sha1 result_str() return correct value
next