about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-30Reduce the scope of a mutable variableOli Scherer-7/+2
2022-05-30Add a helper function for checking whether a default function in a trait can ...Oli Scherer-18/+20
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-250/+74
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-26Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3bors-30/+21
2022-05-26Update `triagebot.toml` for macos ping groupMichael Goulet-0/+7
2022-05-26Auto merge of #97434 - matthiaskrgr:rollup-7j3y16l, r=matthiaskrgrbors-46/+205
2022-05-26Rollup merge of #97424 - matthiaskrgr:clippy_complexity_may26, r=oli-obkMatthias Krüger-45/+28
2022-05-26Rollup merge of #97354 - GuillaumeGomez:browser-ui-test-update, r=notriddleMatthias Krüger-0/+0
2022-05-26Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcmMatthias Krüger-1/+177
2022-05-26Auto merge of #97046 - conradludgate:faster-ascii-case-conv-path, r=thomccbors-5/+83
2022-05-26improve case conversion happy pathConrad Ludgate-5/+83
2022-05-26Auto merge of #97168 - SparrowLii:accesses, r=cjgillotbors-44/+66
2022-05-26clippy::complexity fixesMatthias Krüger-45/+28
2022-05-26Auto merge of #96742 - m-ou-se:bsd-no-ancillary, r=joshtriplettbors-173/+33
2022-05-26Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrumbors-1/+6
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-173/+33
2022-05-26Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoeristerbors-32/+15
2022-05-26call `instantiation_mode` when pushing a new mono_itemSparrowLii-44/+66
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-25Auto merge of #97409 - GuillaumeGomez:rollup-808v9ge, r=GuillaumeGomezbors-169/+150
2022-05-26Avoid adjusting file positions twice.Nicholas Nethercote-29/+18
2022-05-26Augment a comment.Nicholas Nethercote-1/+3
2022-05-26Rollup merge of #97407 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2022-05-26Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddleGuillaume Gomez-7/+14
2022-05-26Rollup merge of #97375 - petrochenkov:zgccld, r=bjorn3Guillaume Gomez-122/+71
2022-05-26Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jshaGuillaume Gomez-40/+65
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-122/+71
2022-05-25Auto merge of #97403 - arlosi:update-cargo, r=ehussbors-5/+5