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
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
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+4
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-28
/
+27
2014-12-22
rollup merge of #20140: frewsxcv/rm-reexports
Alex Crichton
-1
/
+2
2014-12-22
Remove cmp::Ordering::* public reexport
Corey Farwell
-1
/
+2
2014-12-22
Correct merge failure around imports in `str.rs`.
Niko Matsakis
-2
/
+1
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+4
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-0
/
+1
2014-12-22
Added missing renames:
Florian Wilkens
-1
/
+1
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-31
/
+30
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-27
/
+17
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-884
/
+147
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-437
/
+0
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-12
/
+26
2014-12-21
rollup merge of #20066: aturon/stab-2-cell
Alex Crichton
-19
/
+13
2014-12-21
rollup merge of #20062: aturon/stab-2-ints
Alex Crichton
-10
/
+6
2014-12-21
rollup merge of #20014: kballard/unsized-marker-type-params
Alex Crichton
-10
/
+20
2014-12-21
rollup merge of #20006: alexcrichton/no-more-empty-modules
Alex Crichton
-70
/
+1
2014-12-21
rollup merge of #19961: alexcrichton/second-pass-result
Alex Crichton
-54
/
+90
2014-12-21
rollup merge of #19838: shepmaster/invariant-lifetime-copy
Alex Crichton
-3
/
+1
2014-12-21
rollup merge of #19651: Gankro/ptr-docs
Alex Crichton
-40
/
+94
2014-12-20
Stabilize clone
Aaron Turon
-12
/
+26
2014-12-19
Stabilize cell
Aaron Turon
-19
/
+13
2014-12-19
Stabilize integer modules
Aaron Turon
-10
/
+6
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-6
/
+1
[prev]
[next]