]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-24 borsAuto merge of #22530 - rprichard:master, r=dotdash
2015-02-24 borsAuto merge of #22172 - eddyb:almost-there, r=nikomatsakis
2015-02-24 borsAuto merge of #22749 - kballard:process-stdio-construct...
2015-02-24 Eduard Burtescusyntax: update pretty-printer for the `<T>::method...
2015-02-24 Eduard BurtescuFix fallout from rebasing.
2015-02-24 Eduard Burtescurustc_typeck: unify the impl type with the UFCS path...
2015-02-24 Eduard BurtescuUpdate trans/save's span hacks for fully qualified...
2015-02-24 Eduard BurtescuFix fallout from allowing impls outside of the type...
2015-02-24 Eduard BurtescuFix fallout from correct stability handling in UFCS.
2015-02-24 Eduard BurtescuFix @nikomatsakis' nits in typeck.
2015-02-24 Eduard Burtescutests: add two new run-pass tests for method behavior...
2015-02-24 Eduard BurtescuImplement `<T>::method` UFCS expression syntax.
2015-02-24 Eduard Burtescutests: remove warnings from and rename const-polymorphi...
2015-02-24 Eduard Burtescurustc: combine partial_def_map and last_private_map...
2015-02-24 Eduard Burtescurustc_resolve: don't handle impl items as if they were...
2015-02-24 Eduard Burtescucore: fix typo that wasn't caught by the hacky previous...
2015-02-24 Eduard BurtescuUse partial path resolutions in expressions for UFCS...
2015-02-24 Eduard Burtescurustc_resolve: remove the distinction between DefStatic...
2015-02-24 Eduard Burtescurustc: use partially resolved definitions to replace...
2015-02-24 Eduard Burtescurustc_resolve: use the visitor model more, remove redun...
2015-02-24 Eduard Burtescusyntax: use a single Path for Trait::Item in QPath.
2015-02-24 Eduard Burtescurustc_resolve: use DefAssociatedTy for TyQPath.
2015-02-24 Eduard Burtescurustc: load DefAssociatedTy from cross-crate metadata...
2015-02-24 Eduard Burtescurustc: remove unused ForeignType item family.
2015-02-24 Eduard Burtescusyntax: don't use TraitRef in QPath.
2015-02-24 Eduard Burtescusyntax: don't store a secondary NodeId for TyPath.
2015-02-24 Eduard BurtescuRevert bogus rename from DefTrait to DefaultImpl.
2015-02-24 borsAuto merge of #22755 - Manishearth:rollup, r=Manishearth
2015-02-24 Manish GoregaokarFix integers in tests (fixup #22700)
2015-02-24 Ryan PrichardDisable run-pass/sepcomp-lib-lto.rs on Android until...
2015-02-24 Manish GoregaokarRollup merge of #22720 - edwardw:enum-struct-ident...
2015-02-24 Edward WangAdd tests for expect ident but find enum or struct...
2015-02-24 Manish GoregaokarRemove another instance of ty_open (fixup #22213)
2015-02-24 Manish GoregaokarRollup merge of #22213 - eddyb:ty_open-case-closed...
2015-02-24 Eduard Burtescurustc_trans: use an Lvalue Datum for an unsized lvalue...
2015-02-24 Eduard Burtescutests: update expected recursion limit errors for the...
2015-02-24 Eduard BurtescuRemove ty_open and treat Unsized lvalues as *Unsized.
2015-02-24 Manish GoregaokarRemove double expr_u32 (fixup #22700)
2015-02-24 Manish GoregaokarRollup merge of #22594 - alexcrichton:issue-22577,...
2015-02-24 Manish GoregaokarRollup merge of #22580 - pnkfelix:guard-pat-cfg2, r...
2015-02-24 Manish GoregaokarRollup merge of #22428 - erickt:io-wrappers, r=aturon
2015-02-24 Manish GoregaokarRollup merge of #22301 - nikomatsakis:object-safe-sized...
2015-02-24 Manish GoregaokarRollup merge of #22473 - leejunseok:fix_pointer_example...
2015-02-24 Manish GoregaokarRollup merge of #22730 - ipetkov:lint-docs, r=alexcrichton
2015-02-24 Manish GoregaokarRollup merge of #22728 - vojtechkral:int-audit-thread...
2015-02-24 Manish GoregaokarRollup merge of #22700 - nick29581:ints_hash, r=alexcri...
2015-02-24 Manish GoregaokarRollup merge of #22632 - nagisa:kill-show-string-with...
2015-02-24 Manish GoregaokarRollup merge of #22740 - frewsxcv:patch-4, r=alexcrichton
2015-02-24 Manish GoregaokarRollup merge of #22726 - semarie:openbsd-Wl-as-needed...
2015-02-24 Manish GoregaokarRollup merge of #22719 - steveklabnik:typo_fix, r=alexc...
2015-02-24 Manish GoregaokarRollup merge of #22711 - lummax:patch-1, r=dotdash
2015-02-24 Manish GoregaokarRollup merge of #22687 - tshepang:prelude-nits, r=alexc...
2015-02-24 Manish GoregaokarRollup merge of #22680 - FlaPer87:type_builtin, r=nikom...
2015-02-24 Manish GoregaokarRollup merge of #22653 - tsion:master, r=alexcrichton
2015-02-24 Manish GoregaokarRollup merge of #22604 - aochagavia:docs, r=alexcrichton
2015-02-24 Kevin BallardFix the std::process::Stdio constructors
2015-02-24 borsAuto merge of #21581 - DiamondLovesYou:nacl-libc, r...
2015-02-24 borsAuto merge of #21689 - FlaPer87:oibit-send-and-friends...
2015-02-23 borsAuto merge of #22526 - dotdash:llvmup, r=alexcrichton
2015-02-23 Corey FarwellEnforce a white background for the docs
2015-02-23 Tshepang Lekhonkhobestd::prelude: code consistency nits
2015-02-23 borsAuto merge of #22724 - Manishearth:rollup, r=alexcrichton
2015-02-23 Alex CrichtonTest fixes and rebase conflicts
2015-02-23 Niko MatsakisMake traits with by-value-self be considered object...
2015-02-23 Niko MatsakisRemove awful hack concerning `Trait impl Trait` in...
2015-02-23 Niko MatsakisExtend object safety so that methods with Sized:Self...
2015-02-23 Manish GoregaokarFix windows failure (fixup #22538)
2015-02-23 Manish GoregaokarRollup merge of #22723 - alexcrichton:less-flaky-window...
2015-02-23 Manish Goregaokarimport boxed for alloc/rc.rs (fixup #22696)
2015-02-23 Manish GoregaokarAdd marker trait to test (fixup #22538)
2015-02-23 Manish GoregaokarRollup merge of #22320 - petrochenkov:eq, r=alexcrichton
2015-02-23 Manish GoregaokarRollup merge of #22490 - nagisa:inline-args, r=alexcrichton
2015-02-23 Manish GoregaokarRollup merge of #22494 - msiemens:vec_map-append-split_...
2015-02-23 Manish GoregaokarRollup merge of #22538 - nagisa:properise-trans-asserts...
2015-02-23 Manish GoregaokarRollup merge of #22544 - bombless:fix-pattern, r=pnkfelix
2015-02-23 Manish GoregaokarRollup merge of #22624 - vadimcn:iss-13361, r=alexcrichton
2015-02-23 Manish GoregaokarRollup merge of #22667 - dotdash:retslot_cast.rs, r...
2015-02-23 Manish GoregaokarRollup merge of #22664 - lfairy:just-say-no, r=alexcrichton
2015-02-23 Manish GoregaokarRollup merge of #22640 - sfackler:fix-take, r=alexcrichton
2015-02-23 Ivan PetkovUpdate missing-doc test to explicitly check errors
2015-02-23 Ivan PetkovUpdate missing-docs lint to check associated type decla...
2015-02-23 Ivan PetkovAdd documentation to associated types in libcore, libstd
2015-02-23 Sébastien Marieopenbsd: restore linker option
2015-02-23 Manish GoregaokarRollup merge of #22696 - stepancheg:use-box, r=alexcrichton
2015-02-23 Manish GoregaokarRollup merge of #22693 - tshepang:use-new-slicing-synta...
2015-02-23 Manish GoregaokarRollup merge of #22688 - tshepang:use-new-slicing-synta...
2015-02-23 Manish GoregaokarRollup merge of #22691 - nick29581:fix-save-impl, r...
2015-02-23 Manish GoregaokarRollup merge of #22674 - untitaker:issue22243, r=alexcr...
2015-02-23 Manish GoregaokarRollup merge of #22670 - shepmaster:c_str_typos, r...
2015-02-23 Manish GoregaokarRollup merge of #22662 - iKevinY:readme-changes, r...
2015-02-23 Manish GoregaokarRollup merge of #22660 - achernya:tuple-reference,...
2015-02-23 Manish GoregaokarRollup merge of #22658 - glacjay:issue-22535, r=Gankro
2015-02-23 Manish GoregaokarRollup merge of #22652 - tigarmo:patch-1, r=Manishearth
2015-02-23 Manish GoregaokarRollup merge of #22643 - fhartwig:bitvec-doc-fix, r...
2015-02-23 Manish GoregaokarRollup merge of #22613 - nick29581:fix-save-alias,...
2015-02-23 Manish GoregaokarRollup merge of #22612 - jxcl:iter-replace, r=steveklabnik
2015-02-23 Manish GoregaokarRollup merge of #22601 - bombless:patch-1, r=Manishearth
2015-02-23 Manish GoregaokarRollup merge of #22593 - brson:spatch, r=steveklabnik
2015-02-23 Manish GoregaokarRollup merge of #22559 - kmcallister:borrowck-readme...
2015-02-23 Manish GoregaokarRollup merge of #22556 - brson:str, r=steveklabnik
next