about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2021-01-05Do not swallow parent for MacroDef.Camille GILLOT-1/+1
2021-01-05Compute parent module when collecting hir::MacroDef.Camille GILLOT-7/+16
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-0/+9
2021-01-04Auto merge of #80624 - RalfJung:place-ref, r=oli-obkbors-9/+12
2021-01-04Add check for array/usize mismatch in astconvkadmin-0/+9
2021-01-04Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkorbors-8/+9
2021-01-03use PlaceRef more consistently instead of loosely coupled local+projectionRalf Jung-9/+12
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-2/+2
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-0/+9
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-0/+10
2021-01-01Use `UnhashMap` whenever we have a key of `DefPathHash`Aaron Hill-8/+9
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2020-12-31Auto merge of #80500 - jyn514:track-caller, r=nagisabors-0/+1
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-6/+6
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-6/+6
2020-12-29Add `#[track_caller]` to `bug!` and `register_renamed`Joshua Nelson-0/+1
2020-12-29don't redundantly repeat field namesMatthias Krüger-7/+4
2020-12-28Rollup merge of #80402 - camelid:inferty-docs, r=matthewjasperMara Bos-3/+30
2020-12-28Auto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r=Dylan-DPCbors-42/+40
2020-12-28Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPCDylan DPC-29/+8
2020-12-28Rollup merge of #80331 - jyn514:docs, r=varkorDylan DPC-13/+32
2020-12-28Auto merge of #78454 - bugadani:cyclic, r=oli-obkbors-3/+73
2020-12-27Also show the displayed version of IntVar and FloatVarCamelid-2/+2
2020-12-26Document `InferTy` & co.Camelid-3/+30
2020-12-26stabilize min_const_genericsBastian Kauschke-3/+1
2020-12-25Rollup merge of #80342 - pierwill:patch-1, r=lcnrDylan DPC-1/+1
2020-12-25Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomezDylan DPC-4/+1
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-18/+19
2020-12-24use matches!() macro in more placesMatthias Krüger-33/+9
2020-12-23Fix typopierwill-1/+1
2020-12-23Add more comments to trait queriesJoshua Nelson-13/+32
2020-12-23Updated the match with the matches macroPankajChaudhary5-4/+1
2020-12-23Rollup merge of #80302 - pierwill:fix-80287, r=lcnrGuillaume Gomez-4/+2
2020-12-23Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomezGuillaume Gomez-8/+2
2020-12-23Rollup merge of #80286 - pierwill:rustc-middle-privacy, r=petrochenkovGuillaume Gomez-4/+6
2020-12-23Rollup merge of #80241 - pierwill:patch-12, r=lcnrGuillaume Gomez-1/+1
2020-12-23Rollup merge of #80225 - pierwill:patch-11, r=lcnrGuillaume Gomez-0/+11
2020-12-23Rollup merge of #80223 - pierwill:patch-10, r=lcnrGuillaume Gomez-1/+1
2020-12-23Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkorGuillaume Gomez-2/+2
2020-12-23Rollup merge of #80203 - pierwill:pierwill-rustcmiddle-lint, r=oli-obkGuillaume Gomez-2/+2
2020-12-22Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron...bors-13/+31
2020-12-22docs: Update rustc_middle::middle::region::ScopeTreepierwill-4/+2
2020-12-22Improve the code quality by using matches macroPankajChaudhary5-8/+2
2020-12-21docs: Edit rustc_middle::middle::privacypierwill-4/+6
2020-12-21Document rustc_middle::lint::LevelSourcepierwill-0/+1
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-18/+18
2020-12-21Rollup merge of #80171 - pierwill:pierwill-rustcmiddle-tykind, r=lcnrDylan DPC-3/+5
2020-12-21Rollup merge of #80166 - pierwill:pierwill-rustcmiddle-place, r=petrochenkovDylan DPC-10/+10
2020-12-20Edit rustc_middle docspierwill-10/+10
2020-12-20Fix typopierwill-1/+1