summary refs log tree commit diff
path: root/src/libarena/lib.rs
AgeCommit message (Expand)AuthorLines
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-6/+6
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-1/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-28Register new snapshotsTamir Duberstein-3/+0
2015-04-10Doc: remove a "safety note" made obsolete by dropck for TypedArenaSimon Sapin-4/+0
2015-04-02Deprecate MarkerTrait and PhantomFn.Niko Matsakis-1/+4
2015-03-25Add trivial cast lints.Nick Cameron-1/+2
2015-03-18Register new snapshotsAlex Crichton-6/+0
2015-03-17Replace TyDesc and its uses with trait vtables and a type_name intrinsic.Eduard Burtescu-1/+23
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-4/+4
2015-02-18Fallout: arena needs to use phantomdata since invariantlifetime is goneNiko Matsakis-2/+4
2015-02-11Added lifetime param to Arena.Felix S. Klock II-21/+44
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-0/+6
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-38/+37
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-8/+8
2015-02-02More deprecating of i/u suffixesAlfie John-8/+8
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+5
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-5/+5
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+3
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
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