about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-28Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnayDylan DPC-2/+9
2022-05-28Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y...Dylan DPC-3/+4
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-104/+368
2022-05-28Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddlebors-111/+128
2022-05-27Auto merge of #97468 - matthiaskrgr:rollup-8cu0hqr, r=matthiaskrgrbors-47/+109
2022-05-28Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddleMatthias Krüger-6/+15
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-1/+24
2022-05-28Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errorsMatthias Krüger-0/+30
2022-05-28Rollup merge of #97453 - lcnr:comment, r=jackh726Matthias Krüger-1/+1
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-38/+38
2022-05-28Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-05-27Add "eqeqeq" eslint ruleGuillaume Gomez-6/+7
2022-05-27Add "no-unused-vars" eslint ruleGuillaume Gomez-0/+7
2022-05-27Add "arrow-parens" eslint ruleGuillaume Gomez-0/+1
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-111/+128
2022-05-27Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrumbors-21/+17
2022-05-27Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant errorEsteban Küber-13/+6
2022-05-27Add test for #97343Esteban Küber-0/+30
2022-05-28Add regression test for #81899Yuki Okushi-0/+30
2022-05-27fix commentlcnr-1/+1
2022-05-27Auto merge of #96046 - oli-obk:const_typeck, r=cjgillotbors-518/+875
2022-05-27Update tests on aarch64Oli Scherer-127/+183
2022-05-27Auto merge of #97442 - hafeoz:master, r=GuillaumeGomezbors-1/+20
2022-05-27Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddybbors-148/+139
2022-05-27Cut down `associated_item`.Nicholas Nethercote-20/+18
2022-05-27Remove unnecessary blank line.Nicholas Nethercote-1/+0
2022-05-27Rename `b` as `buf` in several places.Nicholas Nethercote-30/+30
2022-05-27Add some comments about `_marker` fields.Nicholas Nethercote-4/+14
2022-05-27Clarify a comment.Nicholas Nethercote-1/+1
2022-05-27Rename `ProcMacroDerive` as `DeriveProcMacro`.Nicholas Nethercote-4/+4
2022-05-27Rename `ProcMacro` trait as `BangProcMacro`.Nicholas Nethercote-4/+4
2022-05-27Simplify types in `proc_macro_harness.rs`.Nicholas Nethercote-27/+17
2022-05-27Make `Buffer<T>` non-generic.Nicholas Nethercote-46/+46
2022-05-27Improve formatting in `associated_item!` definition.Nicholas Nethercote-24/+15
2022-05-27Add some comments.Nicholas Nethercote-0/+3
2022-05-27Fix a typo in a comment.Nicholas Nethercote-1/+1
2022-05-27Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errorsbors-141/+169
2022-05-26Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-SimulacrumMichael Goulet-0/+7
2022-05-26Rollup merge of #97066 - petrochenkov:nofragkind, r=camelidMichael Goulet-114/+53
2022-05-26Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplettMichael Goulet-27/+109
2022-05-27fmtАртём Павлов [Artyom Pavlov]-5/+1
2022-05-27fix nanos overflow for f64Артём Павлов [Artyom Pavlov]-9/+24
2022-05-27Auto merge of #96298 - petrochenkov:fromgen, r=estebankbors-34/+67
2022-05-27add debug assertsArtyom Pavlov-4/+8
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-34/+67
2022-05-26Formattinghafeoz-1/+3
2022-05-26Remove few characters for tidy check to passhafeoz-1/+1
2022-05-26Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3bors-30/+21
2022-05-26Add testshafeoz-0/+17
2022-05-26Use correct var for attribute completeness fnhafeoz-1/+1