]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-19 Jake GouldingIntroduce rsplit
2015-03-19 borsAuto merge of #23430 - alexcrichton:io-error, r=aturon
2015-03-19 Alex Crichtonstd: Stablize io::ErrorKind
2015-03-19 borsAuto merge of #23213 - ipetkov:rustdoc-src-fix, r=huonw
2015-03-19 borsAuto merge of #23498 - pcwalton:inline-police, r=cmr
2015-03-19 borsAuto merge of #23507 - jbcrail:fix-comment-spelling...
2015-03-19 Patrick Waltonlibunicode: Partially inline the fast paths in characte...
2015-03-19 Patrick Waltonliballoc: Partially inline the refcount manipulation...
2015-03-19 Joseph CrailFix spelling errors in comments.
2015-03-19 borsAuto merge of #23502 - Manishearth:rollup, r=Manishearth
2015-03-19 Manish GoregaokarRm unused feature
2015-03-19 Manish GoregaokarRollup merge of #23428 - Manishearth:ast-doc, r=stevekl...
2015-03-19 Manish GoregaokarRollup merge of #23497 - steveklabnik:gh21589, r=alexcr...
2015-03-19 Manish GoregaokarRollup merge of #23496 - steveklabnik:gh22309, r=nikoma...
2015-03-19 Manish GoregaokarRollup merge of #23495 - pcwalton:inline-cell, r=cmr
2015-03-19 Manish GoregaokarRollup merge of #23494 - mdinger:patch-1, r=steveklabnik
2015-03-19 Manish GoregaokarRollup merge of #23493 - steveklabnik:gh22927, r=alexcr...
2015-03-19 Manish GoregaokarRollup merge of #23490 - jooert:master, r=steveklabnik
2015-03-19 Manish GoregaokarRollup merge of #23483 - semarie:openbsd-threads, r...
2015-03-19 Manish GoregaokarRollup merge of #23474 - nagisa:patch-1, r=steveklabnik
2015-03-19 Manish GoregaokarRollup merge of #23479 - tamird:fix-ios-build, r=aturon
2015-03-19 Manish GoregaokarRollup merge of #23475 - nikomatsakis:closure-ret-synta...
2015-03-19 Manish GoregaokarSpace and punctuation fixes
2015-03-19 Steve KlabnikNote ::foo::bar() in the crates guide
2015-03-19 Manish GoregaokarAddress huon's comments
2015-03-19 Steve KlabnikDocument include!
2015-03-19 Patrick Waltoncore: Inline most cell methods.
2015-03-19 mdingerUpdate ast.rs
2015-03-19 Steve KlabnikDocument {:.*}
2015-03-19 Steve KlabnikSmall formatting fixes to fmt.rs
2015-03-19 Johannes OertelRename should_fail to should_panic in docs
2015-03-19 Manish GoregaokarRollup merge of #23468 - sfackler:stdio-panic, r=alexcr...
2015-03-19 Manish GoregaokarRollup merge of #23462 - alexcrichton:stabilize-cloned...
2015-03-19 Manish GoregaokarRollup merge of #23457 - nagisa:get-set-resources,...
2015-03-19 borsAuto merge of #23482 - alexcrichton:snapshots, r=aturon
2015-03-19 Niko MatsakisRequire braces when a closure has an explicit return...
2015-03-18 Alex CrichtonRegister new snapshots
2015-03-18 Ivan Petkov[rustdoc] Fix source hyperlinks in docs
2015-03-18 borsAuto merge of #23473 - Manishearth:rollup, r=Manishearth
2015-03-18 Manish GoregaokarRollup merge of #23428 - Manishearth:ast-doc, r=huon
2015-03-18 Manish GoregaokarRollup merge of #23455 - Ryman:trim_matches_doc, r...
2015-03-18 Manish GoregaokarRollup merge of #23450 - alexcrichton:fix-sockaddr...
2015-03-18 Manish GoregaokarRollup merge of #23443 - meqif:ipv6addr-new-documentati...
2015-03-18 Manish GoregaokarRollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_l...
2015-03-18 Manish GoregaokarRollup merge of #23467 - andersk:loop-labeled-break...
2015-03-18 Manish GoregaokarRollup merge of #23461 - alexcrichton:feat-char-at...
2015-03-18 Steven FacklerAdd a test
2015-03-18 Tamir DubersteiniOS: fallout from 1d5983a
2015-03-18 Simonas KazlauskasMake it clear which value is discarded
2015-03-18 Manish GoregaokarAddress huon's comments
2015-03-18 Manish GoregaokarClarify Expr
2015-03-18 Manish Goregaokarast: Document Item and ForeignItem
2015-03-18 Manish Goregaokarast: Document Lit
2015-03-18 Manish Goregaokarast: Document Pat and Block
2015-03-18 Manish Goregaokarast: Document paths and `where` clauses
2015-03-18 Manish Goregaokarast: Document Expr_, UnOp, and BinOp
2015-03-18 Simonas KazlauskasAdd {get,set}rlimit and getrusage to libc
2015-03-18 Sébastien Marieopenbsd/bitrig threads
2015-03-18 borsAuto merge of #22838 - petrochenkov:bytelit, r=alexcrichton
2015-03-18 Vadim PetrochenkovRemove the newly introduced trait impls for fixed-size...
2015-03-18 Steven FacklerIgnore stdio mutex poison state
2015-03-18 borsAuto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakis
2015-03-18 Anders KaseorgInfer type ! for a loop that can only break out of...
2015-03-18 Nick CameronFix private module loophole in the 'private type in...
2015-03-18 borsAuto merge of #23452 - nikomatsakis:unsafety-subtyping...
2015-03-18 Alex Crichtonstd: Stabilize `IteratorExt::cloned`
2015-03-18 Alex Crichtonstd: Tweak some unstable features of `str`
2015-03-18 borsAuto merge of #23438 - nikomatsakis:issue-23435-default...
2015-03-17 Vadim PetrochenkovFix byte string literal patterns in match
2015-03-17 Vadim PetrochenkovAvoid metadata bloat by using trait FixedSizeArray
2015-03-17 Vadim PetrochenkovAdd and fix more tests
2015-03-17 Vadim PetrochenkovFixed-size byte string literals (RFC 339)
2015-03-17 Niko MatsakisMove unsafety out of the subtyping relation and into...
2015-03-17 borsAuto merge of #23376 - eddyb:die-tydesc-die, r=nikomatsakis
2015-03-17 Kevin ButlerFix documentation for StrExt::trim_matches
2015-03-17 Niko MatsakisExtract out `mts` into `combine` using `tys_with_variance`
2015-03-17 Eduard BurtescuReplace TyDesc and its uses with trait vtables and...
2015-03-17 Eduard Burtescurustc_trans: use the drop glue of T instead of Box...
2015-03-17 Alex Crichtonlibc: Fix definition of sockaddr_storage on 32-bit...
2015-03-17 borsAuto merge of #23330 - alexcrichton:thread-sleep, r...
2015-03-17 Alex Crichtonstd: Implement `thread::sleep`
2015-03-17 Ricardo MartinsFix IPv6 address format in documentation
2015-03-17 borsAuto merge of #23423 - nikomatsakis:issue-18737-trait...
2015-03-17 Niko MatsakisFix soundness hole when unsizing boxes.
2015-03-17 Niko MatsakisRemove subtyping for object types and replace with...
2015-03-17 Niko MatsakisOnly test predicates if this is a default method, as...
2015-03-17 borsAuto merge of #23436 - Manishearth:rollup, r=Manishearth
2015-03-17 Manish GoregaokarRe-bork whitespace for text file (fixup #23385)
2015-03-17 Niko MatsakisCheck that predicates hold before emitting an entry...
2015-03-17 Manish GoregaokarRollup merge of #23432 - mzabaluev:io-into-inner-doc...
2015-03-17 Manish GoregaokarRollup merge of #23385 - tamird:cleanup-whitespace...
2015-03-17 Manish GoregaokarRollup merge of #23329 - jbcrail:rm-syntax-highlight...
2015-03-17 Manish GoregaokarRollup merge of #23427 - tshepang:dur-becomes-duration...
2015-03-17 Manish GoregaokarRollup merge of #23417 - padenot:patch-1, r=steveklabnik
2015-03-17 Manish GoregaokarRollup merge of #23415 - alexcrichton:stabilize-flush...
2015-03-17 Manish GoregaokarRollup merge of #23409 - GBGamer:patch-2, r=alexcrichton
2015-03-17 Manish GoregaokarRollup merge of #23402 - tamird:needstest-tests, r...
2015-03-17 Manish GoregaokarRollup merge of #23400 - nrc:pub_use, r=eddyb
2015-03-17 Manish GoregaokarRollup merge of #23399 - tbu-:pr_libflate_error, r...
2015-03-17 Niko MatsakisRefactor the emit_vtable_methods code to be a bit clean...
next