about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-04-02update testsb-naber-285/+204
2022-04-02rebase and use ty::Const in patterns againb-naber-13/+10
2022-04-02bless testsb-naber-204/+285
2022-04-02Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011bors-18/+6
2022-04-02Auto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r=Dylan-DPCbors-16/+90
2022-04-02Rollup merge of #95557 - niluxv:issue-95533, r=dtolnayDylan DPC-0/+8
2022-04-02Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiaskoDylan DPC-0/+25
2022-04-02Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwcoDylan DPC-11/+52
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-5/+5
2022-04-01update MiriRalf Jung-8/+21
2022-04-02ast_lowering: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-18/+6
2022-04-01Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgrbors-67/+305
2022-04-01Reword purpose description of noreturn in naked functionjam1garner-5/+5
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-11/+52
2022-04-01Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait...Matthias Krüger-4/+25
2022-04-01Fix `thread_local!` macro to be compatible with `no_implicit_prelude`niluxv-0/+8
2022-04-01Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jshaMatthias Krüger-8/+33
2022-04-01Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obkMatthias Krüger-43/+72
2022-04-01Rollup merge of #95344 - jyn514:better-debug-output, r=camelidMatthias Krüger-1/+23
2022-04-01Rollup merge of #95293 - compiler-errors:braces, r=davidtwcoMatthias Krüger-15/+63
2022-04-01Rollup merge of #95260 - compiler-errors:fn, r=davidtwcoMatthias Krüger-0/+114
2022-03-31Add error message suggestion for missing noreturn in naked functionjam1garner-0/+25
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-5/+5
2022-03-31rustdoc: do not show primitives and keywords as privateMichael Howell-8/+33
2022-03-31Rollup merge of #91416 - compiler-errors:infinite-ty-option-box, r=estebankDylan DPC-28/+160
2022-03-31address comments, add test for shadowed Box typeMichael Goulet-0/+29
2022-03-31Specialize suggestion for Option<T>Michael Goulet-28/+131
2022-03-31test const size_of_val_raw on big valueRalf Jung-1/+5
2022-03-31catch overflow in slice size computationRalf Jung-42/+67
2022-03-31Rollup merge of #95495 - GuillaumeGomez:rm-unneeded-to-string, r=notriddleDylan DPC-1/+1
2022-03-31Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c...Dylan DPC-0/+14
2022-03-31Rollup merge of #95470 - GuillaumeGomez:fix-gui-spurious-test, r=notriddleDylan DPC-2/+1
2022-03-31Rollup merge of #95445 - jyn514:rustc-unit-tests, r=Dylan-DPCDylan DPC-1/+0
2022-03-31Auto merge of #95507 - ehuss:update-cargo, r=ehussbors-0/+0
2022-03-30Update cargoEric Huss-0/+0
2022-03-31Rollup merge of #95471 - oli-obk:tait_ice, r=estebankDylan DPC-0/+24
2022-03-31Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726Dylan DPC-16/+16
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-16/+16
2022-03-31Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPCbors-88/+253
2022-03-31Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnayDylan DPC-1/+1
2022-03-31Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandryDylan DPC-0/+23
2022-03-31Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errorsDylan DPC-0/+138
2022-03-31Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-SimulacrumDylan DPC-1/+7
2022-03-31Rollup merge of #93901 - petrochenkov:linkmod, r=wesleywiserDylan DPC-86/+84
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-13/+20
2022-03-30Add the generic_associated_types_extended featureJack Huey-0/+138
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-86/+84
2022-03-30Remove unneeded `to_string` callGuillaume Gomez-1/+1
2022-03-30Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche...bors-2/+3
2022-03-30Add note to the lint diagnosticInfRandomness-0/+14