]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-12 Guillaume GomezRollup merge of #34742 - abhijeetbhagat:master, r=steve...
2016-07-12 Guillaume GomezRollup merge of #34740 - GuillaumeGomez:boxed_doc,...
2016-07-12 Guillaume GomezRollup merge of #34737 - frewsxcv:libstd-process-child...
2016-07-12 Guillaume GomezRollup merge of #34736 - GuillaumeGomez:cells_doc,...
2016-07-12 borsAuto merge of #34637 - GuillaumeGomez:syntax_codes...
2016-07-12 borsAuto merge of #33971 - bltavares:28322/default-channel...
2016-07-11 Guillaume GomezMove E0533 to E0558 (because of external change)
2016-07-11 ggomezFix typos
2016-07-11 Guillaume GomezUpdate make tidy
2016-07-11 Guillaume GomezAdd E0537 error explanation
2016-07-11 Guillaume GomezAdd E0536 error explanation
2016-07-11 Guillaume GomezAdd E0535 error explanation
2016-07-11 Guillaume GomezAdd E0534 error explanation
2016-07-11 Guillaume GomezAdd E0533 error explanation
2016-07-11 borsAuto merge of #34686 - alexcrichton:new-stage, r=luqmana
2016-07-11 Corey Farwell`std::process` doc improvements.
2016-07-11 Guillaume GomezImprove boxed docs
2016-07-11 Guillaume GomezAdd missing examples for std::cell types
2016-07-11 borsAuto merge of #34725 - GuillaumeGomez:doc_slice, r...
2016-07-10 borsAuto merge of #34753 - sfackler:demangle-curly-braces...
2016-07-10 Steven FacklerDemangle curly braces
2016-07-10 borsAuto merge of #34657 - oli-obk:no_needless_const_eval...
2016-07-10 borsAuto merge of #34731 - GGist:fix_sync_try_recv, r=alexc...
2016-07-10 borsAuto merge of #34745 - alexandermerritt:slice-doc,...
2016-07-10 Alexander Merrittmake clone_from_slice consistent with copy_from_slice
2016-07-10 borsAuto merge of #34723 - GuillaumeGomez:slice_doc, r...
2016-07-09 borsAuto merge of #34365 - petrochenkov:deferr, r=eddyb
2016-07-09 abhiUpdate on struct expressions (check #32769)
2016-07-09 borsAuto merge of #34717 - frewsxcv:sink, r=apasel422
2016-07-09 borsAuto merge of #34728 - michaelwoerister:issue34569...
2016-07-09 Michael Woeristertrans: Make sure that closures only get translated...
2016-07-09 borsAuto merge of #34709 - GuillaumeGomez:primitives, r...
2016-07-09 Guillaume GomezImprove slice docs
2016-07-09 borsAuto merge of #33987 - crlf0710:patch-1, r=steveklabnik
2016-07-09 borsAuto merge of #34719 - glandium:issue34674, r=alexcrichton
2016-07-09 AndrewCheck for data in Receiver::try_recv before reporting...
2016-07-09 borsAuto merge of #34700 - inejge:ai-hints, r=alexcrichton
2016-07-08 borsAuto merge of #34690 - alexcrichton:clarify-vcvars...
2016-07-08 Guillaume GomezImprove primitive integers documentation
2016-07-08 borsAuto merge of #33890 - michaelwoerister:collector-drive...
2016-07-08 Michael Woeristertrans: Adjust linkage assignment so that we don't need...
2016-07-08 Michael WoeristerUpdate LLVM.
2016-07-08 Michael Woeristertrans: Remove tracking of translation item state.
2016-07-08 Michael Woeristertrans: Set COMDAT section for weak symbols so that...
2016-07-08 Michael Woeristertrans: Enable falling back to on-demand instantiation...
2016-07-08 Michael Woeristertrans: Add missing normalize_associated_type() call...
2016-07-08 Michael Woeristerhir-trans: Don't generate code for unreachable operands...
2016-07-08 Michael Woeristertrans::collector: Also consider initializers of const...
2016-07-08 Michael Woeristercollector-driven-trans: Take care of nits.
2016-07-08 Michael WoeristerPacify make tidy.
2016-07-08 Michael WoeristerFix codegen tests by make sure items are translated...
2016-07-08 Michael WoeristerClean up trans::trans_crate() after making things colle...
2016-07-08 Michael WoeristerMake item translation order deterministic by sorting...
2016-07-08 Michael WoeristerBuild SymbolMap for symbol name conflict checking and...
2016-07-08 Michael WoeristerMake drop-glue translation collector-driven.
2016-07-08 Michael WoeristerImprove linkage assignment in trans::partitioning.
2016-07-08 Michael WoeristerAdapt backend to trans::partitioning dictating the...
2016-07-08 Michael WoeristerIgnore closure-related translation item collection...
2016-07-08 Michael Woeristertrans: Get rid of the last potential on-demand creation...
2016-07-08 James MillerDrive function item translation from collector
2016-07-08 Michael Woeristertrans: Make translation of statics collector-driven.
2016-07-08 borsAuto merge of #34720 - Manishearth:rollup, r=Manishearth
2016-07-08 Ivan NejgebauerAdd test for std::net::lookup_host() duplicates
2016-07-08 petrochenkovStabilize `FnOnce::Output` + Fix rebase
2016-07-08 Vadim PetrochenkovMove some common code into check_struct_path
2016-07-08 Vadim PetrochenkovAdd tests + Fix rustdoc regression + Fix rebase
2016-07-08 Vadim PetrochenkovMerge PatKind::QPath into PatKind::Path in HIR
2016-07-08 Vadim PetrochenkovResolve partially resolved paths in struct patterns...
2016-07-08 Vadim PetrochenkovRemove unnecessary accessor function VariantDefData...
2016-07-08 Vadim PetrochenkovRewrite check_pat_enum, split it into check_pat_tuple_s...
2016-07-08 Vadim PetrochenkovDo not generate Def::Err in bindings
2016-07-08 Vadim PetrochenkovBetter support for associated types in struct patterns
2016-07-08 Vadim PetrochenkovCleanup of some pattern related code
2016-07-08 Vadim PetrochenkovDon't generate Def::Err if it's not stored in def_map...
2016-07-08 Manish GoregaokarRollup merge of #34700 - inejge:ai-hints, r=alexcrichton
2016-07-08 Manish GoregaokarRollup merge of #34699 - phlogisticfugu:master, r=steve...
2016-07-08 Manish GoregaokarRollup merge of #34691 - jseyfried:remove_erroneous_uni...
2016-07-08 Manish GoregaokarRollup merge of #34688 - GuillaumeGomez:double_ended_it...
2016-07-08 Manish GoregaokarRollup merge of #34659 - GuillaumeGomez:path_file_name...
2016-07-08 Manish GoregaokarRollup merge of #34612 - frewsxcv:io-error-from_raw_os_...
2016-07-08 Manish GoregaokarRollup merge of #34610 - wuranbo:patch-2, r=steveklabnik
2016-07-08 Manish GoregaokarRollup merge of #34097 - arbitrary-cat:master, r=stevek...
2016-07-08 borsAuto merge of #34679 - eddyb:mir-nested-pairs, r=dotdash
2016-07-08 Mike HommeyUpdate jemalloc to include a fix for startup issues...
2016-07-08 borsAuto merge of #34682 - CensoredUsername:clobber-docs...
2016-07-08 Corey FarwellRemove unnecessarily mutable reference in doc example.
2016-07-08 borsAuto merge of #34575 - cgswords:tstream, r=nrc
2016-07-08 Guillaume GomezRemove useless doc comment for slice
2016-07-07 Brian AndersonMerge pull request #34712 from rust-lang/steveklabnik...
2016-07-07 Steve KlabnikFix release notes for 1.10
2016-07-07 cgswordsPreliminary implementation for TokenStreams and TokenSl...
2016-07-07 Alex CrichtonClarify rustbuild + msvc + vcvars in README
2016-07-07 Sam PaysonChanged wording per aturon's comments.
2016-07-07 borsAuto merge of #34677 - alexcrichton:no-more-build-direc...
2016-07-07 borsAuto merge of #34658 - luqmana:34592-nested_returns...
2016-07-07 Ivan NejgebauerUse hints with getaddrinfo() in std::net::lokup_host()
2016-07-07 borsAuto merge of #34672 - luqmana:27021-reassign-match...
2016-07-07 Phlogistic... more windows documentation in getting-started
2016-07-07 borsAuto merge of #34655 - jseyfried:improve_resolver_api...
2016-07-07 borsAuto merge of #34652 - jseyfried:fix_expansion_perf...
next