about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-18Spellcheck library docs.Huon Wilson-15/+14
2014-02-16Upgrade libuvAlex Crichton-1/+1
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-64/+287
2014-02-16auto merge of #12312 : brson/rust/doc, r=alexcrichtonbors-11/+8
2014-02-16auto merge of #12313 : bjz/rust/tuple, r=huonwbors-307/+193
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-91/+11
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-133/+136
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-38/+16
2014-02-16doc: Reorganize the library indexBrian Anderson-11/+8
2014-02-16Delegate ToStr implementation to Show for tuplesBrendan Zabarauskas-48/+7
2014-02-16Implement Show for 1-12 element tuplesBrendan Zabarauskas-0/+26
2014-02-15auto merge of #12302 : alexcrichton/rust/issue-12295, r=brsonbors-10/+28
2014-02-15auto merge of #12301 : FlaPer87/rust/issue-8893, r=alexcrichtonbors-0/+19
2014-02-15auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichtonbors-2/+24
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-102/+133
2014-02-15Correctly reset steals when hitting MAX_STEALSAlex Crichton-7/+28
2014-02-15Silence some unused import warningsAlex Crichton-3/+0
2014-02-15auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichtonbors-223/+334
2014-02-16Convert some unnecessary StaticNativeMutexes to NativeMutexes.Huon Wilson-25/+12
2014-02-16std::unstable::mutex: streamline & clarify documentation.Huon Wilson-26/+37
2014-02-16sync: Add `#[must_use]` to the Mutex guard.Huon Wilson-0/+1
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-73/+115
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-65/+69
2014-02-16std: add tests for the _noguard lock/signal/wait methods on Mutex.Huon Wilson-2/+28
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-94/+134
2014-02-16Add test and close #8893Flavio Percoco-0/+19
2014-02-15Add a method to LimitReader to return the limitSteven Fackler-2/+24
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-718/+694
2014-02-15auto merge of #12296 : dotdash/rust/byval_noalias, r=cmrbors-1/+9
2014-02-15Declare by-value on-stack parameters to be noaliasBjörn Steinbrink-1/+9
2014-02-15auto merge of #12270 : bstrie/rust/pnoise, r=huonwbors-65/+49
2014-02-15Clean up the Perlin noise benchmarkBen Striegel-65/+49
2014-02-15auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonwbors-219/+137
2014-02-15impl fmt::Pointer for &T and &mut TCorey Richardson-1/+11
2014-02-15std: clean up ptr a bitCorey Richardson-218/+126
2014-02-15auto merge of #12286 : sfackler/rust/no-conditions, r=alexcrichtonbors-2/+0
2014-02-15auto merge of #12283 : kballard/rust/env-args-bytes, r=ericktbors-42/+148
2014-02-14Fix all code examplesAlex Crichton-67/+103
2014-02-14Remove broken link to old conditions tutorialSteven Fackler-2/+0
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-35/+30
2014-02-14extern mod => extern crateAlex Crichton-685/+682
2014-02-14Register new snapshotsAlex Crichton-39/+18
2014-02-15Update LimitReader to take the Reader to wrap by valuePalmer Cox-7/+8
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-14Use str::from_utf8_lossy() for os::env() and friendsKevin Ballard-11/+60
2014-02-14Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()Kevin Ballard-25/+50
2014-02-14Add c_str::CString.as_bytes_no_nul()Kevin Ballard-6/+38
2014-02-14auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballardbors-12/+8
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-12/+8
2014-02-14auto merge of #12277 : alexcrichton/rust/fix-rustdoc-render, r=huonwbors-2/+4