about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-13review comments: more targeted span setting approachEsteban Küber-2/+24
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-3/+0
2023-11-13Mention LLVM 64186 in a commentJosh Stone-0/+1
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-98/+18
2023-11-13fix docRémy Rakic-5/+3
2023-11-13regions do not contain liveness elementsRémy Rakic-8/+8
2023-11-13refer to points and not "elements", and remove unused return valueRémy Rakic-6/+5
2023-11-13add locations instead of "element"s, and remove unused return valueRémy Rakic-10/+9
2023-11-13iterate over regions and not "rows" in liveness valuesRémy Rakic-3/+3
2023-11-13stop referring to a region as a "row" in liveness valuesRémy Rakic-17/+17
2023-11-14Rollup merge of #117863 - nnethercote:rustc_index, r=Mark-SimulacrumTakayuki Maeda-69/+4
2023-11-14Rollup merge of #117858 - compiler-errors:span, r=lcnrTakayuki Maeda-7/+10
2023-11-14Rollup merge of #117830 - Nilstrieb:object-lifetime-default-nits, r=cjgillotTakayuki Maeda-10/+4
2023-11-14Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkovTakayuki Maeda-12/+0
2023-11-13Fix overflow and cycle bound for ProofTreeVisitor.Gavin Gray-1/+1
2023-11-13Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwUbors-231/+235
2023-11-13update type flagslcnr-22/+22
2023-11-13continue renaminglcnr-44/+44
2023-11-13rename `ReLateBound` to `ReBound`lcnr-163/+164
2023-11-13remove unnecessary `_` in variable namelcnr-2/+2
2023-11-13add fixme to `RegionCtxt`lcnr-0/+3
2023-11-13Auto merge of #117811 - MU001999:master, r=lcnrbors-1/+7
2023-11-13args~~_ref~~_may_unifylcnr-10/+8
2023-11-13features must be additiveRalf Jung-1/+6
2023-11-13Auto merge of #117862 - SpeedReach:patch-1, r=nnethercotebors-2/+2
2023-11-13Auto merge of #117827 - Zalathar:bogus-macro-name-span, r=davidtwcobors-0/+6
2023-11-13Remove unnecessary annotation.Nicholas Nethercote-2/+0
2023-11-13Remove `IndexSlice::convert_index_type`.Nicholas Nethercote-4/+0
2023-11-13Remove `impl FiniteBitSetTy for {u64,u128}`.Nicholas Nethercote-48/+0
2023-11-13Remove `BitSet::to_hybrid`.Nicholas Nethercote-6/+0
2023-11-13Remove `BitSet::words`.Nicholas Nethercote-9/+4
2023-11-13Fix commentSleep_AllDay-2/+2
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-7/+10
2023-11-13Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Kibors-20/+61
2023-11-13Always point at index span on index obligation failureEsteban Küber-12/+2
2023-11-13Turn assert_eq into a delay_span_bugMu001999-1/+7
2023-11-12Fix `is_keyword_ahead` visibilitysjwang05-1/+1
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-99/+31
2023-11-12Don't expect a rcvr in print_disambiguation_helpMichael Goulet-2/+6
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-8/+7
2023-11-12Note about object lifetime defaults in does not live long enough errorNilstrieb-11/+81
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-38/+42
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-245/+274
2023-11-12Small improvements in object lifetime default codeNilstrieb-10/+4
2023-11-12patterns: don't ice when encountering a raw str sliceRalf Jung-4/+9
2023-11-12coverage: Avoid creating malformed macro name spansZalathar-0/+6
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-48/+48
2023-11-11Add -Z llvm_module_flagPaul Menage-0/+49
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-48/+48
2023-11-11Move unclosed delim errors to separate functionsjwang05-53/+58