index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libarena
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-6
/
+6
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-1
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+3
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-3
/
+0
2015-04-10
Doc: remove a "safety note" made obsolete by dropck for TypedArena
Simon Sapin
-4
/
+0
2015-04-02
Deprecate MarkerTrait and PhantomFn.
Niko Matsakis
-1
/
+4
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+2
2015-03-18
Register new snapshots
Alex Crichton
-6
/
+0
2015-03-17
Replace TyDesc and its uses with trait vtables and a type_name intrinsic.
Eduard Burtescu
-1
/
+23
2015-03-16
impl {i,u}{8,16,32,64,size}
Jorge Aparicio
-0
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-4
/
+4
2015-02-18
Fallout: arena needs to use phantomdata since invariantlifetime is gone
Niko Matsakis
-2
/
+4
2015-02-11
Added lifetime param to Arena.
Felix S. Klock II
-21
/
+44
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-0
/
+6
2015-02-09
int/uint => isize/usize in liblibc/liballoc/libarena
we
-38
/
+37
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-8
/
+8
2015-02-02
More deprecating of i/u suffixes
Alfie John
-8
/
+8
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+5
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-5
/
+5
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-0
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+3
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-13
libarena: use unboxed closures
Jorge Aparicio
-4
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-1
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-5
/
+5
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-3
/
+3
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-1
/
+1
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-0
/
+3
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18407 : thestinger/arena
Alex Crichton
-7
/
+7
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+4
[next]