summary refs log tree commit diff
path: root/src/libarena
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+3
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-10Remove & -> &mut transmute from TypedArenaRenato Zannon-25/+25
2014-06-10Remove & -> &mut transmute from ArenaRenato Zannon-42/+48
2014-06-09Add a test for nested Arena.allocRenato Zannon-0/+14
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+0
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-6/+6
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-3/+2
2014-05-20core: Stabilize the mem moduleAlex Crichton-11/+14
2014-05-16arena: add docs for ArenaCorey Richardson-28/+34
2014-05-14libarena: Remove all uses of `~str` from `libarena`Patrick Walton-5/+5
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12register snapshotsDaniel Micay-22/+0
2014-05-11core: Remove the cast moduleAlex Crichton-35/+22
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-3/+3
2014-05-10add an align parameter to exchange_mallocDaniel Micay-4/+27
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-8/+9
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-4/+5
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-4/+4
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-15/+13
2014-04-04Register new snapshotsAlex Crichton-1/+0
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-6/+4
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03Removed managed boxes from libarena.Benjamin Adamson-6/+4
2014-03-31arena: Switch field privacy as necessaryAlex Crichton-6/+8
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-7/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-28collections: remove ListErick Tryzelaar-7/+5
2014-03-28Rename Pod into CopyFlavio Percoco-39/+39
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-3/+0
2014-03-22arena: Fix fallout of removing get()Alex Crichton-2/+2
2014-03-22arena: Remove Freeze / NoFreezeFlavio Percoco-3/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-8/+10
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1