]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-19 borsauto merge of #12231 : wycats/rust/url_path_parse,...
2014-02-19 borsauto merge of #11904 : nick29581/rust/0filemap, r=alexc...
2014-02-19 borsauto merge of #12379 : alexcrichton/rust/fix-ar-thing...
2014-02-19 borsauto merge of #12375 : FlaPer87/rust/issue-7660, r=cmr
2014-02-19 borsauto merge of #12374 : dylanbraithwaite/rust/size_of_un...
2014-02-19 borsauto merge of #12349 : edwardw/rust/debug-expansion...
2014-02-19 Edward WangChange the format_args! macro expansion for temporaries
2014-02-19 borsauto merge of #12370 : rcxdude/rust/macro_fix, r=alexcr...
2014-02-19 borsauto merge of #12367 : darnuria/rust/tutorial_removing_...
2014-02-19 borsauto merge of #12339 : alexcrichton/rust/rustdoc-fixes...
2014-02-19 Alex Crichtonrustdoc: Handle links to reexported items
2014-02-19 Alex Crichtonrustdoc: Clickable links on methods themselves
2014-02-19 Alex Crichtonrustdoc: Fix json output and input
2014-02-19 Alex Crichtonrustdoc: Highlight methods jumped to
2014-02-19 Alex Crichtonrustdoc: Show macros in documentation
2014-02-19 Alex Crichtonrustdoc: Fixup links to enum variants
2014-02-19 borsauto merge of #12364 : Armavica/rust/mk-tips, r=alexcri...
2014-02-19 borsauto merge of #12361 : sfackler/rust/rustdoc-test-exter...
2014-02-19 Steven Facklerrustdoc: Only inject extern crates if not present
2014-02-19 borsauto merge of #12317 : huonw/rust/utf16, r=alexcrichton
2014-02-19 Huon Wilsonstr: add a function for truncating a vector of u16...
2014-02-19 borsauto merge of #12245 : nick29581/rust/priv2, r=alexcrichton
2014-02-19 Nick CameronMake priavcy checking aware that a `use` directive...
2014-02-19 Nick CameronFix bug with zero-length filemaps and rename bytepos_to...
2014-02-19 Alex CrichtonFix staticlib outputs linking to blank archives
2014-02-18 borsauto merge of #12359 : alexcrichton/rust/update-compile...
2014-02-18 Flavio PercocoRegression test closes #7660
2014-02-18 Dylan BraithwaiteClarify unit of size in docs for size_of functions.
2014-02-18 borsauto merge of #12357 : chromatic/rust/gh_11976_fail_bou...
2014-02-18 borsauto merge of #12336 : kballard/rust/mutexarc-no-freeze...
2014-02-18 borsauto merge of #12330 : nick29581/rust/glue, r=huonw
2014-02-18 Douglas YoungAvoid returning original macro if expansion fails.
2014-02-18 borsauto merge of #12354 : alexcrichton/rust/fix-rustuv...
2014-02-18 Axel VialaRemoving '15.3 Do syntax' in tutorial.
2014-02-18 borsauto merge of #12351 : kud1ing/rust/backticks, r=alexcr...
2014-02-18 borsauto merge of #12314 : huonw/rust/is_utf8_iter, r=kballard
2014-02-18 Huon Wilsonstd: convert first_non_utf8_byte to use the iterator.
2014-02-18 Huon Wilsonstd::str: safen and optimize is_utf8.
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 #12345 : huonw/rust/speeling, r=cmr
2014-02-18 borsauto merge of #12342 : ehsanul/rust/remove-shared-chan...
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 Alex CrichtonUpdate compiler-rt
2014-02-18 chromaticMade fail_bounds_check more careful with strings.
2014-02-18 Nick CameronTest ordering of glue_drop and glue_takew in self-re...
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 Alex CrichtonFix a segfault in the rustuv tests
2014-02-17 borsauto merge of #12352 : alexcrichton/rust/fix-master...
2014-02-17 Alex CrichtonFix a deadlock in channels, again.
2014-02-17 Huon WilsonSpellcheck library docs.
2014-02-17 kud1ingbackticks for syntax elements
2014-02-17 Kevin BallardRemove the compile-fail test that's now obsolete
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 Huon Wilsonstd: make str::from_utf16 return an Option.
2014-02-17 Huon Wilsonstd: decode even numbered non-BMP planes in the UTF...
2014-02-17 Huon Wilsonstr: provide lossy UTF-16 support.
2014-02-17 Huon Wilsonstd: convert str::from_utf16 to an external iterator.
2014-02-17 Huon Wilsonstd: iteratize str::is_utf16 & add tests.
2014-02-17 borsauto merge of #12284 : brson/rust/install, r=alexcrichton
2014-02-17 Ehsanul HoqueUpdate tasks guide: SharedChan as been removed
2014-02-17 Nick CameronForbid use of generics with foreign functions. Closes...
2014-02-17 Kevin BallardRemove Freeze bounds from sync::MutexArc
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.
next