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
/
libextra
/
arc.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
bors
-10
/
+8
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-2
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-10
/
+8
2013-06-29
Rename #[mutable] to #[no_freeze]
Brian Anderson
-1
/
+2
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-14
/
+14
2013-06-28
librustc: Rename Const to Freeze
Patrick Walton
-10
/
+10
2013-06-27
auto merge of #7430 : huonw/rust/vec-kill, r=thestinger
bors
-1
/
+0
2013-06-28
extra: silence some test warnings.
Huon Wilson
-1
/
+0
2013-06-27
auto merge of #7361 : brson/rust/incoming, r=brson
bors
-1
/
+1
2013-06-25
auto merge of #7269 : luqmana/rust/drop, r=thestinger
bors
-1
/
+1
2013-06-25
Merge remote-tracking branch 'mozilla/master' into incoming
Brian Anderson
-4
/
+7
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-4
/
+7
2013-06-24
Merge remote-tracking branch 'reusee/master' into HEAD
Brian Anderson
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-3
/
+4
2013-06-22
replaced some 'std::' with 'extra::' in comments
reus
-1
/
+1
2013-06-21
libextra: cleanup warnings
James Miller
-9
/
+7
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-11
/
+11
2013-06-13
Improve comments in sync and arc a bit more.
Ben Blum
-4
/
+4
2013-06-13
Add a test case for #7065.
Ben Blum
-0
/
+62
2013-06-12
remove bitrotted cant_nest field from RWARC (the #[mutable] tag suffices)
Ben Blum
-3
/
+1
2013-06-10
clean-up unused import warnings
Huon Wilson
-1
/
+0
2013-06-08
rm some uses of to_mut_unsafe_ptr
Daniel Micay
-1
/
+1
2013-06-06
Deduplicate words in code comments
Alexei Sholik
-1
/
+1
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-1
/
+1
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-1
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-34
/
+40
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-40
/
+50
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-8
/
+10
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-1
/
+0
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-2
/
+5
2013-05-24
Remove the clone function for the method
Olivier Saut
-5
/
+2
2013-05-24
Remove the get function
Olivier Saut
-16
/
+9
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-0
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+803