summary refs log tree commit diff
path: root/src/libarena
AgeCommit message (Expand)AuthorLines
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
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-2/+2
2014-02-27Replaced list::each with iter() in Arenas's Drop implBruno de Oliveira Abinader-6/+3
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-5/+4
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-2/+2
2014-02-22remove the TyDesc from TypedArenaDaniel Micay-45/+29
2014-02-20move extra::test to libtestLiigo Zhuang-3/+3
2014-02-14extern mod => extern crateAlex Crichton-4/+3
2014-02-13Removed num::OrderableMichael Darakananda-2/+3
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-4/+3
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+1
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-5/+5
2014-02-09arena: use the generic `bh.iter` to stop the benchmarks being DCE'd.Huon Wilson-9/+9
2014-02-07allow generating drop glue without the TyDescDaniel Micay-3/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-3/+5
2014-02-02arena: stop using @[].Huon Wilson-19/+23
2014-02-01auto merge of #11930 : bjz/rust/next_power_of_two, r=huonwbors-3/+2
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-1/+3
2014-02-01Remove some unused importsBrendan Zabarauskas-1/+0
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-2/+2
2014-01-29extra: move arena to libarenaDavid Manescu-0/+609