about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-23Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und...Matthias Krüger-2/+40
2022-03-23Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obkMatthias Krüger-34/+39
2022-03-23Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obkMatthias Krüger-24/+14
2022-03-23Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obkMatthias Krüger-2/+10
2022-03-23Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwcoMatthias Krüger-4/+100
2022-03-23Auto merge of #95247 - cuviper:llvm14, r=nikicbors-1/+1
2022-03-23fix some links, clarify documentation based on review feedbackThe 8472-12/+19
2022-03-23dont use a query for lit_to_constantb-naber-18/+9
2022-03-23Refactor set_ptr_value as with_metadata_ofAndreas Molzer-88/+95
2022-03-23Update to LLVM 14.0.0 finalJosh Stone-1/+1
2022-03-23Address rebase falloutOli Scherer-3/+3
2022-03-23Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPCbors-4/+9
2022-03-23Update allocation idOli Scherer-1/+1
2022-03-23Remove line instead of just commenting outCarl Scherer-1/+0
2022-03-23remove optimizations from const_prop_lintCarl Scherer-281/+21
2022-03-23separate const prop lint from optimizationsCarl Scherer-238/+1558
2022-03-23Merge pull request #143 from yvt/sysroot-profileantoyo-2/+27
2022-03-23Add `--release-sysroot` flag to `build.sh`yvt-1/+10
2022-03-23Add a simple argument parser to `build.sh`yvt-1/+17
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-187/+308
2022-03-23stop emitting E0026 for struct enums with underscoresTakayuki Maeda-2/+40
2022-03-23Auto merge of #95235 - asquared31415:ptr_eq_typo, r=Dylan-DPCbors-2/+2
2022-03-23add test for treating ExprKind::ConstParam as tempb-naber-0/+42
2022-03-23use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...b-naber-24/+28
2022-03-23move ExprKind::Repeat arm to expr_is_polyb-naber-10/+10
2022-03-23use ParamConst in ExprKind::ConstParamb-naber-15/+15
2022-03-23remove thir::Visitor::visit_constb-naber-34/+25
2022-03-23change thir to lazily create constantsb-naber-133/+296
2022-03-23Auto merge of #95232 - lnicola:rust-analyzer-2022-03-23, r=lnicolabors-19/+23
2022-03-23ptr::guaranteed_eq doc typoasquared31415-2/+2
2022-03-23upgrade chalkMichael Goulet-12/+12
2022-03-23:arrow_up: rust-analyzerLaurențiu Nicola-19/+23
2022-03-23Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnaybors-100/+133
2022-03-23Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPCbors-21/+206
2022-03-23Add a size assertion for `NamedMatchVec`.Nicholas Nethercote-0/+4
2022-03-22remove [async output] from impl FutureMichael Goulet-34/+39
2022-03-22bless 32bitRalf Jung-1/+1
2022-03-23Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPCDylan DPC-3/+2
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-23Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot...Dylan DPC-2/+2
2022-03-23Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcmDylan DPC-3/+30
2022-03-23Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahcDylan DPC-0/+16
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-12/+155
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-22better errors when a Copy impl is not coherentMichael Goulet-4/+100
2022-03-23Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnaybors-26/+9
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-23/+13
2022-03-22interpret/validity: improve clarityRalf Jung-3/+2
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22diagnostics: do not suggest `fn foo({ <body> }`Michael Howell-4/+9