about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-29Only ban duplication across parameters.Camille GILLOT-31/+67
2022-10-29Do not consider repeated lifetime params for elision.Camille GILLOT-5/+5
2022-10-29Add normalize hack backMichael Goulet-2/+13
2022-10-29Comment why normalization is needed for debug assertionsMichael Goulet-3/+15
2022-10-29Add architectures to fn create_object_fileDaniil Belov-0/+4
2022-10-29Fix line numbers for MIR inlined codeWesley Wiser-2/+10
2022-10-29Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-7/+44
2022-10-27Additional revert fixesMichael Goulet-2/+2
2022-10-27Revert "Do not consider method call receiver as an argument in AST."Michael Goulet-40/+40
2022-10-20linker: Fix weak lang item linking with combination windows-gnu + LLD + LTOVadim Petrochenkov-4/+9
2022-10-20Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-16/+11
2022-10-20Extract orig_opt_local_def_id as a functionSantiago Pastorino-4/+12
2022-10-20Fix `TyKind::is_simple_path`.Nicholas Nethercote-2/+5
2022-10-20Ensure enum cast movesGary Guo-2/+2
2022-10-20Better binder treatmentMichael Goulet-1/+1
2022-10-06Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-596/+469
2022-10-06Support bindings with anon consts in genericsMichael Goulet-2/+45
2022-10-06Make type_of work correctly for const arg bindingsMichael Goulet-3/+9
2022-10-06Format type_ofMichael Goulet-28/+36
2022-10-05fix doc and dedup diverge_cleanupDing Xiang Fei-23/+4
2022-10-05apply suggestionX-1/+1
2022-10-05fix unwind drop glue for if-then scopesDing Xiang Fei-10/+46
2022-10-04Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-10-04Fix a typo in error messageFrank Steffahn-1/+1
2022-10-04Fix wrongly refactored Lift implOli Scherer-1/+4
2022-10-04fix ConstProp handling of written_only_inside_own_block_localsRalf Jung-20/+20
2022-10-04improve infer var handling for implied boundslcnr-34/+41
2022-10-04Use Predicate ConstraintCategory when normalizingJack Huey-15/+39
2022-10-04Add back in normalize callJack Huey-5/+10
2022-10-04Final bitsJack Huey-34/+57
2022-10-04Add ExtraConstraintInfoJack Huey-17/+31
2022-10-04Add AscribeUserTypeProvePredicateJack Huey-2/+48
2022-10-04Add outlives_constraint to BlameConstraintJack Huey-6/+9
2022-10-04Add to_constraint_category to ObligationCause and SubregionOriginJack Huey-6/+24
2022-10-04Pass ConstraintCategory thorough a few more placesJack Huey-15/+44
2022-10-04Make QueryOutlivesConstraint contain a ConstraintCategoryJack Huey-36/+64
2022-10-04avoid duplicating StorageLive in let-elseDing Xiang Fei-9/+33
2022-09-19replace stabilization placeholdersPietro Albini-10/+10
2022-09-17Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726bors-23/+20
2022-09-17Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnrDylan DPC-19/+42
2022-09-17Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta...Dylan DPC-3/+9
2022-09-17Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obkDylan DPC-1/+99
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-55/+44
2022-09-17Auto merge of #101928 - notriddle:rollup-pexhhxe, r=notriddlebors-87/+83
2022-09-16Rollup merge of #101878 - Rageking8:More-simple-formatting, r=lcnrMichael Howell-48/+48
2022-09-16Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio...Michael Howell-39/+35
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-295/+357
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-8/+44
2022-09-16Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakisbors-295/+106
2022-09-16Revert "Better errors for implied static bound"Jack Huey-263/+98