about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-24Vigorously refactor _session::code_stats (nfc)Jubilee Young-19/+11
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-86/+64
2022-03-24Auto merge of #95273 - flip1995:clippyup, r=manishearthbors-546/+1957
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-239/+1308
2022-03-24Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahcbors-0/+1
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-546/+1957
2022-03-24Auto merge of #8580 - flip1995:rustup, r=flip1995bors-27/+27
2022-03-24Bump nightly version -> 2022-03-24flip1995-1/+1
2022-03-24Merge remote-tracking branch 'upstream/master' into rustupflip1995-558/+1982
2022-03-24Auto merge of #8579 - yoav-lavi:squashed-master, r=flip1995bors-0/+172
2022-03-24Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnrbors-155/+346
2022-03-24`unnecessary_join` lintYoav Lavi-0/+172
2022-03-24update clippy stderr fileOli Scherer-0/+10
2022-03-24Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obkbors-213/+421
2022-03-24Auto merge of #95233 - compiler-errors:chalk-up, r=jackh726bors-22/+49
2022-03-23make rustc work againMichael Goulet-10/+37
2022-03-24Properly track `ImplObligation`sEsteban Kuber-213/+421
2022-03-24Auto merge of #87667 - the8472:document-in-place-iter, r=yaahcbors-168/+326
2022-03-23Auto merge of #95250 - matthiaskrgr:rollup-ma4zl69, r=matthiaskrgrbors-66/+203
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-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-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-22remove [async output] from impl FutureMichael Goulet-34/+39