]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Takayuki NakataFix reference
2020-10-28 Takayuki Nakatacargo dev update_lints
2020-10-28 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
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 Daniel FramptonUse unwrapDIPtr because the Scope may be passed as...
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 RoxaneAddress comments
2020-10-27 borsAuto merge of #6216 - alex-700:improve-match-like-match...
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 Aleksei Latyshevimprove MATCH_LIKE_MATCHES_MACRO lint
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 Aleksei Latyshevsimplify SpanlessEq::eq_path_segment
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
2020-10-27 Ayrtonchanged lint to suggest casting to the proper function...
2020-10-27 Ayrtonadded a lint against function references
2020-10-27 Nathan WhitakerFix test
2020-10-27 borsAuto merge of #78434 - jonas-schievink:disable-miropt...
2020-10-27 borsAuto merge of #78227 - SergioBenitez:test-stdout-thread...
2020-10-27 borsAuto merge of #6244 - mikerite:invalid_paths_20201027...
2020-10-27 Jonas SchievinkDisable "optimization to avoid load of address" in...
2020-10-27 borsAuto merge of #77502 - varkor:const-generics-suggest...
2020-10-27 Aman AroraHandle type errors in closure/generator upvar_tys
2020-10-27 borsAuto merge of #77317 - varkor:break-diverging-value...
2020-10-27 Rustin-LiuPrefer new associated numeric consts in float error...
2020-10-27 Michael WrightFix invalid paths
2020-10-27 Michael WrightAdd `invalid_paths` internal lint
2020-10-27 borsAuto merge of #78359 - ssomers:btree_cleanup_mem, r...
2020-10-27 NadrierilSimplify slice splitting a bit
2020-10-27 NadrierilDeduplicate work between splitting and subtraction
2020-10-27 NadrierilBe honest about being able to list constructors
2020-10-27 NadrierilSimplify specialize_constructor
2020-10-27 Nathan WhitakerFix bootstrap doctest failure
2020-10-27 borsAuto merge of #78421 - JohnTitor:rollup-bq2d7fo, r...
2020-10-27 NadrierilUnify the paths through `is_useful`
2020-10-27 NadrierilRecompute `MissingConstructors` when needed
2020-10-27 NadrierilPass more things through `PatCtxt`
2020-10-27 NadrierilLet MissingConstructors handle the subtleties of missin...
2020-10-27 NadrierilCache head constructor in PatStack
2020-10-27 NadrierilUnify the two kinds of specialization by adding a Wildc...
2020-10-27 NadrierilInline `specialize_one_pattern`
2020-10-27 NadrierilFactor out the two specialization steps
2020-10-27 NadrierilClarify specialization into two steps
2020-10-27 NadrierilUse pat_constructor to simplify specialize_one_pattern
2020-10-27 NadrierilSplit `split_grouped_constructor` into smaller functions
2020-10-27 Esteban KüberDo not ICE on invalid input
2020-10-26 Yuki OkushiRollup merge of #78412 - camelid:cleanup-hash-docs...
2020-10-26 Yuki OkushiRollup merge of #78405 - notriddle:patch-3, r=lcnr
2020-10-26 Yuki OkushiRollup merge of #78396 - josephlr:ermsb, r=petrochenkov
2020-10-26 Yuki OkushiRollup merge of #78394 - rubik:master, r=m-ou-se
next