about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-07-12Rollup merge of #87049 - jyn514:no-submodules, r=Mark-SimulacrumYuki Okushi-0/+4
2021-07-12Rollup merge of #87037 - notriddle:notriddle/search-cleanup-getobjectnamefrom...Yuki Okushi-15/+8
2021-07-12Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-07-12Rollup merge of #73936 - zachlute:rustdoc-optflagmulti, r=jyn514Yuki Okushi-19/+25
2021-07-11Auto merge of #87057 - RalfJung:miri, r=RalfJungbors-8/+9
2021-07-11update MiriRalf Jung-8/+9
2021-07-11Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakisbors-56/+142
2021-07-11Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011bors-37/+15
2021-07-11Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplettbors-36/+357
2021-07-11Auto merge of #86965 - sexxi-goose:rfc2229-improve-lint, r=nikomatsakis,lqdbors-290/+1031
2021-07-10Account for `submodules = false` in config.toml when updating LLVM submoduleJoshua Nelson-0/+4
2021-07-11Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisabors-22/+86
2021-07-10Change all instance of optflag added since the original change to optflagmulti.Zach Lute-4/+6
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-15/+19
2021-07-10cleanup(rustdoc): remove unused function getObjectNameByIdMichael Howell-15/+8
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-37/+15
2021-07-10Update reference.mdManuel Drehwald-1/+1
2021-07-10Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitorbors-269/+183
2021-07-11Rollup merge of #87020 - RalfJung:const_raw_ptr_to_usize_cast, r=oli-obkYuki Okushi-267/+45
2021-07-11Rollup merge of #87013 - FabianWolff:issue-83921, r=estebankYuki Okushi-2/+138
2021-07-10Add clobber-only register classes for asm!Amanieu d'Antras-22/+86
2021-07-10Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisabors-9/+47
2021-07-10remove duplicate testRalf Jung-15/+0
2021-07-10bless missing testsRalf Jung-5/+4
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-251/+45
2021-07-10Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obkbors-23/+10
2021-07-10Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obkbors-0/+63
2021-07-09Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkovbors-2/+293
2021-07-09Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obkbors-70/+965
2021-07-09Enhance well-formedness checks for `#[repr(...)]` attributesFabian Wolff-2/+138
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-2/+293
2021-07-09Don't stub out part of testSmitty-5/+12
2021-07-09Check for union field accesses in THIR unsafeckSmitty-65/+953
2021-07-09Ensure deterministic ordering for diagnosticsRoxane-2/+2
2021-07-09Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-sebors-18/+45
2021-07-09Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obkMara Bos-15/+42
2021-07-09Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisaMara Bos-3/+3
2021-07-09Address commentsRoxane-10/+10
2021-07-09Handle multi diagnosticsRoxane-8/+448
2021-07-09Fix wordingRoxane-379/+235
2021-07-09Add note clarifying why a closure no longer implements a traitRoxane-10/+30
2021-07-09Add note pointing to where a closure and it's captured variables are droppedRoxane-30/+333
2021-07-09Update error messageRoxane-32/+32
2021-07-09Add note on why the variable is not fully capturedRoxane-44/+166
2021-07-09Use #[track_caller] in const panic diagnostics.Mara Bos-15/+42
2021-07-09Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwcobors-266/+42
2021-07-09Auto merge of #85828 - scottmcm:raw-eq, r=oli-obkbors-2/+121
2021-07-09Add more testsAman Arora-1/+105
2021-07-09Move optimization to the central processing functionAman Arora-6/+6
2021-07-09Rewrite closure capture analysisAman Arora-51/+33