about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-09Encode CrateNum using the StableCrateId for incr. comp.Camille GILLOT-71/+42
2021-06-09Auto merge of #86150 - cjgillot:notable, r=michaelwoeristerbors-39/+14
2021-06-09Auto merge of #85975 - the8472:revert-take-tra, r=scottmcmbors-22/+1
2021-06-09Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakisbors-132/+439
2021-06-09Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiserbors-7/+180
2021-06-09Auto merge of #86160 - JohnTitor:rollup-8ark9x7, r=JohnTitorbors-141/+261
2021-06-09Rollup merge of #86159 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-06-09Rollup merge of #86158 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-06-09Rollup merge of #86142 - m-ou-se:proc-macro-subspan-bound-cloned-cleanup, r=p...Yuki Okushi-11/+3
2021-06-09Rollup merge of #86128 - jsha:render-impl-into-mod, r=GuillaumeGomezYuki Okushi-78/+86
2021-06-09Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkorYuki Okushi-7/+13
2021-06-09Rollup merge of #86121 - nickshiling:forwarding_impl_for_seek_trait_stream_po...Yuki Okushi-0/+10
2021-06-09Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514Yuki Okushi-1/+12
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-10/+39
2021-06-09Rollup merge of #85791 - CDirkx:is_unicast, r=joshtriplettYuki Okushi-1/+29
2021-06-09Rollup merge of #85715 - fee1-dead:document-string, r=JohnTitorYuki Okushi-7/+43
2021-06-09Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitorYuki Okushi-26/+26
2021-06-08Update cargoEric Huss-0/+0
2021-06-08Update booksEric Huss-0/+0
2021-06-08Do not require the DefPathTable to construct the on-disk cache.Camille GILLOT-39/+14
2021-06-08add VecMap docsSantiago Pastorino-0/+14
2021-06-08Use impl FnMut directly as predicate typeSantiago Pastorino-4/+1
2021-06-08Explicitly pass find arguments down the predicate so coercions can applySantiago Pastorino-2/+2
2021-06-08Do not deconstruct OpaqueTypeKey to make the code more clearSantiago Pastorino-9/+8
2021-06-08defin_ty_def_id -> definition_ty_def_idSantiago Pastorino-3/+3
2021-06-08Auto merge of #86139 - hyd-dev:miri, r=RalfJungbors-10/+9
2021-06-08Simplify proc_macro code using Bound::cloned().Mara Bos-11/+3
2021-06-08Update Mirihyd-dev-10/+9
2021-06-08Destructure OpaqueTypeKey in certain cases to simplify codeSantiago Pastorino-13/+14
2021-06-08Simplify code by using VecMap::get_bySantiago Pastorino-73/+65
2021-06-08Add VecMap::get_by(FnMut -> bool)Santiago Pastorino-0/+7
2021-06-08Auto merge of #86127 - JohnTitor:rollup-0c6mp3j, r=JohnTitorbors-74/+106
2021-06-07Refactor: Extract render_summary from render_impl.Jacob Hoffman-Andrews-78/+86
2021-06-08Rollup merge of #86103 - camsteffen:lifetime-hack, r=jackh726Yuki Okushi-9/+1
2021-06-08Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-seYuki Okushi-1/+1
2021-06-08Rollup merge of #86096 - FabianWolff:ec-E0316, r=GuillaumeGomezYuki Okushi-16/+49
2021-06-08Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jshaYuki Okushi-1/+6
2021-06-08Rollup merge of #86090 - lnicola:rust-analyzer-2021-06-07, r=jonas-schievinkYuki Okushi-15/+19
2021-06-08Rollup merge of #86078 - GuillaumeGomez:type-page-font-weight, r=jshaYuki Okushi-2/+8
2021-06-08Rollup merge of #86074 - reaganmcf:iss-86039, r=jyn514Yuki Okushi-3/+3
2021-06-08Rollup merge of #85989 - jyn514:gitignore-cleanup, r=ehussYuki Okushi-8/+0
2021-06-08Rollup merge of #85985 - Lionelf329:master, r=joshtriplettYuki Okushi-9/+15
2021-06-08Rollup merge of #85951 - hyd-dev:force-unwind-tables, r=steveklabnikYuki Okushi-2/+1
2021-06-08Rollup merge of #85906 - LingMan:iter_find, r=matthewjasperYuki Okushi-8/+3
2021-06-08Auto merge of #86115 - Xanewok:update-rls, r=Xanewokbors-37/+37
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-7/+13
2021-06-08Auto merge of #83515 - tamird:string-remove-matches-rev, r=m-ou-sebors-22/+39
2021-06-07Enable rustdoc to document safe wasm intrinsicsAlex Crichton-1/+12
2021-06-07Forwarding implementation for Seek trait's stream_position methodmyshylin-0/+10
2021-06-07Add more TAIT multiple defining uses test casesSantiago Pastorino-0/+72