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
/
libflate
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Fallout: port libflate to new Unique API
Niko Matsakis
-4
/
+4
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-2
/
+2
2015-02-06
Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
bors
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-7
/
+7
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-1
/
+1
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+1
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-4
/
+4
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
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-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
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-1
/
+0
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+2
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-12
/
+31
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-3
/
+3
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-3
/
+3
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-3
/
+6
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+3
2014-12-06
libflate: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
/*! -> //!
Steve Klabnik
-9
/
+5
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
Revert "Update html_root_url for 0.12.0 release"
Brian Anderson
-1
/
+1
2014-10-07
Update html_root_url for 0.12.0 release
Brian Anderson
-1
/
+1
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-18
/
+18
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-18
/
+18
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-3
/
+3
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-14
Register new snapshots
Alex Crichton
-2
/
+1
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+0
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-1
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-4
/
+4
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
[next]