summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-14Don't emit common warnings in rustiAlex Crichton-1/+1
2013-05-14Add regression tests for various other rusti issuesAlex Crichton-16/+17
2013-05-14Fix `use` statements with rustiAlex Crichton-1/+2
2013-05-14Get unit tests for rusti workingAlex Crichton-3/+50
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-62/+52
2013-05-14Remove vecs_implicitly_copyable from the compilerAlex Crichton-18/+1
2013-05-14rusti: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-43/+43
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-14Fix cosmetics for fail!() callsMarvin Löbel-63/+47
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-554/+540
2013-05-14Add explanatory comment to is_rvalue_or_immutable()Niko Matsakis-0/+5
2013-05-14Issue #5967: Make rvalues mutableNiko Matsakis-2/+10
2013-05-14libstd: Add tests for BigRationalgifnksm-20/+56
2013-05-14libstd: `Ratio` requires `Clone` instead of `Copy`gifnksm-23/+28
2013-05-14libstd: `Rational` requires `Integer` as type bounds instead of `Num`gifnksm-53/+14
2013-05-14libstd: impl `Orderable` for `BigUint`/`BigInt`gifnksm-1/+37
2013-05-14libstd: impl Num for BigUint/BigIntgifnksm-0/+4
2013-05-14Move `position` and `rposition` methods to `ImmutableVector` traitgifnksm-26/+26
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-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-13core::rt Restructure some modulesBrian Anderson-29/+31
2013-05-13core::rt: Improve docsBrian Anderson-8/+57
2013-05-13core::rt: Clean up the interface to rtioBrian Anderson-60/+63
2013-05-13core::rt: Begin implementing TcpStreamBrian Anderson-57/+282
2013-05-13core::rt: Fix a warning about unnecessary mutable variableBrian Anderson-1/+1
2013-05-13core::rt: Remove Close traitBrian Anderson-43/+3
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-782/+893
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-13Fixed type signature of uninhabited method.Steven Stewart-Gallus-3/+12
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-13Use backticks to delineate paths/identifiersCorey Richardson-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