about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-07Don't ICE while suggesting updating item path.Luqman Aden-6/+9
2022-08-03Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgrbors-32/+83
2022-08-03Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726bors-199/+168
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-2/+1836
2022-08-02Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errorsMatthias Krüger-32/+83
2022-08-02Auto merge of #100063 - matthiaskrgr:rollup-lznouys, r=matthiaskrgrbors-55/+98
2022-08-02Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiaskoMatthias Krüger-2/+2
2022-08-02Rollup merge of #100025 - tmiasko:rm-transfer-wrapper, r=cjgillotMatthias Krüger-14/+2
2022-08-02Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-deadMatthias Krüger-39/+94
2022-08-02safe transmute: fix broken intradoc linkJack Wrenn-2/+2
2022-08-02Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errorsbors-19/+21
2022-08-02Move if-block into closure to reduce duplicate codePreston From-7/+5
2022-08-02Improve position named arguments lint underline and formatting namesPreston From-32/+85
2022-08-02Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-deadMatthias Krüger-44/+19
2022-08-02Rollup merge of #99994 - TaKO8Ki:remove-guess-head-span, r=fee1-deadMatthias Krüger-7/+5
2022-08-02Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiserMatthias Krüger-6/+2
2022-08-02Properly reject the `may_unwind` option in `global_asm!`Amanieu d'Antras-2/+2
2022-08-02remove a `SourceMap::guess_head_span`Takayuki Maeda-7/+5
2022-08-01Auto merge of #95884 - cjgillot:assoc-item, r=lcnrbors-342/+274
2022-08-01Match on TraitItem exhaustively.Camille GILLOT-14/+11
2022-08-01Remove trait_of_item query.Camille GILLOT-36/+25
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-195/+162
2022-08-01Remove visibility from AssocItem.Camille GILLOT-14/+11
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-100/+82
2022-08-01fmt...Ellen-9/+11
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-6/+10
2022-08-01Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgrbors-172/+228
2022-08-01Remove redundant `TransferWrapper` structTomasz Miąsko-14/+2
2022-08-01Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-deadMatthias Krüger-5/+4
2022-08-01Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqdMatthias Krüger-74/+84
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-58/+32
2022-08-01Rollup merge of #99629 - obeis:issue-99470, r=compiler-errorsMatthias Krüger-32/+100
2022-08-01Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnrMatthias Krüger-3/+8
2022-08-01make `PlaceholderConst` not store the type of the constEllen-13/+13
2022-08-01fix ICE in Definitions::create_defGoldstein-3/+8
2022-08-01Auto merge of #99884 - nnethercote:lexer-improvements, r=matkladbors-112/+123
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-6/+6
2022-08-01avoid `Ty` to `String` conversionsTakayuki Maeda-5/+4
2022-08-01Use expr parse restrictions for let expr parsingMichael Goulet-44/+19
2022-08-01Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgrbors-44/+51
2022-08-01Improve size assertions.Nicholas Nethercote-74/+84
2022-08-01Shrink `Token`.Nicholas Nethercote-98/+106
2022-08-01Add a size assertion for `Token`.Nicholas Nethercote-0/+7
2022-08-01Inline `TokenStreamBuilder::push`.Nicholas Nethercote-0/+1
2022-08-01Avoid an unnecessary `return`.Nicholas Nethercote-2/+2
2022-08-01Inline `first_token`.Nicholas Nethercote-0/+1
2022-08-01Remove `StringReader::end_src_index`.Nicholas Nethercote-5/+2
2022-08-01Improve shebang handling.Nicholas Nethercote-8/+5
2022-07-31Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrumbors-6/+19
2022-07-31Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil...Matthias Krüger-19/+33