about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2571/+1985
2014-02-13auto merge of #12172 : alexcrichton/rust/green-improvements, r=brsonbors-138/+227
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-117/+171
2014-02-13Don't require an allocation for on_exit messagesAlex Crichton-12/+16
2014-02-13Don't allocate in LocalHeap::new()Alex Crichton-7/+8
2014-02-13Fix a bug where cached stacks weren't re-usedAlex Crichton-2/+32
2014-02-13auto merge of #12061 : pongad/rust/delorderable, r=cmrbors-313/+55
2014-02-13Removed num::OrderableMichael Darakananda-313/+55
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-583/+611
2014-02-13Rebase conflicts from this giant stack of patchesAlex Crichton-3/+3
2014-02-13Lift $dst outside the closure in write!Alex Crichton-6/+36
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-97/+70
2014-02-13Register new snapshotsAlex Crichton-196/+9
2014-02-13Relax an assertion in start_selection()Alex Crichton-10/+122
2014-02-13std::comm: replace Handle.id with a method.Huon Wilson-12/+12
2014-02-13Add documentation for conditional-compilationTobias Bucher-10/+74
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-20/+193
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-15/+19
2014-02-13Remove a source of O(n^2) running time in bigints.Felix S. Klock II-2/+14
2014-02-13Resolve type variables when checking casting to charSeo Sanghyeon-0/+14
2014-02-13Stop unloading syntax librariesSteven Fackler-11/+63
2014-02-13Remove obsolete warnings for `extern mod`Flavio Percoco-17/+0
2014-02-13Replace `extern mod` with `extern crate`Flavio Percoco-105/+150
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-461/+461
2014-02-13auto merge of #12210 : zr40/rust/patch-1, r=cmrbors-3/+3
2014-02-12auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichtonbors-61/+23
2014-02-12Ignore another fourcc test on cross compilesAlex Crichton-1/+1
2014-02-12Reenable some ignored test casesFlorian Hahn-61/+23
2014-02-12auto merge of #12204 : alexcrichton/rust/seek, r=pcwaltonbors-31/+80
2014-02-12auto merge of #12196 : dguenther/rust/fix-fourcc-example, r=alexcrichtonbors-6/+5
2014-02-12auto merge of #12180 : eddyb/rust/rm-ty_type, r=nikomatsakisbors-57/+29
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-57/+29
2014-02-12doc: rename 'nil' to 'unit' when describing `()`Matthijs van der Vleuten-3/+3
2014-02-12auto merge of #12194 : WebeWizard/rust/master, r=cmrbors-2/+32
2014-02-12auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brsonbors-5/+7
2014-02-11auto merge of #12185 : nikomatsakis/rust/issue-12033-tweak-test, r=alexchrichtonbors-3/+4
2014-02-11auto merge of #12184 : JeremyLetang/rust/rustpkg-link, r=alexcrichtonbors-2/+0
2014-02-11Finalize the Seek APIAlex Crichton-31/+80
2014-02-11auto merge of #11578 : alexcrichton/rust/chan-changes, r=brsonbors-997/+2164
2014-02-11Test fixes and rebase conflictsAlex Crichton-44/+31
2014-02-11auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichtonbors-3/+14
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-698/+1907
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-373/+344
2014-02-11auto merge of #11961 : niftynif/rust/btree, r=brsonbors-115/+385
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-3/+14
2014-02-11auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa...bors-2530/+2967
2014-02-11Fixed fourcc example docDerek Guenther-6/+5
2014-02-11Added examples for converting vectors of u8 into strings. Also fixed some sty...WebeWizard-2/+32
2014-02-11Added compiler-rt submodule.Vadim Chugunov-0/+0
2014-02-11Correct nits from @pcwaltonNiko Matsakis-13/+15