]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-07 borsAuto merge of #54813 - petrochenkov:uilocale, r=alexcri...
2018-10-07 borsAuto merge of #54823 - euclio:needs-test, r=alexcrichton
2018-10-07 borsAuto merge of #54451 - alexcrichton:no-mangle-extern...
2018-10-07 borsAuto merge of #54782 - pnkfelix:issue-54556-semi-on...
2018-10-06 Alex Crichtonrustc: Allow `#[no_mangle]` anywhere in a crate
2018-10-06 borsAuto merge of #54756 - ljedrz:cleanup_middle, r=michael...
2018-10-06 borsAuto merge of #54854 - matthiaskrgr:clippy_update,...
2018-10-06 borsAuto merge of #54766 - alexcrichton:wasm-all-symbols...
2018-10-06 ljedrzrustc/middle: whitespace & formatting fixes
2018-10-06 ljedrzrustc/middle: improve allocations
2018-10-06 ljedrzrustc/middle: use Cow<'static, str> where applicable
2018-10-06 ljedrzrustc/middle: improve some patterns
2018-10-06 Matthias Krügersubmodules: update clippy to 32b1d1fc157f71ed2f10b60fe2...
2018-10-06 borsAuto merge of #54859 - pietroalbini:rollup, r=pietroalbini
2018-10-05 Pietro AlbiniRollup merge of #54853 - davidtwco:issue-52663-missing...
2018-10-05 Pietro AlbiniRollup merge of #54851 - alexcrichton:revert-optimize...
2018-10-05 Pietro AlbiniRollup merge of #54838 - 11Takanori:fix-typo, r=petroch...
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 #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
2018-10-05 David WoodSimplify test.
2018-10-05 Alex CrichtonRevert "Slightly refactor VecDeque implementation"
2018-10-05 Alex CrichtonRevert "Optimize VecDeque::append"
2018-10-05 Alex CrichtonRevert "Add docs and debug asserts"
2018-10-05 Alex CrichtonRevert "Fix tidy"
2018-10-05 Alex CrichtonRevert "Add another assert"
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 Felix S. Klock IIAdd doc comment explaining what `BlockTailInfo` is.
2018-10-05 borsAuto merge of #52121 - jebrosen:macros2_feature, r...
2018-10-05 Felix S. Klock IIUnit tests for issue #54556. Some were also taken from...
2018-10-05 Felix S. Klock IIUpdates to .stderr output in ui tests from earlier...
2018-10-05 Felix S. Klock IIImprove diagnostics for borrow-check errors that result...
2018-10-05 Felix S. Klock IIReplaced `String` with `&str` in API for `add_explanati...
2018-10-05 Austin Bonandermake `Parser::parse_foreign_item()` return a foreign...
2018-10-05 Takanori Ishibashicontast -> contrast
2018-10-05 Felix S. Klock IIHave `add_explanation_to_diagnostic` also take `Mir...
2018-10-05 Felix S. Klock IIAlpha-rename `BorrowExplanation::emit` to `BorrowExplan...
2018-10-05 Felix S. Klock IIFix `debug!` to reflect rename of `explain_why_borrow_c...
2018-10-05 Felix S. Klock IIUpdate doc for `explain_why_borrow_contains_point`...
2018-10-05 Felix S. Klock IIAdd flag to `mir::LocalDecl` to track whether its a...
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 Vadim PetrochenkovFix two UI tests with locale-dependent output
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 Andy Russelladd test for #29743
2018-10-04 Andy Russelladd test for #24338
2018-10-04 Andy Russelladd test for #28134
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
next