about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-236/+239
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-217/+220
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-105/+98
2013-05-14auto merge of #6357 : dotdash/rust/fixfmt, r=bstriebors-573/+543
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-63/+47
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-560/+546
2013-05-14auto merge of #6463 : bjz/rust/numeric-traits, r=thestingerbors-1/+445
2013-05-14auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmanabors-80/+81
2013-05-13auto merge of #6461 : thestinger/rust/fix_priority_queue, r=pcwaltonbors-56/+4
2013-05-13auto merge of #6456 : brson/rust/libuv, r=brsonbors-0/+0
2013-05-13Upgrade libuvBrian Anderson-0/+0
2013-05-14Remove unnecessary infinity checkBrendan Zabarauskas-4/+2
2013-05-14Add ldexp and frexp functionsBrendan Zabarauskas-1/+184
2013-05-13auto merge of #6388 : recrack/rust/each2_mut, r=pcwaltonbors-2/+69
2013-05-13revert PriorityQueue to using init()Daniel Micay-56/+4
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-80/+81
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-424/+434
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-824/+935
2013-05-13core: Rename SharedMutableState to UnsafeAtomicRcBoxBrian Anderson-131/+131
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-295/+313
2013-05-13core: Move unstable to unstable/mod.rsBrian Anderson-9/+1
2013-05-13test: Fix broken benchmark testPatrick Walton-3/+3
2013-05-13auto merge of #6452 : alexcrichton/rust/fix-deps, r=bstriebors-0/+3
2013-05-13Update make dependencies of librustAlex Crichton-0/+3
2013-05-13auto merge of #6443 : cmr/rust/resolution, r=bstriebors-6/+21
2013-05-13librustdoc: Remove old-style extern mods from rustdoc tests.Patrick Walton-29/+5
2013-05-14Add inverse hyperbolic functionsBrendan Zabarauskas-0/+263
2013-05-13auto merge of #6437 : Thiez/rust/atomic, r=Aatchbors-5/+136
2013-05-13TidyMatthijs Hofstra-3/+3
2013-05-13auto merge of #6448 : huonw/rust/deriving-doc, r=Aatchbors-0/+64
2013-05-13Use backticks to delineate paths/identifiersCorey Richardson-2/+2
2013-05-13doc: document the #[deriving] attribute.Huon Wilson-0/+64
2013-05-13auto merge of #6447 : luqmana/rust/6446, r=thestingerbors-2/+2
2013-05-13Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att...Luqman Aden-2/+2
2013-05-13Better error for some unresolved importsCorey Richardson-6/+21
2013-05-12auto merge of #6438 : alexcrichton/rust/issue-5387, r=thestingerbors-58/+47
2013-05-13Add vec.rs each2_mut testsuiteYoungmin Yoo-0/+38
2013-05-13Add vec.rs each2_mut functionYoungmin Yoo-2/+31
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-3/+1
2013-05-12actually fix failing testCorey Richardson-1/+1
2013-05-12libstd: Fix merge fallout.Patrick Walton-10/+14
2013-05-12libsyntax: Tighten up expressions in patterns to only allow identifiers or li...Patrick Walton-26/+53
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-610/+700
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-146/+160
2013-05-12auto merge of #6348 : sstewartgallus/rust/incoming, r=brsonbors-1/+15
2013-05-13Removed unnecessary check from build.rsMatthijs Hofstra-4/+1
2013-05-12auto merge of #6439 : bjz/rust/float-classify, r=brsonbors-20/+14
2013-05-13Make Float::classify matching more clear for f64 and f32Brendan Zabarauskas-20/+14
2013-05-12Don't create subprocesses for the `rust` commandAlex Crichton-58/+47
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-5/+139