| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -19/+7 |
| 2020-08-02 | Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov | bors | -80/+126 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -1/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -80/+126 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -3/+1 |
| 2020-07-31 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Yuki Okushi | -19/+9 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -8/+76 |
| 2020-07-27 | name `ParamInTyOfConstArg` | Bastian Kauschke | -5/+5 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -7/+37 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -1/+1 |
| 2020-07-24 | Rollup merge of #74692 - Mark-Simulacrum:delay-bug, r=pnkfelix | Manish Goregaokar | -12/+18 |
| 2020-07-24 | Auto merge of #74676 - lcnr:generics-no-sort, r=varkor | bors | -1/+4 |
| 2020-07-24 | Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov | Yuki Okushi | -12/+7 |
| 2020-07-23 | delay_span_bug instead of silent ignore | Mark Rousskov | -12/+18 |
| 2020-07-23 | cleanup | Bastian Kauschke | -2/+2 |
| 2020-07-23 | fix ICE caused by wrongly ordered generic params | Bastian Kauschke | -1/+4 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -12/+7 |
| 2020-07-20 | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa | Manish Goregaokar | -1/+7 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -1/+7 |
| 2020-07-19 | disallow non-static lifetimes in const generics | Gabriel Smith | -0/+29 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -9/+6 |
| 2020-07-16 | unwrap() -> expect() | Joshua Nelson | -6/+11 |
| 2020-07-16 | Use the scope of the imported variable for resolution, not the current scope | Joshua Nelson | -2/+2 |
| 2020-07-16 | Use get_module instead of `module_map` for `resolve_str_path_error` | Joshua Nelson | -1/+1 |
| 2020-07-16 | Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor | Manish Goregaokar | -3/+58 |
| 2020-07-16 | update help message | Bastian Kauschke | -6/+15 |
| 2020-07-16 | forbid generic params in the type of const params | Bastian Kauschke | -3/+49 |
| 2020-07-15 | Catch errors for any new item, not just trait implementations | Joshua Nelson | -3/+3 |
| 2020-07-15 | Fix comment | Joshua Nelson | -1/+1 |
| 2020-07-15 | Use mem::replace instead of rewriting it | Joshua Nelson | -4/+2 |
| 2020-07-15 | Avoid unnecessary enum | Joshua Nelson | -42/+19 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -23/+79 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -14/+32 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -18/+16 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -12/+12 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -6/+4 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -22/+68 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -22/+68 |
| 2020-07-11 | Rollup merge of #74213 - pickfire:patch-1, r=jonas-schievink | Manish Goregaokar | -3/+1 |
| 2020-07-11 | Rollup merge of #74197 - estebank:self-sugg, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2020-07-11 | Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkov | Manish Goregaokar | -0/+11 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-10 | Minor refactor for rustc_resolve diagnostics match | Ivan Tham | -3/+1 |
| 2020-07-10 | Tweak wording | Yuki Okushi | -1/+1 |
| 2020-07-10 | Add a help to use `in_band_lifetimes` in nightly | Yuki Okushi | -0/+11 |
| 2020-07-09 | Reword incorrect `self` token suggestion | Esteban Küber | -2/+2 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -35/+33 |
| 2020-07-09 | Rollup merge of #74150 - tamird:blocklist, r=nikomatsakis | Manish Goregaokar | -23/+23 |
| 2020-07-09 | Reduce indentation | Esteban Küber | -35/+33 |