summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-20Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified`Vadim Petrochenkov-9/+17
2020-05-20Rename some types describing native librariesVadim Petrochenkov-122/+117
2020-05-20rustc_target: Avoid an inappropriate use of `post_link_objects`Vadim Petrochenkov-3/+5
2020-05-20Set CMAKE_CXX_STANDARD when compiling LLDNikita Popov-0/+4
2020-05-20Update LLVM submoduleNikita Popov-0/+0
2020-05-20linker: Support `-static-pie` and `-static -shared`Vadim Petrochenkov-131/+118
2020-05-20rustc_target: Add a target spec option for static-pie supportVadim Petrochenkov-3/+9
2020-05-20Auto merge of #72384 - mati865:ci-fix, r=pietroalbinibors-3/+11
2020-05-20Workaround MSYS2/chocolatey issue againMateusz MikuĊ‚a-3/+11
2020-05-20Suggest installing VS Build Tools in more situationsChris Denton-0/+49
2020-05-20ptr eq for `Predicate`Bastian Kauschke-6/+15
2020-05-20change `Predicate::kind` to return a referenceBastian Kauschke-67/+66
2020-05-20intern `PredicateKind`Bastian Kauschke-14/+35
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-245/+345
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-92/+102
2020-05-20Make match_wild_err_arm pedantic, and update help messagesElichai Turkel-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-383/+406
2020-05-20Auto merge of #5582 - vtmargaryan:match_wildcard_for_single_variants, r=flip1995bors-0/+7
2020-05-20Rollup merge of #72366 - nnethercote:tiny-vecs-are-dumb-followup, r=AmanieuDylan DPC-4/+3
2020-05-20Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-SimulacrumDylan DPC-4/+0
2020-05-20Rollup merge of #72361 - golddranks:split_inclusive_add_tracking_issue, r=she...Dylan DPC-20/+20
2020-05-20Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morseDylan DPC-11/+7
2020-05-20Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviperDylan DPC-44/+199
2020-05-20Rollup merge of #71863 - mibac138:self-import, r=estebankDylan DPC-23/+186
2020-05-20[self-profling] Record the cgu name when doing codegen for a moduleWesley Wiser-1/+1
2020-05-20FIX - Char documentation for unexperienced usersElrendio-2/+4
2020-05-20Improve E0599 explanationGuillaume Gomez-0/+15
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-108/+167
2020-05-20impl From<[T; N]> for Box<[T]>Ivan Tham-6/+44
2020-05-20Add tests for opaque typesBastian Kauschke-0/+57
2020-05-20comment return sitesBastian Kauschke-7/+14
2020-05-20Be more conservative concerning `structural_match`Bastian Kauschke-21/+28
2020-05-20note for `ty::Error`.Bastian Kauschke-7/+14
2020-05-20exhaustively match during structural match checkingBastian Kauschke-3/+37
2020-05-20Auto merge of #71769 - petrochenkov:crto, r=cuviperbors-152/+405
2020-05-19Resolve overflow behavior for RangeFromCAD97-13/+11
2020-05-20Auto merge of #72339 - ehuss:update-cargo, r=ehussbors-0/+0
2020-05-20Use fcntl-based file lock for non-Linux unixGary Guo-10/+67
2020-05-19Document why we don't look at storage livenessDylan MacKenzie-0/+9
2020-05-19Document assumptions made in generator transform for analysesDylan MacKenzie-0/+6
2020-05-19Look for storage conflicts before terminator effectDylan MacKenzie-5/+6
2020-05-19Add comment for strange conditionalDylan MacKenzie-0/+1
2020-05-19Add comment explaining the extra `record_conflicts`Dylan MacKenzie-0/+4
2020-05-19Remove `MaybeRequiresStorage`Dylan MacKenzie-234/+2
2020-05-19Update tests with new generator sizesDylan MacKenzie-2/+2
2020-05-19Clean up generator live locals analysisDylan MacKenzie-137/+113
2020-05-19Add `MaybeInitializedLocals` dataflow analysisDylan MacKenzie-0/+117
2020-05-20Adjust the zero check in `RawVec::grow`.Nicholas Nethercote-4/+3
2020-05-19Use a fixed-point iteration when breaking tokensAaron Hill-23/+77
2020-05-20Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable bookMatthias Schiffer-0/+98