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
/
librand
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
More test fixes!
Alex Crichton
-3
/
+3
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-77
/
+98
2015-01-05
rollup merge of #20518: nagisa/weighted-bool
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20483: nagisa/rng-copy
Alex Crichton
-14
/
+38
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-75
/
+78
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+20
2015-01-05
Remove i suffix in docs
Steve Klabnik
-2
/
+2
2015-01-05
Add tests for ChaCha and Isaac Clone impls
Simonas Kazlauskas
-0
/
+20
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-14
/
+18
2015-01-04
Do not use entropy during gen_weighted_bool(1)
Simonas Kazlauskas
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-10
/
+10
2015-01-03
rand: fix fallout
Jorge Aparicio
-2
/
+7
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-1
/
+1
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-2
/
+2
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-12
/
+12
2015-01-02
More fallout
Nick Cameron
-27
/
+27
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2015-01-01
auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton
bors
-1
/
+2
2015-01-01
Feature gate macro arguments
Corey Richardson
-1
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-9
/
+9
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-30
/
+30
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-1
/
+1
2014-12-19
librand: use `#[deriving(Copy)]`
Jorge Aparicio
-20
/
+10
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+3
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19873: drewm1980/master
Alex Crichton
-2
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-2
/
+2
2014-12-13
librand: use unboxed closures in `distributions` module
Jorge Aparicio
-4
/
+5
2014-12-10
rustc: Fix `make install`
Alex Crichton
-1
/
+1
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+33
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
/*! -> //!
Steve Klabnik
-11
/
+8
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-25
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-11
/
+7
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-11
/
+7
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-1
/
+0
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-11
/
+22
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-13
/
+13
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+4
[next]