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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2015-01-01
auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto
bors
-0
/
+11
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-0
/
+11
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-3
/
+3
2014-12-31
Remove core::iter::MinMaxResult::* public reexport
Corey Farwell
-3
/
+3
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-175
/
+252
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+5
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-295
/
+0
2014-12-30
rollup merge of #20348: frewsxcv/rm-reexports
Alex Crichton
-1
/
+1
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-1
/
+4
2014-12-30
Register new snapshots
Alex Crichton
-295
/
+0
2014-12-30
Stabilize cmp
Aaron Turon
-71
/
+125
2014-12-30
Adjustments from review
Aaron Turon
-3
/
+7
2014-12-30
Second pass stabilization: slice
Aaron Turon
-159
/
+169
2014-12-30
std::iter: Add partition and unzip methods to iterators
Aaron Turon
-16
/
+77
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-1
/
+1
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-1
/
+4
2014-12-29
rollup merge of #20309: sfackler/refcell-send
Alex Crichton
-5
/
+7
2014-12-29
rollup merge of #20239: YawarRaza7349/patch-1
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20195: nagisa/unused-typo
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20191: lifthrasiir/double-debug_assert
Alex Crichton
-11
/
+1
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-13
/
+23
2014-12-30
Fallout from mut slices
Nick Cameron
-11
/
+13
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-2
/
+2
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-0
/
+8
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-59
/
+92
2014-12-29
Implement Send for Cell and RefCell
Steven Fackler
-5
/
+7
2014-12-29
auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton
bors
-84
/
+164
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-55
/
+59
2014-12-28
libcoretest: Add tests for NonZero.
Luqman Aden
-38
/
+0
2014-12-28
libcore: Use Zeroable trait to try to limit what types may be used with NonZero.
Luqman Aden
-3
/
+57
2014-12-28
libcore: Don't impl RawPtr* traits for NonZero.
Luqman Aden
-62
/
+1
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-88
/
+100
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-3
/
+21
2014-12-28
libcore: Add NonZero lang item and implement some methods.
Luqman Aden
-0
/
+70
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-3
/
+169
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-12
/
+12
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-38
/
+23
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-6
/
+6
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-12
/
+12
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-13
/
+71
2014-12-26
Fixed minor typo in docs for `Result`'s `err` method
YawarRaza7349
-1
/
+1
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-84
/
+164
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-8
/
+8
2014-12-24
Fix a typo
Simonas Kazlauskas
-1
/
+1
2014-12-24
core: Removed a shadowed, unused definition of `debug_assert!`.
Kang Seonghoon
-11
/
+1
2014-12-24
auto merge of #19858 : nick29581/rust/ranges, r=aturon
bors
-1
/
+135
2014-12-24
Review changes
Nick Cameron
-59
/
+77
2014-12-24
Add lang items for ranges.
Nick Cameron
-0
/
+3
2014-12-24
Add structs for ranges to core::ops.
Nick Cameron
-1
/
+114
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-31
/
+31
[prev]
[next]