]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-05-15 Manish GoregaokarRollup merge of #33533 - GuillaumeGomez:add_E0500,...
2016-05-15 Manish GoregaokarRollup merge of #33517 - sanxiyn:tight-span, r=nagisa
2016-05-15 Manish GoregaokarRollup merge of #33475 - billyevans:master, r=guillaume...
2016-05-15 Manish GoregaokarRollup merge of #33415 - dfockler:master, r=steveklabnik
2016-05-15 Manish GoregaokarRollup merge of #33393 - cristianoliveira:docs-error...
2016-05-15 Manish GoregaokarRollup merge of #33342 - birkenfeld:issue-26472, r...
2016-05-15 borsAuto merge of #33607 - jonas-schievink:prettier-mir...
2016-05-15 borsAuto merge of #33593 - dotdash:smart_derive, r=brson
2016-05-15 borsAuto merge of #33600 - ollie27:rustdoc_impl_params...
2016-05-14 borsAuto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichton
2016-05-14 borsAuto merge of #33568 - nrc:save-json-2, r=pnkfelix
2016-05-14 borsAuto merge of #33563 - Amanieu:oncestate, r=alexcrichton
2016-05-14 borsAuto merge of #33632 - Manishearth:rollup, r=Manishearth
2016-05-14 Manish GoregaokarRollup merge of #33576 - soltanmm:vtable, r=nikomatsakis
2016-05-14 Manish GoregaokarRollup merge of #33574 - michaelwoerister:collector...
2016-05-14 Manish GoregaokarRollup merge of #33572 - nagisa:assoc-const-types,...
2016-05-14 Manish GoregaokarRollup merge of #33566 - dotdash:biased_switch, r=nagisa
2016-05-14 Manish GoregaokarRollup merge of #33560 - eddyb:symtidy, r=alexcrichton
2016-05-14 Manish GoregaokarRollup merge of #33555 - soltanmm:ambiguous-nixon,...
2016-05-14 Manish GoregaokarRollup merge of #33554 - sfackler:no-current-exe, r...
2016-05-14 Manish GoregaokarRollup merge of #33552 - dotdash:scfg, r=luqmana
2016-05-14 Manish GoregaokarRollup merge of #33544 - dotdash:baby_dont_break_me_no_...
2016-05-14 borsAuto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1
2016-05-14 borsAuto merge of #33532 - jseyfried:mutable_lowering_conte...
2016-05-13 borsAuto merge of #33508 - alexcrichton:always-lower-frem...
2016-05-13 Jonas SchievinkIndent comments less
2016-05-13 Jonas SchievinkMuch smaller scope tree printing
2016-05-13 Nick Cameronsave-analysis: make DefIds prettier
2016-05-13 borsAuto merge of #33355 - luqmana:33202-repr-ice, r=nrc
2016-05-13 Amanieu d'AntrasMake AtomicBool the same size as bool
2016-05-13 Luqman AdenAllow repr attribute on single variant enum.
2016-05-13 borsAuto merge of #33531 - antonblanchard:local_stage0_fix...
2016-05-13 borsAuto merge of #33513 - sanxiyn:tab-in-error, r=nikomatsakis
2016-05-13 borsAuto merge of #33541 - eddyb:promote-only-temps, r...
2016-05-13 borsAuto merge of #33596 - nikomatsakis:issue-33586-regr...
2016-05-13 borsAuto merge of #33450 - SiegeLord:dep_info_no_analysis...
2016-05-12 Björn Steinbrink[MIR] Enhance the SimplifyCfg pass to merge consecutive...
2016-05-12 Jonas SchievinkSome simple improvements to MIR pretty printing
2016-05-12 borsAuto merge of #33282 - alexcrichton:rustbuild-crate...
2016-05-12 Dan FocklerAdd error explanations for E0374, E0375, E0376 on issue...
2016-05-12 Oliver Middletonrustdoc: Fix missing type parameters on impls
2016-05-12 Björn SteinbrinkImprove derived implementations for enums with lots...
2016-05-12 Niko Matsakisre-introduce a cache for ast-ty-to-ty
2016-05-12 Pavel SountsovFix the sed invocation to also work with BSD sed.
2016-05-12 Steven FacklerDon't use env::current_exe with libbacktrace
2016-05-12 Alex Crichtonrustbuild: Add support for crate tests + doctests
2016-05-12 borsAuto merge of #33338 - birkenfeld:issue-25356, r=jseyfried
2016-05-12 Seo SanghyeonBetter handling of tab in error
2016-05-12 borsAuto merge of #33306 - vadixidav:master, r=alexcrichton
2016-05-12 Georg Brandltypeck: if a private field exists, also check for a...
2016-05-12 Georg Brandltypeck: limit number of candidates shown for a single...
2016-05-12 Seo SanghyeonTighten span for E0063
2016-05-12 borsAuto merge of #33169 - swgillespie:issue32829, r=eddyb
2016-05-12 Masood MalekghassemiPlumb inference obligations through selection
2016-05-11 borsAuto merge of #33562 - GuillaumeGomez:rollup, r=stevekl...
2016-05-11 Simonas KazlauskasCheck the constants’ parameter environment
2016-05-11 Masood MalekghassemiDon't mutate the inference context when assembling
2016-05-11 Masood MalekghassemiAdd inferred obligation storage to all Vtable variants...
2016-05-11 Simonas KazlauskasGen right parameter envirnoment for assoc consts
2016-05-11 Simonas KazlauskasDo not use const Rib for associated constants
2016-05-11 Michael Woeristertrans: Use CrateContext::empty_substs_for_def_id()...
2016-05-11 Nick Cameronsave-analysis: give better text info in value fields
2016-05-11 Nick Cameronsave-analysis: attempt number 2 at a JSON version
2016-05-11 Björn Steinbrink[MIR trans] Optimize trans for biased switches
2016-05-11 billyevansAdd detailed error explanation for E0505
2016-05-11 Amanieu d'AntrasExport OnceState from libstd
2016-05-11 Guillaume GomezRollup merge of #33558 - bnewbold:trivial-book-tweaks...
2016-05-11 Guillaume GomezRollup merge of #33489 - GuillaumeGomez:howto, r=alexcr...
2016-05-11 Guillaume GomezRollup merge of #33401 - GuillaumeGomez:index_indicatio...
2016-05-11 borsAuto merge of #33561 - alexcrichton:fix-nightiles,...
2016-05-11 Masood MalekghassemiRemove unification despite ambiguity in projection
2016-05-11 Michael Woeristertrans: Make collector handle the drop_in_place() intrinsic.
2016-05-11 James MillerAdd test for collecting items in statics
2016-05-11 James MillerInspect MIR for statics in item collection
2016-05-11 Michael Woeristertrans: Don't try to place declarations during codegen...
2016-05-11 Michael Woeristertrans: Move TransItem to its own module.
2016-05-11 Alex Crichtonmk: Fix dependencies of unwind crate on musl
2016-05-11 Eduard BurtescuUse symlink_metadata in tidy to avoid panicking on...
2016-05-11 Björn SteinbrinkOnly break critical edges where actually needed
2016-05-11 bnewboldtrivial fixes to documentation (book)
2016-05-11 ggomezUpdate to eddyb's PR
2016-05-11 borsAuto merge of #33556 - steveklabnik:rollup, r=steveklabnik
2016-05-11 Steve KlabnikRollup merge of #33542 - GuillaumeGomez:move_since...
2016-05-11 Steve KlabnikRollup merge of #33539 - nikomatsakis:static-error...
2016-05-11 Steve KlabnikRollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
2016-05-11 Steve KlabnikRollup merge of #33524 - briangreenery:briangreenery...
2016-05-11 Steve KlabnikRollup merge of #33522 - mbrubeck:inline-rawvec-cap...
2016-05-11 Steve KlabnikRollup merge of #33386 - cramertj:E0504, r=steveklabnik
2016-05-11 Steve KlabnikRollup merge of #33345 - birkenfeld:issue-31754, r...
2016-05-11 Steve KlabnikRollup merge of #33260 - mrmiywj:help-on-pattern-guard...
2016-05-11 Steve KlabnikRollup merge of #33129 - GuillaumeGomez:fmt_doc, r...
2016-05-11 Guillaume GomezCreate Weight enum
2016-05-11 ggomezImprove weight algorithm and tests
2016-05-11 Guillaume GomezImprove error message for Index trait on slices
2016-05-11 ggomezExtend rustc_on_unimplemented flag: if a message is...
2016-05-11 borsAuto merge of #33239 - eddyb:mir-temp-drops, r=arielb1
2016-05-11 Eduard Burtescumir: drop temps outside-in by scheduling the drops...
2016-05-11 Ms2gerMake LocalCrateReader private to creader.
2016-05-11 Ms2gerHand ownership of the Definitions to map_crate.
2016-05-11 Sean GillespieAdd regression test for ICE in constant blocks
next