]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-29 Jonas SchievinkRollup merge of #78431 - Rustin-Liu:rustin-patch-lint...
2020-10-29 Jonas SchievinkRollup merge of #78423 - tgnottingham:caching_source_ma...
2020-10-29 Jonas SchievinkRollup merge of #78422 - estebank:fix-78372, r=pnkfelix
2020-10-29 Jonas SchievinkRollup merge of #78244 - workingjubilee:dogfood-fancy...
2020-10-29 Jonas SchievinkRollup merge of #76138 - camelid:rc-fully-qualified...
2020-10-29 Jonas SchievinkRollup merge of #75078 - ijackson:slice-strip, r=stevek...
2020-10-29 borsAuto merge of #78446 - RalfJung:box, r=Amanieu
2020-10-29 borsAuto merge of #78506 - cuviper:ubuntu-lts, r=pietroalbini
2020-10-29 borsAuto merge of #78486 - pietroalbini:manifest-artifacts...
2020-10-29 borsAuto merge of #78512 - JohnTitor:rollup-a7qwjah, r...
2020-10-29 Jubilee YoungDogfood {exclusive,half-open} ranges in compiler (nfc)
2020-10-29 Yuki OkushiRollup merge of #78494 - bugadani:typo2, r=jonas-schievink
2020-10-29 Yuki OkushiRollup merge of #78492 - ehuss:update-books, r=ehuss
2020-10-29 Yuki OkushiRollup merge of #78491 - petertodd:2020-inline-from...
2020-10-29 Yuki OkushiRollup merge of #78487 - rust-lang:GuillaumeGomez-patch...
2020-10-29 Yuki OkushiRollup merge of #78478 - hameerabbasi:const-generics...
2020-10-29 Yuki OkushiRollup merge of #78475 - RalfJung:validity-comment...
2020-10-29 Yuki OkushiRollup merge of #78470 - camelid:fixup-std-path-intra...
2020-10-29 Yuki OkushiRollup merge of #78460 - varkor:turbofish-string-generi...
2020-10-29 Yuki OkushiRollup merge of #78428 - JulianKnodt:invalid_patterns...
2020-10-29 Yuki OkushiRollup merge of #78224 - lcnr:repeat-expr, r=varkor
2020-10-29 Yuki OkushiRollup merge of #77213 - ijackson:wip-rustdoc-settings...
2020-10-29 borsAuto merge of #78430 - Nadrieril:taking-constructors...
2020-10-29 Josh Stoneci: update x86_64-gnu and x86_64-gnu-debug to ubuntu...
2020-10-28 CamelidDon't say you "should" use fully qualified syntax
2020-10-28 CamelidFix broken intra-doc link
2020-10-28 CamelidExplain fully qualified syntax for `Rc` and `Arc`
2020-10-28 Ian Jacksonrustdoc: Use Vec::into_iter() rather than drain()
2020-10-28 Ian JacksonAdd a comment about non-panicking of splitn().next...
2020-10-28 Ian Jacksonrustdoc: Fix some nits
2020-10-28 borsAuto merge of #78415 - tgnottingham:expn_id_tag_hash...
2020-10-28 NadrierilApply suggestions from code review
2020-10-28 Dániel BugaFix typos
2020-10-28 Ian Jacksonrustdoc: Provide a --default-theme THEME option
2020-10-28 Ian Jacksonrustdoc: Provide a general --default-setting SETTING...
2020-10-28 Ian Jacksonrustdoc: Provide a way to set the default settings...
2020-10-28 Eric HussUpdate books
2020-10-28 borsAuto merge of #78414 - nox:function-sections, r=nagisa...
2020-10-28 Peter ToddInline NonZeroN::from(n)
2020-10-28 Ian Jacksonrustdoc: js: Use getSettingValue for all rustdoc-*...
2020-10-28 borsAuto merge of #78409 - pietroalbini:build-manifest...
2020-10-28 Guillaume GomezFix typo "compiltest"
2020-10-28 Pietro Albinibuild-manifest: include artifacts in a new table
2020-10-28 Hameer AbbasiAssert in every case.
2020-10-28 Hameer AbbasiExtend test to cover dyn methods/functions.
2020-10-28 varkorRemove irrelevant FIXME
2020-10-28 varkorAdjust turbofish help message for const generics
2020-10-28 Hameer AbbasiAdd const generics tests for supertraits + dyn traits.
2020-10-28 Ralf Jungfix a comment in validity check
2020-10-28 borsAuto merge of #78323 - est31:smaller_list_overlap,...
2020-10-28 CamelidClean up intra-doc links in `std::path`
2020-10-28 borsAuto merge of #78458 - Dylan-DPC:rollup-tan044s, r...
2020-10-28 Dylan DPCRollup merge of #78453 - Storyyeller:patch-1, r=jonas...
2020-10-28 Dylan DPCRollup merge of #78447 - bugadani:typo, r=matthewjasper
2020-10-28 Dylan DPCRollup merge of #78408 - Aaron1011:fix/remove-foreign...
2020-10-28 Dylan DPCRollup merge of #78401 - davidtwco:issue-75906-tuple...
2020-10-28 Dylan DPCRollup merge of #78391 - JulianKnodt:mc_test, r=lcnr
2020-10-28 Dylan DPCRollup merge of #78379 - estebank:fn-signature-parse...
2020-10-28 Dylan DPCRollup merge of #78365 - lcnr:const-eval-obj-safety...
2020-10-28 Dylan DPCRollup merge of #78351 - RalfJung:validity-unsafe-cell...
2020-10-28 Dylan DPCRollup merge of #78297 - estebank:match-semicolon-2...
2020-10-28 Dylan DPCRollup merge of #78152 - spastorino:separate-unsized...
2020-10-27 borsAuto merge of #75671 - nathanwhit:cstring-temp-lint...
2020-10-27 kadminAdd UI test for invalid values for bool & char
2020-10-27 Tyson Nottinghamrustc_span: represent line bounds with Range
2020-10-27 Robert GrosseFix typo in comments
2020-10-27 kadminAdd const_fn in generics test
2020-10-27 Santiago PastorinoMerge unsized locals pat tests
2020-10-27 Santiago PastorinoUse unsized_feature_enabled helper function
2020-10-27 Santiago Pastorinois -> are both
2020-10-27 Santiago PastorinoBless tests again
2020-10-27 Santiago PastorinoHide outermost_fn_param_pat, it's an internal detail
2020-10-27 Santiago Pastorinoor -> and
2020-10-27 Santiago PastorinoAdd comment explaining why in these tests unsized local...
2020-10-27 Santiago Pastorinoparam -> parameter, pat -> pattern
2020-10-27 Santiago PastorinoRename within_fn_param to outermost_fn_param_pat
2020-10-27 Santiago PastorinoDo not use unsized_fn_params in patterns
2020-10-27 Santiago PastorinoProperly restore within_fn_param value to the previous...
2020-10-27 Santiago PastorinoTest that unsized locals fail when turning unsized_fn_p...
2020-10-27 Santiago PastorinoBetter test unsized_fn_params
2020-10-27 Santiago PastorinoBless issue-53448 test
2020-10-27 Santiago Pastorinounsized_locals feature is not needed in this test
2020-10-27 Santiago PastorinoDo not depend on except for bootstrap
2020-10-27 Santiago PastorinoFix unstable-book doc tests
2020-10-27 Santiago PastorinoUsing unsized_local feature is not needed in these...
2020-10-27 Santiago PastorinoMake tidy happy
2020-10-27 Santiago PastorinoThis flag is not really needed in the test
2020-10-27 Santiago PastorinoAdd unsized_locals to INCOMPLETE_FEATURES list
2020-10-27 Santiago PastorinoAdd unsized_fn_params feature
2020-10-27 Dániel BugaFix typo in vec_graph
2020-10-27 Dániel BugaFix typos in arena comments
2020-10-27 borsAuto merge of #76269 - ayrtonm:function-reference-lint...
2020-10-27 Dániel BugaFix typo in comment
2020-10-27 Ralf Jungfix Box::into_unique
2020-10-27 AyrtonAdded suggestion to `function_item_references` lint...
2020-10-27 AyrtonAdded documentation for `function_item_references`...
2020-10-27 AyrtonFixed compiler error in lint checker triggered by assoc...
2020-10-27 AyrtonRemoved test for unhandled case in function_item_refere...
2020-10-27 AyrtonChanged lint to check for `std::fmt::Pointer` and ...
2020-10-27 Ayrtonmodified lint to work with MIR
next