| Age | Commit message (Expand) | Author | Lines |
| 2021-07-09 | Fix the ICE described in #83693 | Fabian Wolff | -3/+2 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -1/+1 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -1/+1 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -15/+13 |
| 2021-06-28 | Fix garbled suggestion for missing lifetime specifier | Fabian Wolff | -0/+2 |
| 2021-06-24 | Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726 | bors | -8/+8 |
| 2021-06-20 | expand: Move some more derive logic to `rustc_builtin_macros` | Vadim Petrochenkov | -1/+1 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-11 | Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot | bors | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -5/+5 |
| 2021-06-08 | Store boxed metadata loader in CrateLoader | bjorn3 | -1/+1 |
| 2021-06-08 | Rollup merge of #86103 - camsteffen:lifetime-hack, r=jackh726 | Yuki Okushi | -9/+1 |
| 2021-06-07 | Remove lifetime hack | Cameron Steffen | -9/+1 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -1/+1 |
| 2021-06-03 | Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -3/+3 |
| 2021-06-01 | Make trait_map an Option. | Camille GILLOT | -15/+6 |
| 2021-06-01 | Rename take_trait_map. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Check that trait_map is not moved twice. | Camille GILLOT | -0/+9 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -3/+3 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -11/+2 |
| 2021-05-30 | Rename take_trait_map. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Check that trait_map is not moved twice. | Camille GILLOT | -0/+9 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -1/+1 |
| 2021-05-26 | Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkov | Dylan DPC | -15/+47 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -1/+0 |
| 2021-05-19 | Disallow shadowing const parameters | Fabian Wolff | -15/+47 |
| 2021-05-18 | Fix use placement for suggestions near main. | Eric Huss | -8/+8 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+5 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -7/+14 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -5/+14 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -6/+28 |
| 2021-05-12 | Fix diagnostics spans for missing lifetimes in edge cases | Giacomo Stevanato | -6/+28 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+1 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -5/+15 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -18/+114 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+1 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -2/+4 |
| 2021-05-09 | Implement @jackh726's suggestions | Fabian Wolff | -76/+64 |
| 2021-05-08 | Fix diagnostic for matching/creating x-crate re-exported tuple structs with p... | Luqman Aden | -7/+14 |
| 2021-05-07 | Fix suggestions for missing return type lifetime parameters | Fabian Wolff | -150/+216 |
| 2021-05-07 | Fix impl type parameter suggestion involving consts | mibac138 | -1/+8 |
| 2021-05-05 | Suggest adding a type parameter for impls | mibac138 | -4/+6 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | AliƩnore Bouttefeux | -12/+31 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -1/+34 |
| 2021-04-29 | make feature recommendations optional | lcnr | -1/+7 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+34 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -7/+2 |