]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-11 Jonas SchievinkRegister reads on the corrent HIR item
2016-07-10 Jonas SchievinkDon't register reads for external items
2016-07-10 Jonas SchievinkCalculate the 2 largest variants using iterators
2016-07-10 Jonas SchievinkGet rid of `node_levels` and `node_lint_levels`
2016-07-10 Jonas SchievinkMove variant_size_differences out of trans
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 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 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...
2016-07-07 吴冉波doc:remove useless conditional compilation feature
2016-07-07 borsAuto merge of #34695 - steveklabnik:rollup, r=steveklabnik
2016-07-06 Corey FarwellAdd doc examples for `io::Error::from_raw_os_error`.
2016-07-06 Steve KlabnikRollup merge of #34685 - GuillaumeGomez:section_header...
2016-07-06 Steve KlabnikRollup merge of #34667 - KaivoAnastetiks:fix/crate...
2016-07-06 Steve KlabnikRollup merge of #34664 - alexcrichton:bump, r=brson
2016-07-06 Steve KlabnikRollup merge of #34636 - tshepang:shorten, r=GuillaumeGomez
2016-07-06 Steve KlabnikRollup merge of #34626 - sylvestre:master, r=Manishearth
2016-07-06 Steve KlabnikRollup merge of #34625 - jaredmanning:patch-1, r=apasel422
2016-07-06 Steve KlabnikRollup merge of #34621 - KaivoAnastetiks:fix/#33924...
2016-07-06 Steve KlabnikRollup merge of #34619 - frewsxcv:patch-30, r=apasel422
2016-07-06 Steve KlabnikRollup merge of #34615 - rdotdk:master, r=Manishearth
2016-07-06 Steve KlabnikRollup merge of #34558 - GlenDC:master, r=alexcrichton
2016-07-06 Steve KlabnikRollup merge of #34521 - llogiq:doc-fixes, r=steveklabnik
2016-07-06 Steve KlabnikRollup merge of #34327 - nrc:save-fix-tuple, r=jseyfried
2016-07-06 Steve KlabnikRollup merge of #34277 - ollie27:docs_num, r=steveklabnik
2016-07-06 Steve KlabnikRollup merge of #33265 - tshepang:peek, r=steveklabnik
2016-07-06 Steve KlabnikRollup merge of #33250 - durka:patch-19, r=steveklabnik
next