]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-05 Pietro AlbiniRollup merge of #54834 - kzys:fix-small-screen, r=Guill...
2018-10-05 Pietro AlbiniRollup merge of #54833 - abonander:issue-54441, r=petro...
2018-10-05 Pietro AlbiniRollup merge of #54812 - pnkfelix:issue-32382-index...
2018-10-05 Pietro AlbiniRollup merge of #54804 - euclio:inverted-parameters...
2018-10-05 Pietro AlbiniRollup merge of #54787 - varkor:unused-mut-in-desugarin...
2018-10-05 Pietro AlbiniRollup merge of #54781 - phansch:master, r=varkor
2018-10-05 Pietro AlbiniRollup merge of #54717 - ljedrz:cleanup_ty_p1, r=davidtwco
2018-10-05 Pietro AlbiniRollup merge of #54078 - GabrielMajeri:expand-sync...
2018-10-05 borsAuto merge of #54741 - oli-obk:impl_trait_hierarchy...
2018-10-05 Andy Russelladd suggestion for inverted function parameters
2018-10-05 borsAuto merge of #54336 - petrochenkov:preuni, r=alexcrichton
2018-10-05 borsAuto merge of #52121 - jebrosen:macros2_feature, r...
2018-10-05 Austin Bonandermake `Parser::parse_foreign_item()` return a foreign...
2018-10-05 Vadim PetrochenkovReapply the macro_rules disambiguation changes from...
2018-10-05 Vadim PetrochenkovReapply the derive helper changes from master
2018-10-05 Vadim Petrochenkovexpansion: Remove restriction on use of macro attribute...
2018-10-05 Vadim Petrochenkovresolve: Keep more precise traces for expanded macro...
2018-10-05 Vadim Petrochenkovresolve: Merge resolution for `macro_rules` into the...
2018-10-05 borsAuto merge of #54703 - davidtwco:issue-52086, r=nikomat...
2018-10-05 Vadim Petrochenkovresolve: Support value namespace in `fn resolve_lexical...
2018-10-05 Vadim Petrochenkovexpansion: Expand attribute macros registered by legacy...
2018-10-05 Vadim Petrochenkovresolve: Integrate inert attributes registererd by...
2018-10-05 ljedrzrustc/ty: improve stack shifting and remove related...
2018-10-05 ljedrzrustc/ty: move a faster early return up
2018-10-05 ljedrzrustc/ty: improve allocations
2018-10-05 ljedrzrustc/ty: simplify common patterns
2018-10-05 ljedrzrustc/ty: use Cow<str> where applicable
2018-10-05 ljedrzrustc/ty: whitespace fixes
2018-10-05 Gabriel MajeriAddress review comments
2018-10-05 Kazuyoshi Katorustdoc: overflow:auto doesn't work nicely on small...
2018-10-05 borsAuto merge of #54017 - alexcrichton:wasm-atomics2,...
2018-10-04 borsAuto merge of #54649 - nikomatsakis:universes-refactor...
2018-10-04 Philipp HanschFurther improve docs for `FnDef` and `FnPtr`
2018-10-04 borsAuto merge of #54666 - matthewjasper:mir-function-spans...
2018-10-04 Niko Matsakiss/skol_predicate/placeholder_predicate
2018-10-04 Niko Matsakisfix typo: s/tained/tainted/
2018-10-04 Niko Matsakisremove occurences of `skolemization`
2018-10-04 Niko Matsakisremove all occurences of `skolemize`
2018-10-04 Niko Matsakisbuild up the placeholder indices as we go
2018-10-04 Niko Matsakisextend NLL universe code to have >1 placeholder within...
2018-10-04 Niko Matsakiscreate just one subuniverse per binder -- no need for...
2018-10-04 Niko Matsakisreorder the placeholders and inference variables in...
2018-10-04 Niko Matsakisrename skolemized to placeholder
2018-10-04 Niko Matsakisselect.rs: rustfmt
2018-10-04 borsAuto merge of #54784 - Manishearth:clippyup, r=oli-obk
2018-10-04 varkorIgnore desugarings when comparing duplicate trait error...
2018-10-04 borsAuto merge of #54809 - pietroalbini:rollup, r=pietroalbini
2018-10-04 Felix S. Klock IIRegression test for #32382.
2018-10-04 Oliver SchneiderUpdate Cargo.lock
2018-10-04 Oliver S̶c̶h̶n̶e̶i̶d... Add features to the workspace hack
2018-10-04 Pietro AlbiniRollup merge of #54795 - euclio:ifmt-bad-arg, r=estebank
2018-10-04 Pietro AlbiniRollup merge of #54789 - scalexm:unnormalized, r=nikoma...
2018-10-04 Pietro AlbiniRollup merge of #54788 - ljedrz:cleanup_rustc_mir,...
2018-10-04 Pietro AlbiniRollup merge of #54780 - scalexm:dup-predicates, r...
2018-10-04 Pietro AlbiniRollup merge of #54777 - zackmdavis:async_pretty_ice...
2018-10-04 Pietro AlbiniRollup merge of #54773 - rust-lang:wesleywiser-patch...
2018-10-04 Pietro AlbiniRollup merge of #54769 - jacobherrington:patch-1, r...
2018-10-04 Pietro AlbiniRollup merge of #54761 - Lucretiel:patch-1, r=cramertj
2018-10-04 Pietro AlbiniRollup merge of #54746 - llogiq:simplify-unused-lints...
2018-10-04 Pietro AlbiniRollup merge of #53523 - phungleson:fix-impl-from-for...
2018-10-04 borsAuto merge of #54638 - christianpoveda:master, r=kennytm
2018-10-04 borsAuto merge of #53851 - oli-obk:local_promotion, r=eddyb
2018-10-04 borsAuto merge of #54624 - arielb1:evaluate-outlives, r...
2018-10-04 borsAuto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis
2018-10-03 borsAuto merge of #54391 - davidtwco:issue-54230, r=petroch...
2018-10-03 Matthew JasperClearer later use messages for calls
2018-10-03 Matthew JasperRecord whether a Call in MIR corresponds to a call...
2018-10-03 Andy Russellremove padding from multiline format string label
2018-10-03 borsAuto merge of #54605 - petrochenkov:mambig, r=alexcrichton
2018-10-03 scalexmFix `ty::UnnormalizedProjection` in rustdoc
2018-10-03 Manish GoregaokarUpdate clippy
2018-10-03 scalexmIntroduce `TyKind::UnnormalizedProjection`
2018-10-03 David WoodDeterministic external crate suggestion.
2018-10-03 varkorOnly warn about unused `mut` in user-written code
2018-10-03 ljedrzA handful of cleanups for rustc/mir
2018-10-03 David WoodUpdate tests to demonstrate 2015 behaviour.
2018-10-03 David WoodRemoved hardcoded crate.
2018-10-03 David WoodAdd suggestions for unresolved imports.
2018-10-03 Vadim Petrochenkovresolve: Prefer `macro_rules` definitions to in-module...
2018-10-03 scalexmRemove duplicate predicates in `explicit_predicates_of`
2018-10-03 Philipp HanschAdd examples to `TyKind::FnDef` and `TyKind::FnPtr...
2018-10-03 borsAuto merge of #54720 - davidtwco:issue-51191, r=nikomat...
2018-10-03 Oliver SchneiderMove platform dependent output ui tests to compile...
2018-10-03 Oliver SchneiderPoke in the dark and see if bors+windows stops screaming
2018-10-03 Oliver SchneiderFix typo
2018-10-03 Oliver SchneiderUpdate error id to an unused one
2018-10-03 Oliver SchneiderOnly promote calls to `#[rustc_promotable]` const fns
2018-10-03 Andre Bogussimplify some unused lints code
2018-10-03 Zack M. Davisabolish ICE when pretty-printing async block
2018-10-03 jebMerge the `proc_macro_` expansion feature gates into...
2018-10-03 Wesley WiserUpdate a FIXME in memory.rs
2018-10-02 borsAuto merge of #54767 - pietroalbini:rollup, r=pietroalbini
2018-10-02 SonRemove main() in examples
2018-10-02 jacobFix typo in CONTRIBUTING.md
2018-10-02 Pietro AlbiniRollup merge of #54745 - abonander:cstr-const, r=oli-obk
2018-10-02 Pietro AlbiniRollup merge of #54728 - alexcrichton:renumber-issues...
2018-10-02 Pietro AlbiniRollup merge of #54702 - RalfJung:fn-ptr-promotion...
2018-10-02 Pietro AlbiniRollup merge of #54699 - DiamondLovesYou:reexport-getop...
2018-10-02 Pietro AlbiniRollup merge of #54687 - scottmcm:more-elision, r=dtolnay
2018-10-02 Pietro AlbiniRollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix
next