about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-51/+12
2021-06-18Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726bors-22/+28
2021-06-18Auto merge of #86385 - JohnTitor:use-attrvec, r=davidtwcobors-13/+13
2021-06-17Auto merge of #86417 - m-ou-se:rollup-vo2y1rz, r=m-ou-sebors-8/+7
2021-06-17Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichautMara Bos-2/+5
2021-06-17Rollup merge of #86388 - JohnTitor:static-symbol-s, r=LeSeulArtichautMara Bos-6/+2
2021-06-17Auto merge of #86392 - JohnTitor:use-partition-point, r=petrochenkovbors-47/+5
2021-06-17Auto merge of #83572 - pkubaj:patch-1, r=nagisabors-0/+17
2021-06-17Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitorbors-37/+68
2021-06-17Fix ICE when using `#[doc(keyword = "...")]` on non-itemsFabian Wolff-2/+5
2021-06-17Rollup merge of #86355 - JohnTitor:issue-82158, r=estebankYuki Okushi-10/+16
2021-06-17Rollup merge of #86343 - JohnTitor:issue-85581, r=estebankYuki Okushi-8/+26
2021-06-17Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJungYuki Okushi-19/+26
2021-06-17Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakisbors-27/+11
2021-06-17Early return from `inject_profiler_runtime`Alan Egerton-23/+23
2021-06-17use to_region_vid in opaque type codeNiko Matsakis-33/+13
2021-06-17Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoeristerbors-71/+40
2021-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-26/+35
2021-06-17Prefer `partition_point` to look up assoc itemsYuki Okushi-47/+5
2021-06-17Make `s` pre-internedYuki Okushi-6/+2
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-13/+13
2021-06-16Auto merge of #86379 - JohnTitor:rollup-mkz9x36, r=JohnTitorbors-42/+33
2021-06-16Move some hard error logic to InterpErrorSmitty-15/+27
2021-06-17Rollup merge of #86353 - JohnTitor:remove-projection_ty_from_predicates, r=ol...Yuki Okushi-29/+1
2021-06-17Rollup merge of #86341 - LingMan:ret_val, r=davidtwcoYuki Okushi-11/+14
2021-06-17Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwcoYuki Okushi-1/+14
2021-06-17Rollup merge of #85870 - ptrojahn:mir_dump_whitespace, r=davidtwcoYuki Okushi-1/+4
2021-06-16Auto merge of #86266 - LeSeulArtichaut:box-thir-adt, r=davidtwcobors-26/+43
2021-06-16Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomezbors-0/+2
2021-06-16Remove invalid suggestions for assoc consts on placeholder type errorYuki Okushi-10/+16
2021-06-16Remove `projection_ty_from_predicates`Yuki Okushi-29/+1
2021-06-16Auto merge of #86291 - crlf0710:trait_vtbl_refactor, r=bjorn3bors-179/+248
2021-06-16Do not emit invalid suggestions on multiple mutable borrow errorsYuki Okushi-8/+26
2021-06-16Stop returning a value from `report_assert_as_lint`LingMan-11/+14
2021-06-15Use better error message for hard errors in CTFESmitty-9/+4
2021-06-15Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitorbors-4/+1
2021-06-15Fix ICE when doc aliases were put on function paramsRyan Levick-0/+2
2021-06-15Auto merge of #85154 - cjgillot:lessfn, r=bjorn3bors-114/+167
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-4/+1
2021-06-15Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726bors-30/+30
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-30/+30
2021-06-14Auto merge of #86275 - lqd:ctfe-validation, r=RalfJungbors-17/+26
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-179/+248
2021-06-14Auto merge of #86117 - ehuss:force-warns-underscore, r=rylevbors-1/+2
2021-06-14Adjust `throw_validation_failure` macro to shorten the use of `with_no_trimme...Rémy Rakic-13/+10
2021-06-14Improve documentation on `UndefinedBehaviorInfo::ValidationFailure`Rémy Rakic-0/+2
2021-06-13Improve CTFE validation error messageRémy Rakic-12/+22
2021-06-13Fix typo `with custom a custom` -> `with a custom`Shadlock0133-1/+1
2021-06-13Box `ExprKind::Adt`LeSeulArtichaut-26/+43
2021-06-13Auto merge of #86245 - lqd:const-ub-align, r=RalfJungbors-11/+20