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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Add `#[fundamental]` annotations into libcore so that `Sized` and the
Niko Matsakis
-0
/
+2
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-13
Add an "allocator" attribute to mark functions as allocators
Björn Steinbrink
-0
/
+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-04
std: Deprecate std::old_io::fs
Alex Crichton
-0
/
+1
2015-03-04
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
bors
-1
/
+0
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-0
/
+6
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-1
/
+0
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-0
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-0
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-17
Register new snapshots
Alex Crichton
-8
/
+0
2015-02-11
Feature-gate the `#[unsafe_no_drop_flag]` attribute.
Felix S. Klock II
-0
/
+1
2015-02-09
int/uint => isize/usize in liblibc/liballoc/libarena
we
-1
/
+0
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-1
/
+2
2015-02-05
Made external_crates feature work again.
Alexander Light
-1
/
+3
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+1
2015-01-29
remove #[old_impl_check] now that #21363 has been fixed
Jorge Aparicio
-2
/
+0
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+4
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+4
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-21
rollup merge of #21446: stepancheg/boxed-test
Alex Crichton
-0
/
+2
2015-01-20
alloc::boxed: enable test
Stepan Koltsov
-0
/
+2
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+2
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-16
Don't use NoSend/NoSync in liballoc
Flavio Percoco
-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
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
liballoc's "external_funcs" and "external_crate" are now features
John Ericson
-1
/
+1
2015-01-07
liballoc does not need liblibc under certain configurations
John Ericson
-0
/
+2
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-23
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+21
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+0
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-0
/
+1
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-0
/
+1
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-1
/
+2
[next]