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
/
liballoc
/
rc.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-165
/
+8
2015-01-23
grandfathered -> rust1
Brian Anderson
-16
/
+16
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-14
/
+14
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-14
/
+14
2015-01-21
Minor fixes
Brian Anderson
-2
/
+0
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-30
/
+36
2015-01-21
Revert "Use assume to inform the optimiser about refcount invariants"
Alex Crichton
-13
/
+2
2015-01-21
Revert "Add assumptions that the pointer is non-null"
Alex Crichton
-16
/
+2
2015-01-21
Revert "Add more explanation for why the assumes are there"
Alex Crichton
-9
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-8
/
+8
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-154
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-8
/
+8
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-154
/
+0
2015-01-21
Add more explanation for why the assumes are there
James Miller
-1
/
+9
2015-01-21
Add assumptions that the pointer is non-null
James Miller
-2
/
+16
2015-01-21
Use assume to inform the optimiser about refcount invariants
James Miller
-2
/
+13
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+0
2015-01-16
Don't use NoSend/NoSync in liballoc
Flavio Percoco
-0
/
+159
2015-01-08
Improvements to feature staging
Brian Anderson
-13
/
+13
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+7
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+7
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-12
/
+23
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-12
/
+12
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+7
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-12
/
+12
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-27
/
+27
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-3
/
+3
2015-01-05
Remove i suffix in docs
Steve Klabnik
-27
/
+27
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-01
Reviewer change
Nick Cameron
-5
/
+1
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-0
/
+11
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+4
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-1
/
+2
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-21
/
+8
2014-12-28
liballoc: Use NonZero in Rc.
Luqman Aden
-15
/
+29
2014-12-26
s/task/thread/g
Steve Klabnik
-1
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #19944: steveklabnik/doc_sync_arc
Alex Crichton
-17
/
+14
2014-12-20
Stabilize clone
Aaron Turon
-1
/
+1
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+1
2014-12-16
Improve Arc<T> documentation, and Rc<T> docs a bit
Steve Klabnik
-17
/
+14
2014-12-15
Move hash module from collections to core
Steven Fackler
-0
/
+9
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+1
2014-12-08
Implemented BorrowFrom<Rc<T>> for T.
Aaron Weiss
-0
/
+7
[next]