| Age | Commit message (Expand) | Author | Lines |
| 2021-01-05 | Do not swallow parent for MacroDef. | Camille GILLOT | -1/+1 |
| 2021-01-05 | Compute parent module when collecting hir::MacroDef. | Camille GILLOT | -7/+16 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+9 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -9/+12 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+9 |
| 2021-01-04 | Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor | bors | -8/+9 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -9/+12 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -2/+2 |
| 2021-01-01 | rustc_serialize: specialize opaque decoding of some u8 sequences | Tyson Nottingham | -0/+9 |
| 2021-01-01 | rustc_serialize: specialize opaque encoding of some u8 sequences | Tyson Nottingham | -0/+10 |
| 2021-01-01 | Use `UnhashMap` whenever we have a key of `DefPathHash` | Aaron Hill | -8/+9 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2020-12-31 | Auto merge of #80500 - jyn514:track-caller, r=nagisa | bors | -0/+1 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -6/+6 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -6/+6 |
| 2020-12-29 | Add `#[track_caller]` to `bug!` and `register_renamed` | Joshua Nelson | -0/+1 |
| 2020-12-29 | don't redundantly repeat field names | Matthias Krüger | -7/+4 |
| 2020-12-28 | Rollup merge of #80402 - camelid:inferty-docs, r=matthewjasper | Mara Bos | -3/+30 |
| 2020-12-28 | Auto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r=Dylan-DPC | bors | -42/+40 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -29/+8 |
| 2020-12-28 | Rollup merge of #80331 - jyn514:docs, r=varkor | Dylan DPC | -13/+32 |
| 2020-12-28 | Auto merge of #78454 - bugadani:cyclic, r=oli-obk | bors | -3/+73 |
| 2020-12-27 | Also show the displayed version of IntVar and FloatVar | Camelid | -2/+2 |
| 2020-12-26 | Document `InferTy` & co. | Camelid | -3/+30 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -3/+1 |
| 2020-12-25 | Rollup merge of #80342 - pierwill:patch-1, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-25 | Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Dylan DPC | -4/+1 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -18/+19 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -33/+9 |
| 2020-12-23 | Fix typo | pierwill | -1/+1 |
| 2020-12-23 | Add more comments to trait queries | Joshua Nelson | -13/+32 |
| 2020-12-23 | Updated the match with the matches macro | PankajChaudhary5 | -4/+1 |
| 2020-12-23 | Rollup merge of #80302 - pierwill:fix-80287, r=lcnr | Guillaume Gomez | -4/+2 |
| 2020-12-23 | Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Guillaume Gomez | -8/+2 |
| 2020-12-23 | Rollup merge of #80286 - pierwill:rustc-middle-privacy, r=petrochenkov | Guillaume Gomez | -4/+6 |
| 2020-12-23 | Rollup merge of #80241 - pierwill:patch-12, r=lcnr | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Rollup merge of #80225 - pierwill:patch-11, r=lcnr | Guillaume Gomez | -0/+11 |
| 2020-12-23 | Rollup merge of #80223 - pierwill:patch-10, r=lcnr | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkor | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Rollup merge of #80203 - pierwill:pierwill-rustcmiddle-lint, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2020-12-22 | Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron... | bors | -13/+31 |
| 2020-12-22 | docs: Update rustc_middle::middle::region::ScopeTree | pierwill | -4/+2 |
| 2020-12-22 | Improve the code quality by using matches macro | PankajChaudhary5 | -8/+2 |
| 2020-12-21 | docs: Edit rustc_middle::middle::privacy | pierwill | -4/+6 |
| 2020-12-21 | Document rustc_middle::lint::LevelSource | pierwill | -0/+1 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -18/+18 |
| 2020-12-21 | Rollup merge of #80171 - pierwill:pierwill-rustcmiddle-tykind, r=lcnr | Dylan DPC | -3/+5 |
| 2020-12-21 | Rollup merge of #80166 - pierwill:pierwill-rustcmiddle-place, r=petrochenkov | Dylan DPC | -10/+10 |
| 2020-12-20 | Edit rustc_middle docs | pierwill | -10/+10 |
| 2020-12-20 | Fix typo | pierwill | -1/+1 |