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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2015-03-30
Second attempt to fix #23713 based on follow-up comments in #23791.
Julian Viereck
-1
/
+1
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-1
/
+1
2015-03-30
Change the type of constants BYTES/BITS to usize
Vadim Petrochenkov
-4
/
+4
2015-03-30
Driveby cleanup of the impl for negation, which had some kind of
Niko Matsakis
-22
/
+2
2015-03-29
Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik
bors
-1
/
+1
2015-03-29
Fix line spacing.
Andrew Hobden
-1
/
+4
2015-03-29
Fix trailing whitespace. Whoops!
Andrew Hobden
-5
/
+5
2015-03-29
Update `std::error` example
Andrew Hobden
-22
/
+16
2015-03-29
Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearth
bors
-0
/
+21
2015-03-29
Add an example for FromIterator::from_iter
Corey Farwell
-0
/
+21
2015-03-29
Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton
Manish Goregaokar
-0
/
+10
2015-03-29
Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
bors
-90
/
+125
2015-03-28
Oops fix output examples
Steven Fackler
-4
/
+4
2015-03-28
Fold in debug builder doc examples
Steven Fackler
-15
/
+3
2015-03-28
Remove IteratorExt
Steven Fackler
-99
/
+103
2015-03-28
Document properties for Eq + Hash
Steve Klabnik
-0
/
+10
2015-03-28
Fold collections debug impls
Steven Fackler
-16
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-64
/
+126
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-28
Auto merge of #23799 - reem:error-no-send, r=aturon
bors
-1
/
+1
2015-03-28
Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichton
bors
-0
/
+17
2015-03-27
Make `std::error::Error` not inherit from Send
Jonathan Reem
-1
/
+1
2015-03-27
Note that zip and enumerate are similar
Steve Klabnik
-0
/
+17
2015-03-27
rollup merge of #23793: steveklabnik/gh21668
Alex Crichton
-4
/
+8
2015-03-27
rollup merge of #23791: jviereck/fix-23713
Alex Crichton
-1
/
+1
2015-03-27
Update return value docs in atomics docs
Steve Klabnik
-4
/
+8
2015-03-27
Fix wording for Option<T>.unwrap. Fixes #23713
Julian Viereck
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-116
/
+117
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-358
/
+0
2015-03-27
rollup merge of #23780: ruud-v-a/wrapping
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23776: nrc/allow_trivial_cast
Alex Crichton
-14
/
+0
2015-03-27
rollup merge of #23771: aturon/stab-straggle-1
Alex Crichton
-10
/
+7
2015-03-27
rollup merge of #23753: aturon/revise-convert
Alex Crichton
-0
/
+16
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-4
/
+4
2015-03-27
rollup merge of #23736: gmjosack/master
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23721: erickt/deprecate
Alex Crichton
-0
/
+6
2015-03-27
rollup merge of #23712: nikomatsakis/reflect-trait
Alex Crichton
-11
/
+57
2015-03-27
rollup merge of #23676: gkoz/array_as_ref
Alex Crichton
-0
/
+19
2015-03-27
num: Derive Debug for Wrapping
Ruud van Asseldonk
-1
/
+1
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-14
/
+0
2015-03-26
Fix doc tests.
Niko Matsakis
-0
/
+1
2015-03-26
Stabilize some stragglers in `std::option`
Aaron Turon
-10
/
+7
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-11
/
+56
2015-03-26
Update docs to fix various 404s
Gary M. Josack
-1
/
+1
2015-03-26
Revise use of conversion traits
Aaron Turon
-0
/
+16
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-4
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-116
/
+117
[prev]
[next]