about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-09WrapAndreas Liljeqvist-1/+1
2021-09-09rename `is_valid_for` to `is_valid`Andreas Liljeqvist-5/+5
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-16/+17
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-37/+37
2021-09-09Remove cloneAndreas Liljeqvist-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-163/+139
2021-09-09Fix docstringAndreas Liljeqvist-2/+1
2021-09-09Use special `Debug` format when `start` > `end`Andreas Liljeqvist-1/+5
2021-09-09Remove `contains_zero`, respect the compilerAndreas Liljeqvist-10/+3
2021-09-09derive Copy for WrappingRange and ScalarAndreas Liljeqvist-6/+6
2021-09-09fix matchAndreas Liljeqvist-2/+4
2021-09-09Add methods for checking for full ranges to `Scalar` and `WrappingRange`Andreas Liljeqvist-56/+41
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-17/+1
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-677/+821
2021-09-08Rebase fallout.Camille GILLOT-5/+6
2021-09-08Rollup merge of #88726 - MingweiSamuel:patch-1, r=wesleywiserJack Huey-1/+1
2021-09-08Rollup merge of #88553 - theo-lw:issue-88276, r=estebankJack Huey-0/+27
2021-09-08Auto merge of #86943 - ptrojahn:suggest_derive, r=estebankbors-0/+81
2021-09-08Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebankbors-332/+243
2021-09-08Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakisbors-1/+33
2021-09-07A bit of cleanup to astconvjackh726-181/+135
2021-09-07Change is_unsized to add_implicitly_sizedjackh726-123/+63
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-78/+92
2021-09-07Static assert size of GenericBoun to ensure size doesn't changejackh726-0/+3
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-33/+33
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-203/+227
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-22/+54
2021-09-07Fix typo in `const_generics` replaced with `adt_const_params` noteMingwei Samuel-1/+1
2021-09-07Auto merge of #88710 - Mark-Simulacrum:tyvid-idx, r=jackh726bors-26/+21
2021-09-07Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc...bors-10/+50
2021-09-07Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillotbors-11/+12
2021-09-06Use index newtyping for TyVidMark Rousskov-26/+21
2021-09-06Auto merge of #83214 - cjgillot:dep-map, r=michaelwoeristerbors-88/+123
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-696/+751
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-313/+345
2021-09-06Move `confused_type_with_std_module` to `ResolverOutputs`Aaron Hill-11/+12
2021-09-06Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-sebors-1/+1
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+81
2021-09-06Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obkbors-5/+5
2021-09-06Rollup merge of #88659 - est31:update_smallvec_name, r=matthewjasperRyan Levick-1/+1
2021-09-06Auto merge of #88631 - camelid:sugg-span, r=davidtwcobors-6/+10
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-1/+50
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-110/+81
2021-09-05Auto merge of #88552 - nbdd0121:vtable, r=nagisabors-38/+68
2021-09-05Change scope of temporaries in match guardsMatthew Jasper-5/+5
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-45/+70
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-8/+13
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-203/+238
2021-09-05Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-seMara Bos-4/+4
2021-09-05Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obkMara Bos-21/+119