about summary refs log tree commit diff
path: root/src/libarena
AgeCommit message (Expand)AuthorLines
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-13libarena: use unboxed closuresJorge Aparicio-4/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-1/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-5/+5
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-3/+3
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+1
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+3
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30rollup merge of #18407 : thestinger/arenaAlex Crichton-7/+7
2014-10-29Rename fail! to panic!Steve Klabnik-5/+4
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-27return &mut T from the arenas, not &TDaniel Micay-7/+7
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-09Remove some test warnings.Jonas Hietala-0/+2
2014-09-06fix sized deallocation for TypedArena<T>Daniel Micay-47/+50
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-08-21arena: fix a typoVinzent Steinberg-1/+1
2014-08-19A few minor documentation fixesP1start-20/+20
2014-07-31alloc, arena, test, url, uuid: Elide lifetimes.OGINO Masanori-6/+6
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-0/+2
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-24/+26
2014-06-28Rename all raw pointers as necessaryAlex Crichton-24/+26
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