]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-18 Virgile Andreanimk: Talk about `make clean` in the build help
2014-02-18 Virgile Andreanimk: Fix the regexp of SHOW_DOCS
2014-02-18 borsauto merge of #12321 : bjz/rust/remove-real, r=alexcrichton
2014-02-18 borsauto merge of #12103 : alexcrichton/rust/unix, r=brson
2014-02-18 borsauto merge of #12243 : dguenther/rust/extend-tidy,...
2014-02-18 borsauto merge of #12232 : kballard/rust/taskbuilder-is...
2014-02-18 borsauto merge of #12146 : gentlefolk/rust/issue-2404,...
2014-02-17 gentlefolkUpdated metadata::creader::resolve_crate_deps to use...
2014-02-17 borsauto merge of #12352 : alexcrichton/rust/fix-master...
2014-02-17 Alex CrichtonFix a deadlock in channels, again.
2014-02-17 borsauto merge of #12337 : nick29581/rust/generic_extern...
2014-02-17 Derek GuentherAdded more scripts to tidy check
2014-02-17 borsauto merge of #12331 : bjz/rust/count-ones, r=alexcrichton
2014-02-17 borsauto merge of #12325 : big-guy/rust/doc-fixes, r=alexcr...
2014-02-17 borsauto merge of #12284 : brson/rust/install, r=alexcrichton
2014-02-17 Nick CameronForbid use of generics with foreign functions. Closes...
2014-02-17 Brendan ZabarauskasRename Bitwise::population_count to Bitwise::count_ones...
2014-02-17 Alex CrichtonImplement named pipes for windows, touch up unix
2014-02-17 Alex CrichtonMove unix pipes implementation to pipe_unix.rs
2014-02-17 Geoffroy CouprieImplement Unix domain sockets in libnative
2014-02-17 Brian AndersonAddress review feedback
2014-02-17 borsauto merge of #12085 : alexcrichton/rust/issue-12082...
2014-02-17 Alex CrichtonUpgrade libuv
2014-02-17 Alex CrichtonAllow configuration of uid/gid/detach on processes
2014-02-16 Kevin BallardUpdate clients of the TaskBuilder API
2014-02-16 Kevin BallardClean up std::task docs, make TaskBuilder a real builder
2014-02-16 borsauto merge of #12319 : SimonSapin/rust/build-symlink...
2014-02-16 borsauto merge of #12312 : brson/rust/doc, r=alexcrichton
2014-02-16 Sterling GreeneMinor documentation fixes in std::fmt
2014-02-16 Brendan ZabarauskasRemove Real trait and move methods into Float
2014-02-16 borsauto merge of #12313 : bjz/rust/tuple, r=huonw
2014-02-16 Brendan ZabarauskasRemove CloneableTuple and ImmutableTuple traits
2014-02-16 Brendan ZabarauskasImprove naming of tuple getters, and add mutable tuple...
2014-02-16 Simon SapinIgnore /build even if it’s a symlink.
2014-02-16 Brendan ZabarauskasMerge ImmutableTuple* traits into their respective...
2014-02-16 borsauto merge of #12310 : brson/rust/mkfilecleanup, r...
2014-02-16 Brian Andersondoc: Reorganize the library index
2014-02-16 Brendan ZabarauskasDelegate ToStr implementation to Show for tuples
2014-02-16 Brendan ZabarauskasImplement Show for 1-12 element tuples
2014-02-16 borsauto merge of #12302 : alexcrichton/rust/issue-12295...
2014-02-16 Brian Andersonmk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPS
2014-02-16 Brian Andersonmk: Remove check-notidy, check-full, check-test
2014-02-16 borsauto merge of #12301 : FlaPer87/rust/issue-8893, r...
2014-02-16 borsauto merge of #12305 : luqmana/rust/ub, r=sfackler
2014-02-16 borsauto merge of #12299 : sfackler/rust/limit-return,...
2014-02-16 Luqman Adenmk: Remove old flags to llc for arm.
2014-02-16 borsauto merge of #12298 : alexcrichton/rust/rustdoc-testin...
2014-02-15 Alex CrichtonCorrectly reset steals when hitting MAX_STEALS
2014-02-15 Alex CrichtonSilence some unused import warnings
2014-02-15 borsauto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
2014-02-15 Huon WilsonConvert some unnecessary StaticNativeMutexes to NativeM...
2014-02-15 Huon Wilsonstd::unstable::mutex: streamline & clarify documentation.
2014-02-15 Huon Wilsonsync: Add `#[must_use]` to the Mutex guard.
2014-02-15 Huon Wilsonstd: add a NativeMutex type as a wrapper to destroy...
2014-02-15 Huon Wilsonstd: Rename unstable::mutex::Mutex to StaticNativeMutex.
2014-02-15 Huon Wilsonstd: add tests for the _noguard lock/signal/wait method...
2014-02-15 Huon Wilsonstd: add an RAII unlocker to Mutex.
2014-02-15 Flavio PercocoAdd test and close #8893
2014-02-15 Steven FacklerAdd a method to LimitReader to return the limit
2014-02-15 Brian Andersonmk: Base the windows dist target on prepare.mk
2014-02-15 Brian Andersonmk: Fix a dist bug
2014-02-15 Brian Andersonmk: Base the install target on prepare.mk
2014-02-15 Brian Andersonmk: Add prepare.mk
2014-02-15 borsauto merge of #12272 : alexcrichton/rust/snapshot,...
2014-02-15 borsauto merge of #12296 : dotdash/rust/byval_noalias,...
2014-02-15 Björn SteinbrinkDeclare by-value on-stack parameters to be noalias
2014-02-15 borsauto merge of #12270 : bstrie/rust/pnoise, r=huonw
2014-02-15 Ben StriegelClean up the Perlin noise benchmark
2014-02-15 borsauto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw
2014-02-15 Corey Richardsonimpl fmt::Pointer for &T and &mut T
2014-02-15 Corey Richardsonstd: clean up ptr a bit
2014-02-15 borsauto merge of #12286 : sfackler/rust/no-conditions...
2014-02-15 Brian Andersonmk: Clean up conditions for including dist.mk
2014-02-15 borsauto merge of #12283 : kballard/rust/env-args-bytes...
2014-02-15 Alex CrichtonFix all code examples
2014-02-15 borsauto merge of #12230 : DaGenix/rust/io-decorator-change...
2014-02-15 Steven FacklerRemove broken link to old conditions tutorial
2014-02-15 Alex CrichtonUpdate rustdoc testing to test all code blocks
2014-02-15 Alex Crichtonextern mod => extern crate
2014-02-15 Alex CrichtonRegister new snapshots
2014-02-15 Palmer CoxUpdate LimitReader to take the Reader to wrap by value
2014-02-15 Palmer CoxCreate RefReader and RefWriter adaptor structs
2014-02-15 Kevin BallardUse str::from_utf8_lossy() for os::env() and friends
2014-02-15 Kevin BallardUse str::from_utf8_lossy() in os::args(), add os::args_...
2014-02-15 Kevin BallardAdd c_str::CString.as_bytes_no_nul()
2014-02-15 borsauto merge of #12274 : brson/rust/mkfiles, r=alexcrichton
2014-02-15 borsauto merge of #12276 : alexcrichton/rust/issue-8449...
2014-02-15 Alex CrichtonEnable 64-bit checked multiplication on 32-bit
2014-02-15 Brian Andersonmk: Address review feedback
2014-02-15 borsauto merge of #12277 : alexcrichton/rust/fix-rustdoc...
2014-02-15 Brian Andersonmk: Move version info to top of main.mk
2014-02-15 Brian Andersonmk: Improve build system help commands
2014-02-15 Brian Andersonmk: Add NO_MKFILE_DEPS for turning off rebuild from...
2014-02-15 Brian Andersonmk: Move most of Makefile.in to .mk files
2014-02-15 Brian Andersonmk: Remove the concept of 'snapshot transitions'
2014-02-15 Brian Andersonmk: Add some serious documentation and 'make help'
2014-02-14 borsauto merge of #12271 : kballard/rust/vim-extern-crate...
2014-02-14 Kevin BallardAdd crate keyword to gedit language spec
2014-02-14 Kevin BallardAdd crate to emacs and kate modefiles
2014-02-14 borsauto merge of #12195 : kballard/rust/rustdoc-strip...
next