]> git.lizzy.rs Git - rust.git/history - src
doc: updates rust manual (loop to continue)
[rust.git] / src /
2014-05-13 Piotr Jawniakdoc: updates rust manual (loop to continue)
2014-05-13 Yehuda KatzMake ProcessOutput Eq, TotalEq, Clone
2014-05-13 Kevin Butlerlibcore: remove fails from slice.rs and remove duplicat...
2014-05-13 David Creswickadd shebang to scripts that have execute bit set
2014-05-13 Alex Crichtonrustdoc: Fix hiding implementations of traits
2014-05-13 Brian AndersonAdd the patch number to version strings. Closes #13289
2014-05-13 borsauto merge of #14157 : pcwalton/rust/detildestr-rustdoc...
2014-05-13 Patrick Waltonlibrustdoc: Remove all `~str` usage from librustdoc.
2014-05-12 Patrick Waltonlibrustc: Remove all uses of `~str` from librustc.
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
2014-05-12 borsauto merge of #14127 : thestinger/rust/snapshot, r...
2014-05-12 Daniel Micayregister snapshots
2014-05-12 borsauto merge of #14096 : nick29581/rust/driver, r=brson
2014-05-12 borsauto merge of #14119 : thestinger/rust/heap, r=cmr
2014-05-12 Daniel Micaymake sure jemalloc valgrind support is enabled
2014-05-11 borsauto merge of #14110 : SSheldon/rust/strbuf_mutable...
2014-05-11 Daniel Micayheap: replace `exchange_free` with `deallocate`
2014-05-11 borsauto merge of #14102 : moonglum/rust/slice-clarificatio...
2014-05-11 Daniel Micayheap: add a way to print allocator statistics
2014-05-11 Daniel Micaymark rust_malloc/rust_free as unsafe
2014-05-11 borsauto merge of #14108 : thestinger/rust/jemalloc, r...
2014-05-11 Daniel Micaysync::deque: port to the new allocator API
2014-05-11 Daniel Micayhashmap: port to the new allocator API
2014-05-11 borsauto merge of #14101 : alexcrichton/rust/issue-14095...
2014-05-11 borsauto merge of #14103 : alan-andrade/rust/manual-smallfi...
2014-05-11 borsauto merge of #14090 : TeXitoi/rust/shootout-nbody...
2014-05-11 Steven SheldonImplement Mutable trait for StrBuf.
2014-05-11 borsauto merge of #14069 : alexcrichton/rust/cast-module...
2014-05-11 Alex Crichtoncore: Remove the cast module
2014-05-11 borsauto merge of #14006 : thestinger/rust/jemalloc, r...
2014-05-11 Daniel Micayandroid workaround
2014-05-11 moonglumClarification of Slice, Vector and Array
2014-05-11 Alan Andraderemove the word managed from the trait explanation
2014-05-11 Alex Crichtonrustdoc: Fix search links to enums/typedefs
2014-05-10 Daniel Micayrename `global_heap` -> `libc_heap`
2014-05-10 Daniel Micayvec: factor out some deallocation code
2014-05-10 Daniel Micayvec: move some code inside alloc_or_realloc
2014-05-10 Daniel Micayfix Vec<ZeroSizeType>
2014-05-10 Daniel Micayinitial port of the exchange allocator to jemalloc
2014-05-10 Daniel Micayuse jemalloc to implement Vec<T>
2014-05-10 Daniel Micayadd an align parameter to exchange_malloc
2014-05-10 Daniel Micayadd back jemalloc to the tree
2014-05-10 Nick CameronReorganise driver code.
2014-05-10 borsauto merge of #14081 : Manishearth/rust/c-schar-reexpor...
2014-05-10 Guillaume Pinotshootout-nbody improvements
2014-05-10 borsauto merge of #14073 : alexcrichton/rust/snapshots...
2014-05-10 Manish GoregaokarReexport wchar_t, c_schar
2014-05-10 borsauto merge of #14068 : alexcrichton/rust/rustdoc-xcrate...
2014-05-10 borsauto merge of #14066 : edwardw/rust/pod-to-copy, r...
2014-05-10 borsauto merge of #14056 : kballard/rust/vim_indent_fix...
2014-05-10 Alex CrichtonRegister new snapshots
2014-05-10 borsauto merge of #14065 : alexcrichton/rust/ignore-flaky...
2014-05-10 borsauto merge of #14063 : TeXitoi/rust/shootout-meteor...
2014-05-09 borsauto merge of #14057 : kballard/rust/remove_no-bounds...
2014-05-09 borsauto merge of #14055 : nikomatsakis/rust/issue-5527...
2014-05-09 Alex Crichtondoc: Fix some broken links
2014-05-09 Alex Crichtonrustdoc: Hyperlink cross-crate reexports
2014-05-09 borsauto merge of #14054 : luqmana/rust/at, r=alexcrichton
2014-05-09 borsauto merge of #14046 : alexcrichton/rust/ignore-a-test...
2014-05-09 Edward WangRename Pod to Copy
2014-05-09 Alex Crichtonserialize: Ignore two flaky json tests on windows
2014-05-09 borsauto merge of #14053 : FlaPer87/rust/master, r=huonw
2014-05-09 Guillaume Pinotshootout-meteor improvement
2014-05-09 borsauto merge of #14044 : hirschenberger/rust/lint_mut_mat...
2014-05-09 borsauto merge of #14043 : sanxiyn/rust/attr-reference...
2014-05-09 Niko MatsakisCurrently trans uses Vec<ty::t> to represent substituti...
2014-05-09 Niko MatsakisCheck lifetime parameters when we do check for supertra...
2014-05-09 Niko MatsakisRename resolve_regions to resolve_regions_and_report_errors
2014-05-09 borsauto merge of #14035 : alexcrichton/rust/experimental...
2014-05-09 borsauto merge of #14025 : tbrooks8/rust/big_uint_doc,...
2014-05-09 borsauto merge of #14019 : brson/rust/docs, r=alexcrichton
2014-05-09 Kevin BallardRemove <no-bounds> on trait objects
2014-05-09 borsauto merge of #13963 : kballard/rust/remove_owned_vec_f...
2014-05-09 borsauto merge of #14001 : alexcrichton/rust/issue-11680...
2014-05-09 Kevin Ballardvim: Fix an indentation issue with cindent
2014-05-09 borsauto merge of #14010 : richo/rust/tests/11493, r=alexcr...
2014-05-08 Luqman Adenlibstd: Check TMPDIR for android as well and if not...
2014-05-08 Flavio Percococore: Allow kinds derivings
2014-05-08 borsauto merge of #13990 : nikomatsakis/rust/issue-5527...
2014-05-08 Falco HirschenbergerFix false lint warnings in match arms with multiple...
2014-05-08 borsauto merge of #13985 : alexcrichton/rust/libfmt, r...
2014-05-08 Kevin BallardMove partition/partitioned/concat/connect tests back...
2014-05-08 Kevin BallardRestore Decodable impl for ~[T]
2014-05-08 Kevin BallardHandle breakage after libcore split
2014-05-08 Kevin BallardAdd a mechanism to convert from Vec<T> to ~[T]
2014-05-08 Kevin BallardHandle fallout in bench tests
2014-05-08 Kevin BallardHandle fallout in documentation
2014-05-08 Kevin BallardHandle more fallout
2014-05-08 Kevin BallardHandle fallout in librustuv
2014-05-08 Kevin BallardClean up unused imports
2014-05-08 Kevin BallardHandle fallout in libnative
2014-05-08 Kevin BallardHandle fallout in librustc
2014-05-08 Kevin BallardHandle fallout in libserialize
2014-05-08 Kevin BallardHandle fallout for vector addition
2014-05-08 Kevin BallardHandle fallout in io::net::addrinfo, io::process, and...
2014-05-08 Kevin BallardHandle fallout in os
2014-05-08 Kevin BallardHandle fallout in iter, option, result, and sync::arc
2014-05-08 Kevin BallardHandle fallout in std::ascii and std::strconv
2014-05-08 Kevin BallardHandle fallout in std::strbuf
next