| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -90/+48 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -1/+8 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -7/+2 |
| 2021-04-21 | More review changes | Jack Huey | -85/+59 |
| 2021-04-21 | Review comments | Jack Huey | -7/+8 |
| 2021-04-21 | fix name resolution for param defaults | lcnr | -90/+48 |
| 2021-04-21 | Move nested quantification check to ast_validation | Jack Huey | -66/+14 |
| 2021-04-20 | Remove TraitRefHackInner and use the concatenating functionality instead of t... | Jack Huey | -245/+176 |
| 2021-04-20 | Add BinderScopeType to replace binder_depth and from_poly_trait_ref | Jack Huey | -111/+86 |
| 2021-04-20 | A non-minimal set of TraitRefBoundarys to work on removing from_poly_trait_ref | Jack Huey | -84/+93 |
| 2021-04-20 | Precompute inverse binder depth | Jack Huey | -104/+73 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -11/+7 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -1/+15 |
| 2021-04-12 | Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor | Dylan DPC | -3/+64 |
| 2021-04-11 | detect when suggested paths enter extern crates more rigorously | SNCPlay42 | -11/+7 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -61/+132 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-08 | add comments | Niko Matsakis | -1/+23 |
| 2021-04-07 | Added additional comments and minor edits | K | -44/+62 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -1/+3 |
| 2021-04-06 | Fix a couple resolve bugs from binder refactor | Jack Huey | -1/+15 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -0/+1 |