about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-04link_ordinal is available for foreign staticyukang-8/+21
2022-08-03fix tidyyukang-4/+2
2022-08-03check link ordinal make sure target is foreign functionyukang-0/+64
2022-08-02Auto merge of #99977 - BlackHoleFox:cfte-cstr, r=thomccbors-13/+34
2022-08-02Auto merge of #100048 - matthiaskrgr:rollup-agimvm6, r=matthiaskrgrbors-320/+414
2022-08-02Rollup merge of #100042 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2022-08-02Rollup merge of #100037 - fw-immunant:patch-1, r=jyn514Matthias Krüger-3/+3
2022-08-02Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomccMatthias Krüger-2/+2
2022-08-02Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-deadMatthias Krüger-292/+351
2022-08-02Rollup merge of #99994 - TaKO8Ki:remove-guess-head-span, r=fee1-deadMatthias Krüger-7/+5
2022-08-02Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri...Matthias Krüger-9/+44
2022-08-02Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514Matthias Krüger-1/+7
2022-08-02Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiserMatthias Krüger-6/+2
2022-08-02Auto merge of #99431 - yaahc:error-in-core, r=joshtriplettbors-43/+36
2022-08-02remove a `SourceMap::guess_head_span`Takayuki Maeda-7/+5
2022-08-01Update booksEric Huss-0/+0
2022-08-02Auto merge of #100033 - rylev:no-cancel-try-perf, r=Mark-Simulacrumbors-4/+4
2022-08-01Don't cancel try-perf branch if 'outdated'Ryan Levick-4/+4
2022-08-01Update rustc man page to match `rustc --help`Frances Wingerter-3/+3
2022-08-01Auto merge of #95884 - cjgillot:assoc-item, r=lcnrbors-403/+354
2022-08-01remove fn backtraceJane Losare-Lusby-43/+36
2022-08-01Match on TraitItem exhaustively.Camille GILLOT-14/+11
2022-08-01Bless incremental tests.Camille GILLOT-31/+47
2022-08-01Remove trait_of_item query.Camille GILLOT-36/+25
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-220/+190
2022-08-01Remove visibility from AssocItem.Camille GILLOT-15/+12
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-107/+89
2022-08-01add commentJoseph Bingham-0/+3
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-30/+144
2022-08-01Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgrbors-323/+421
2022-08-01Rollup merge of #100020 - CallumIO:issue-99648, r=jyn514Matthias Krüger-3/+3
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-113/+100
2022-08-01Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+27
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-114/+97
2022-08-01Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514Matthias Krüger-24/+28
2022-08-01Rollup merge of #99629 - obeis:issue-99470, r=compiler-errorsMatthias Krüger-61/+154
2022-08-01Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnrMatthias Krüger-3/+8
2022-08-01fix ICE in Definitions::create_defGoldstein-3/+8
2022-08-01Auto merge of #99884 - nnethercote:lexer-improvements, r=matkladbors-117/+128
2022-08-01fix: better error when python not found in xCallum Leslie-3/+3
2022-08-01Make Rustdoc exit with correct error code when scrape examples from invalid f...Will Crichton-0/+27
2022-08-01kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr`Tomoaki Kawada-2/+2
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-3/+262
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-41/+41
2022-08-01avoid `Ty` to `String` conversionsTakayuki Maeda-5/+4
2022-08-01Use expr parse restrictions for let expr parsingMichael Goulet-292/+351
2022-08-01Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgrbors-1064/+1096
2022-08-01Improve size assertions.Nicholas Nethercote-113/+100
2022-08-01Shrink `Token`.Nicholas Nethercote-103/+111