]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-06 Michael WoeristerAllow for re-using hidden monomorphizations on platform...
2018-04-06 Michael WoeristerUpdate a few comments about symbol visibility.
2018-04-06 Michael WoeristerAdd codegen-units test for shared-generics.
2018-04-06 Michael WoeristerMake sure that generics are internalized in executables...
2018-04-06 Michael WoeristerDon't internalize generics that are re-exported
2018-04-06 Michael WoeristerFix some rebasing fallout.
2018-04-06 Michael WoeristerSelect upstream monomorphizations in a stable way.
2018-04-06 Michael WoeristerAdapt codegen-unit test to shared-generics.
2018-04-06 Michael WoeristerAllow for internalizing monomorphizations that cannot...
2018-04-06 Michael WoeristerRemove the (inaccurate) symbol_export_level query.
2018-04-06 Michael WoeristerMake generics sharing the default for non-optimized...
2018-04-06 Michael WoeristerAllow for re-using monomorphizations from upstream...
2018-04-06 Michael WoeristerMove export level computation to reachable_non_generics...
2018-04-06 Michael WoeristerAllow for representing exported monomorphizations in...
2018-04-06 Michael WoeristerFix incomplete ICH implementation for ty::subst::Unpack...
2018-04-06 borsAuto merge of #49293 - memoryleak47:add-compiletest...
2018-04-05 borsAuto merge of #49696 - alexcrichton:rollup, r=alexcrichton
2018-04-05 Alex CrichtonRollup merge of #49705 - alexcrichton:less-manifest...
2018-04-05 Alex CrichtonRollup merge of #49697 - kennytm:name-every-builder...
2018-04-05 Alex CrichtonRollup merge of #49621 - Nemo157:impl-unpin-for-pin...
2018-04-05 Alex CrichtonFilter out missing components from manifests
2018-04-05 Alex CrichtonRollup merge of #49686 - memoryleak47:typo, r=alexcrichton
2018-04-05 Alex CrichtonRollup merge of #49597 - alexcrichton:proc-macro-v2...
2018-04-05 Alex CrichtonRollup merge of #49497 - scalexm:hrtb, r=nikomatsakis
2018-04-05 Wim Loomanimpl Unpin for PinBox
2018-04-05 kennytmGive a name to every CI job.
2018-04-05 borsAuto merge of #49045 - Zoxc:tls, r=michaelwoerister
2018-04-05 Alex CrichtonRollup merge of #49350 - abonander:macros-in-extern...
2018-04-05 Alex CrichtonRollup merge of #49045 - Zoxc:tls, r=michaelwoerister
2018-04-05 borsAuto merge of #49684 - kennytm:rollup, r=kennytm
2018-04-05 memoryleak47typos
2018-04-05 kennytmRollup merge of #49674 - alexcrichton:no-incremental...
2018-04-05 kennytmRollup merge of #49667 - Manishearth:preview-features...
2018-04-05 kennytmRollup merge of #49654 - davidtwco:issue-29893, r=alexc...
2018-04-05 kennytmRollup merge of #49563 - japaric:std-thumb, r=alexcrichton
2018-04-05 kennytmRollup merge of #49496 - glandium:master, r=sfackler
2018-04-05 kennytmRollup merge of #49432 - nabijaczleweli:master, r=micha...
2018-04-05 kennytmRollup merge of #49345 - davidtwco:issue-44109, r=nikom...
2018-04-05 kennytmRollup merge of #49253 - chmanchester:probing_fix,...
2018-04-05 kennytmRollup merge of #48658 - llogiq:no-more-cas, r=kennytm
2018-04-05 borsAuto merge of #48851 - petrochenkov:genparattr, r=nikom...
2018-04-05 borsAuto merge of #48709 - tinaun:issue48703, r=nikomatsakis
2018-04-05 Alex Crichtonci: Remove x86_64-gnu-incremental builder
2018-04-05 borsAuto merge of #49587 - Bobo1239:master, r=nrc
2018-04-04 Vadim PetrochenkovStabilize attributes on generic parameters
2018-04-04 Boris-Chengbiao... Update RLS
2018-04-04 Alex CrichtonTweak doc comment expansion
2018-04-04 borsAuto merge of #49642 - kennytm:rollup, r=kennytm
2018-04-04 Manish GoregaokarAdd more features to rust_2018_preview
2018-04-04 Jorge Apariciocompile other no-std crates
2018-04-04 Jorge AparicioRevert "create a nostd crate"
2018-04-04 kennytmRollup merge of #49547 - Phlosioneer:44831-borrowck...
2018-04-04 kennytmRollup merge of #49641 - valff:decl-macro-illegal-copy...
2018-04-04 kennytmRollup merge of #49634 - lloydmeta:tests/issue-43058...
2018-04-04 kennytmRollup merge of #49625 - bjorn3:miri_access_memory_kind...
2018-04-04 kennytmRollup merge of #49594 - mbrubeck:docs, r=steveklabnik
2018-04-04 kennytmRollup merge of #49628 - steveklabnik:learn-use-master...
2018-04-04 kennytmRollup merge of #49639 - matklad:cargo, r=kennytm
2018-04-04 kennytmRollup merge of #49637 - tmccombs:parent-id-stabilize...
2018-04-04 borsAuto merge of #48171 - FraGag:doc-copy-clone-impls...
2018-04-04 Jorge Apariciocreate a nostd crate
2018-04-04 borsAuto merge of #48913 - Mark-Simulacrum:rustbuild-test...
2018-04-04 David WoodUpdated codeblocks to specify language where required.
2018-04-04 David WoodDocumenting private items in compiler docs.
2018-04-04 bjorn3miri: add public alloc_kind accessor
2018-04-04 kennytmRollup merge of #49619 - durka:patch-46, r=steveklabnik
2018-04-04 kennytmRollup merge of #49618 - pftbest:fix_warning, r=SimonSapin
2018-04-04 kennytmRollup merge of #49612 - tmccombs:stabilize-getpid...
2018-04-04 kennytmRollup merge of #49609 - abonander:attr-macro-stmt...
2018-04-04 kennytmRollup merge of #49607 - cuviper:stable-iter-1.27,...
2018-04-04 kennytmRollup merge of #49603 - GuillaumeGomez:fix-intra-link...
2018-04-04 kennytmRollup merge of #49599 - rolfvandekrol:feature/no_ru...
2018-04-04 kennytmRollup merge of #49577 - tmccombs:string-splice-stabili...
2018-04-04 kennytmRollup merge of #49570 - arielb1:bounded-universe,...
2018-04-04 kennytmRollup merge of #49559 - djc:resize-with, r=TimNN
2018-04-04 kennytmRollup merge of #49540 - bjorn3:fix_miri_discriminant...
2018-04-04 kennytmRollup merge of #49533 - scottmcm:more-must-use, r...
2018-04-04 kennytmRollup merge of #49532 - Phlosioneer:32556-rustdoc...
2018-04-04 kennytmRollup merge of #49516 - GuillaumeGomez:add-union-field...
2018-04-04 kennytmRollup merge of #49515 - GuillaumeGomez:target-backgrou...
2018-04-04 kennytmRollup merge of #49512 - GuillaumeGomez:intra-links...
2018-04-04 kennytmRollup merge of #49179 - varkor:future-deprecation...
2018-04-04 Valentine ValyaeffRegression test for #46314
2018-04-04 borsAuto merge of #48575 - ishitatsuyuki:unix-no-thread...
2018-04-04 Aleksey KladovUpdate Cargo
2018-04-04 borsAuto merge of #49573 - glandium:huge-align, r=SimonSapin
2018-04-04 Thayne McCombsStabilize parent_id()
2018-04-04 lloydmetaFormatting
2018-04-04 lloydmetaAdd a test for the fix to issue #43058
2018-04-04 borsAuto merge of #48333 - aidanhs:aphs-no-place-for-placem...
2018-04-03 Matt BrubeckAdd performance notes to BufReader/BufWriter docs
2018-04-03 Matt BrubeckCross-reference fs::read functions from io::Read docs
2018-04-03 borsAuto merge of #48647 - alexcrichton:update-sccache...
2018-04-03 memoryleak47make tidy happy
2018-04-03 memoryleak47running compiletest with --compare-mode will now run...
2018-04-03 Austin Bonanderexpand macro invocations in `extern {}` blocks
2018-04-03 steveklabnikRe-write the documentation index
2018-04-03 Mark SimulacrumStop checking that the graph produced by a dry run...
2018-04-03 Mark SimulacrumFix a few accidental expectations
2018-04-03 Mark SimulacrumAvoid printing output when in dry run mode
next