| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Update with comments | kadmin | -4/+2 |
| 2021-03-23 | Some refactoring | varkor | -0/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -2/+7 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -2/+2 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -1/+2 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -4/+23 |
| 2021-02-18 | Auto merge of #81574 - tmiasko:p, r=oli-obk | bors | -33/+21 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -5/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -6/+6 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -13/+11 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -4/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -32/+32 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+2 |
| 2021-02-13 | Remove some unnecessary `trait_ref` calls | Matthew Jasper | -4/+23 |
| 2021-02-01 | more things are const evaluatable *sparkles* | Ellen | -1/+1 |
| 2021-01-31 | Add error message for private fn | kadmin | -7/+35 |
| 2021-01-30 | Precompute ancestors when checking privacy | Tomasz Miąsko | -33/+21 |
| 2021-01-16 | Review changes | Jack Huey | -6/+6 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -22/+22 |
| 2021-01-06 | Fixed non-declarative-nor-opaque macros effective privacy. | Daniel Henry-Mantilla | -14/+8 |
| 2021-01-06 | WIP: attempt to fix the undocument re-export issue | Daniel Henry-Mantilla | -2/+13 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-26 | Remove FIXME in rustc_privacy | Joshua Nelson | -3/+1 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -2/+2 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -5/+5 |
| 2020-11-22 | Fix typo in comment | Joshua Nelson | -1/+1 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -12/+23 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -63/+87 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -3/+5 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -13/+13 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -8/+9 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -62/+85 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -138/+81 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -3/+18 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -1/+0 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -0/+9 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -1/+0 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -2/+2 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2134 |