]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 borsAuto merge of #76269 - ayrtonm:function-reference-lint...
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 borsAuto merge of #78434 - jonas-schievink:disable-miropt...
2020-10-27 borsAuto merge of #78227 - SergioBenitez:test-stdout-thread...
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 borsAuto merge of #77317 - varkor:break-diverging-value...
2020-10-27 borsAuto merge of #78359 - ssomers:btree_cleanup_mem, r...
2020-10-27 borsAuto merge of #78421 - JohnTitor:rollup-bq2d7fo, r...
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
2020-10-26 Yuki OkushiRollup merge of #78388 - camelid:regression-tests,...
2020-10-26 Yuki OkushiRollup merge of #78377 - LeSeulArtichaut:patch-docs...
2020-10-26 Yuki OkushiRollup merge of #78375 - taiki-e:question-in-macros...
2020-10-26 Yuki OkushiRollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco
2020-10-26 Yuki OkushiRollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez
2020-10-26 Yuki OkushiRollup merge of #78347 - Rustin-Liu:rustin-patch-doc...
2020-10-26 Yuki OkushiRollup merge of #78342 - oliviacrain:checkmate-pass...
2020-10-26 Yuki OkushiRollup merge of #78332 - PoignardAzur:doc_E0308, r...
2020-10-26 Yuki OkushiRollup merge of #78298 - Aaron1011:fix/nll-ranked-test...
2020-10-26 Yuki OkushiRollup merge of #78219 - JohnTitor:print-def-path,...
2020-10-26 Yuki OkushiRollup merge of #77703 - Keruspe:system-libunwind,...
2020-10-26 Yuki OkushiRollup merge of #76635 - scottmcm:slice-as-chunks,...
2020-10-26 borsAuto merge of #77876 - tmiasko:simplify-locals, r=wesle...
2020-10-26 varkorSuggest expressions that look like const generic argume...
2020-10-26 Sergio BenitezIgnore threaded capture tests on WASM w/o threads
2020-10-26 borsAuto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu
2020-10-26 CamelidImprove formatting of hash collections docs
2020-10-26 CamelidAdd FIXME note to const generics test
2020-10-26 CamelidAdd some regression tests
2020-10-26 borsAuto merge of #68965 - eddyb:mir-inline-scope, r=nagisa...
2020-10-26 Michael HowellFix typo in lint description
2020-10-26 borsAuto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark...
2020-10-26 Esteban KüberSuggest calling await on method call and field access
2020-10-26 Rustin-LiuAdd lexicographical comparison doc
2020-10-26 borsAuto merge of #78395 - RalfJung:miri, r=RalfJung
2020-10-26 oliIgnore long lines in test
2020-10-26 Bastian Kauschkedebug log `AbstractConst::new`
2020-10-26 oliAdd an inlining debuginfo test
2020-10-26 oliDeduplicate span and dbg_scope adjustment
2020-10-26 oliPrefer `bug!` over `unwrap()`
2020-10-26 Bastian Kauschkeadd fixme
2020-10-26 borsAuto merge of #78196 - pietroalbini:shipped-files,...
2020-10-26 Ralf Jungupdate Miri
2020-10-26 Joe RicheyAdd compiler support for LLVM's x86 ERMSB feature
2020-10-26 Michele Lacchiafix(docs): typo in BufWriter documentation
2020-10-26 Tomasz Miąskosimplify-locals: Remove unused assignments regardless...
2020-10-26 Pietro Albinibuild-manifest: allow creating a list of files shipped...
2020-10-26 Tomasz Miąskosimplify-locals: Remove unused set-discriminant statements
2020-10-26 Tomasz Miąskosimplify-locals: Change RemoveStatements visitor into...
2020-10-26 Tomasz Miąskosimplify-locals: Unify use count visitors
2020-10-26 Tomasz Miąskosimplify-locals: Represent use counts with u32
2020-10-26 borsAuto merge of #78324 - RalfJung:uninhabited-statics...
2020-10-26 bjorn3Add 'compiler/rustc_codegen_cranelift/' from commit...
2020-10-26 bjorn3Add support for using cg_clif to bootstrap rustc
2020-10-26 bjorn3Rustup to rustc 1.49.0-nightly (4760b8fb8 2020-10-25)
2020-10-26 Stein SomersBTreeMap: move generic functions out of navigate.rs
2020-10-26 Ralf Jungexplain why interning is not as trivial as it might...
2020-10-26 Ralf Junginterning cleanup: we no longer need to distinguish...
2020-10-26 Ralf Jungmove &mut-in-const check from interning to validation
2020-10-26 Ralf Jungmove UnsafeCell-in-const check from interning to validation
2020-10-26 Ralf Jungensure we intern all promoteds as InternKind::Promoted
2020-10-26 borsAuto merge of #75728 - nagisa:improve_align_offset_2...
2020-10-26 borsAuto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r...
next