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
/
libstd
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-160
/
+0
2014-02-09
std: Clean up the swap function a little
Brian Anderson
-8
/
+5
2014-02-09
std: Stop parameterizing some memcpy functions over RawPtr
Brian Anderson
-3
/
+3
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-2
/
+2
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-1
/
+0
2014-02-04
Replace NonCopyable usage with NoPod
Flavio Percoco
-37
/
+1
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-4
/
+1
2014-01-03
Remove std::either
Alex Crichton
-10
/
+0
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-03
Move std::util::ignore to std::prelude::drop
Steven Fackler
-4
/
+0
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-8
/
+8
2013-11-19
Remove NonCopyable::new
Steven Fackler
-6
/
+0
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-1
/
+1
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-09-21
auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichton
bors
-19
/
+0
2013-09-20
util: remove unused `with` function
Daniel Micay
-19
/
+0
2013-09-19
Replace unreachable() calls with unreachable!().
Chris Morgan
-28
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-2
/
+2
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-2
/
+4
2013-08-02
(cleanup) Use more do...finally in extra::sync.
Ben Blum
-0
/
+6
2013-07-22
std: various additional language benchmarks in util.
Graydon Hoare
-0
/
+65
2013-07-22
new snapshot
Daniel Micay
-8
/
+5
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+4
2013-06-28
fix stage0 build
Daniel Micay
-5
/
+8
2013-06-27
Rename #[no_drop_flag] to #[unsafe_no_drop_flag]
Birunthan Mohanathas
-2
/
+2
2013-06-27
util: make NonCopyable 0 size (instead of 1 byte)
Daniel Micay
-12
/
+39
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-5
/
+5
2013-06-12
make util::NonCopyable a unit struct instead of a struct with a unit
Ben Blum
-4
/
+2
2013-06-04
std::util: fix missed old constructor
Philipp Brüschweiler
-1
/
+1
2013-06-04
std::util: Modernize NonCopyable constructor
Philipp Brüschweiler
-3
/
+5
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-2
/
+2
2013-05-31
mv the raw pointer {swap,replace}_ptr to std::ptr
Daniel Micay
-30
/
+0
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-1
/
+0
2013-05-30
Require documentation by default for libstd
Alex Crichton
-1
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-5
/
+4
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-1
/
+1
2013-05-23
optimize util::swap, &mut pointers never alias
Daniel Micay
-2
/
+13
2013-05-23
swap_ptr: rm equality check
Daniel Micay
-3
/
+1
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+190
2012-08-02
Remove std::util
Ben Blum
-21
/
+0
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-2
/
+2
2012-03-09
std: Convert to rustdoc
Brian Anderson
-17
/
+2
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-11
/
+0
2012-01-14
libstd: Remove util::void
Brian Anderson
-5
/
+0
2012-01-14
libstd: Remove util::orb. Redundant with core::bool
Brian Anderson
-5
/
+0
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2012-01-02
Add 'copy' bounds to functions that were faultily accepted without
Marijn Haverbeke
-1
/
+1
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+57