summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-04Make cfail test error messages more preciseAlex Crichton-5/+5
2014-02-04Adding tests for closed issuesAlex Crichton-0/+83
2014-02-04Improved pattern-match code and explanation.chromatic-2/+4
2014-02-04auto merge of #11230 : csherratt/rust/cow, r=alexcrichtonbors-0/+116
2014-02-05Check for trait impl conflicts across cratesNick Cameron-5/+66
2014-02-04Don't copy arguments passed by value with indirection to allocas.Eduard Burtescu-3/+15
2014-02-04auto merge of #12026 : alexcrichton/rust/snapshots, r=cmrbors-345/+8
2014-02-04auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonwbors-53/+51
2014-02-04Replaced with a single "quote" feature gate.James Deng-16/+11
2014-02-04auto merge of #11717 : DiamondLovesYou/rust/master, r=alexcrichtonbors-7/+67
2014-02-04Added missing xfail-fast.Richard Diamond-0/+5
2014-02-04Register new snapshotsAlex Crichton-345/+8
2014-02-04Simd feature gating + Win32/64 fixes.Richard Diamond-2/+6
2014-02-04Feature gate all quasi-quoting macros.James Deng-7/+31
2014-02-03auto merge of #11912 : poiru/rust/8784-libuuid, r=alexcrichtonbors-10/+19
2014-02-04extra: Move uuid to libuuidBirunthan Mohanathas-10/+19
2014-02-03auto merge of #12022 : alexcrichton/rust/unblock-snapshot, r=thestingerbors-0/+1
2014-02-03auto merge of #11999 : joaoxsouls/rust/master, r=cmrbors-57/+12
2014-02-04Rename reserve to reserve_exact and reserve_at_least to reserveDavid Manescu-53/+51
2014-02-03xfail a test to unblock the snapshotAlex Crichton-0/+1
2014-02-03auto merge of #12016 : FlaPer87/rust/remove-non-copyable, r=alexcrichtonbors-93/+58
2014-02-04doc: update boxes section on Manual, remove managed pointers referencesjoaoxsouls-57/+12
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-93/+58
2014-02-03auto merge of #12012 : omasanori/rust/semver, r=alexcrichtonbors-1/+6
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-30/+24
2014-02-03extra: Introduce a mutex type for native/green threadsAlex Crichton-0/+564
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-30/+31
2014-02-03extra: Re-add the Once primitve to extra::syncAlex Crichton-10/+184
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-335/+228
2014-02-03extra: Add an intrusive MPSC to be used soonAlex Crichton-0/+140
2014-02-03extra: Make room for more sync primitivesAlex Crichton-20/+28
2014-02-03Enable the +v7 feature on Android by defaultAlex Crichton-1/+20
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-97/+398
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-277/+185
2014-02-03std: Fixing all documentationAlex Crichton-325/+274
2014-02-03syntax: Remove usage of io_error in testsAlex Crichton-16/+17
2014-02-03rustuv: Require all results are used and fix falloutAlex Crichton-32/+34
2014-02-03native: Require all results are used and fix falloutAlex Crichton-22/+26
2014-02-03extra: Fix tests with io_error usageAlex Crichton-27/+28
2014-02-03std: Fix tests with io_error usageAlex Crichton-700/+568
2014-02-03rpass: Remove io_error usageAlex Crichton-23/+27
2014-02-03rustdoc: Remove io_error usageAlex Crichton-416/+495
2014-02-03rustuv: Remove io_error usageAlex Crichton-2/+3
2014-02-03native: Remove io_error usageAlex Crichton-7/+4
2014-02-03green: Remove io_error usageAlex Crichton-2/+3
2014-02-03glob: Remove io_error usageAlex Crichton-2/+1
2014-02-03compiletest: Remove io_error usageAlex Crichton-17/+25
2014-02-03rustc: Remove io_error usageAlex Crichton-153/+200
2014-02-03syntax: Remove io_error usageAlex Crichton-1046/+1349
2014-02-03extra: Remove io_error usageAlex Crichton-242/+324