| Age | Commit message (Expand) | Author | Lines |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -57/+200 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+36 |
| 2021-07-24 | Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis | bors | -0/+3 |
| 2021-07-24 | change doc comment | Ellen | -1/+1 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -0/+21 |
| 2021-07-19 | Recognize bounds on impls as const bounds | Deadbeef | -0/+21 |
| 2021-07-18 | Use == to compare OpaqueTyOrigin values | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+0 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -2/+0 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -8/+8 |
| 2021-07-13 | Put checking if anonct is a default into a method on hir map | Ellen | -0/+3 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -2/+2 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -3/+0 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -2/+2 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -11/+6 |
| 2021-07-06 | Revert "Revert "Fix test"" | bjorn3 | -8/+5 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -3/+1 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -15/+1 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -3/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-23 | Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkov | Dylan DPC | -0/+21 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+2 |
| 2021-06-22 | Specify the kind of the item for E0121 | Deadbeef | -0/+21 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+2 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -2/+0 |
| 2021-06-11 | Hash DefId in rustc_span. | Camille GILLOT | -7/+6 |
| 2021-06-08 | Do not require the DefPathTable to construct the on-disk cache. | Camille GILLOT | -9/+8 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -1/+3 |
| 2021-06-07 | Revert "Fix test" | bjorn3 | -5/+8 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -2/+0 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-02 | Auto merge of #85892 - tmiasko:i, r=oli-obk | bors | -0/+2 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -2/+1 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -2/+6 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -8/+4 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -2/+6 |
| 2021-05-30 | Fix test | bjorn3 | -8/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -3/+1 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -1/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -4/+7 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -29/+26 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -25/+16 |