| Age | Commit message (Expand) | Author | Lines |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -301/+313 |
| 2021-03-16 | Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis | bors | -686/+5447 |
| 2021-03-16 | Auto merge of #83153 - Aaron1011:eval-always-extern_mod_stmt_cnum, r=michaelw... | bors | -0/+2 |
| 2021-03-15 | Run tests in nll mode | Oli Scherer | -9/+106 |
| 2021-03-15 | Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplett | bors | -12/+72 |
| 2021-03-15 | Explain each variant of TAIT usage with examples | Oli Scherer | -1/+44 |
| 2021-03-15 | 🍼 for tidy | Oli Scherer | -3/+6 |
| 2021-03-15 | Only allow tait defining uses in function and method return position | Oli Scherer | -113/+384 |
| 2021-03-15 | Special case type aliases from impl trait in const/static types | Oli Scherer | -6/+13 |
| 2021-03-15 | Add a test showing how `impl_trait_in_bindings` is a breaking change | Oli Scherer | -2/+58 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -576/+4814 |
| 2021-03-15 | Delete non-revision ui test output file if revisions are used | Oli Scherer | -0/+7 |
| 2021-03-15 | Make regression test succeed as long as it ICEs | Oli Scherer | -18/+15 |
| 2021-03-15 | Use tracing instrumentation for better bug diagnosing | Oli Scherer | -8/+3 |
| 2021-03-15 | Add reproduction test | Oli Scherer | -0/+47 |
| 2021-03-15 | Mark `extern_mod_stmt_cnum` as `eval_always` | Aaron Hill | -0/+2 |
| 2021-03-15 | Auto merge of #83149 - Dylan-DPC:rollup-ov70c5v, r=Dylan-DPC | bors | -174/+702 |
| 2021-03-15 | Rollup merge of #83144 - hyd-dev:parse-sess-created, r=oli-obk | Dylan DPC | -13/+25 |
| 2021-03-15 | Rollup merge of #83141 - lnicola:rust-analyzer-2021-03-15, r=jonas-schievink | Dylan DPC | -16/+16 |
| 2021-03-15 | Rollup merge of #83132 - Aaron1011:fix/incr-cache-dummy, r=estebank | Dylan DPC | -3/+29 |
| 2021-03-15 | Rollup merge of #83127 - Aaron1011:time-macros-impl-warn, r=petrochenkov | Dylan DPC | -65/+206 |
| 2021-03-15 | Rollup merge of #83113 - osa1:refactor_try_index_step, r=jonas-schievink | Dylan DPC | -9/+5 |
| 2021-03-15 | Rollup merge of #83110 - hyksm:fix-typo, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2021-03-15 | Rollup merge of #83108 - jyn514:remove-unused, r=estebank | Dylan DPC | -10/+0 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -55/+195 |
| 2021-03-15 | Rollup merge of #83054 - tmiasko:rustc_layout_scalar_valid_range, r=davidtwco | Dylan DPC | -1/+91 |
| 2021-03-15 | Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor | Dylan DPC | -0/+133 |
| 2021-03-15 | Fix `src/test/run-make-fulldeps/issue-19371` | hyd-dev | -0/+1 |
| 2021-03-15 | Change the `.unwrap` to `.expect` with a helpful message | hyd-dev | -1/+5 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+133 |
| 2021-03-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-03-15 | Auto merge of #83118 - erikdesjardins:removezst, r=oli-obk | bors | -117/+109 |
| 2021-03-15 | Use `rustc_interface::interface::Config::parse_sess_created` in Clippy | hyd-dev | -12/+8 |
| 2021-03-15 | Add `rustc_interface::interface::Config::parse_sess_created` | hyd-dev | -1/+12 |
| 2021-03-15 | Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum | bors | -42/+41 |
| 2021-03-15 | Auto merge of #83074 - Aaron1011:new-sort-fix, r=jackh726 | bors | -65/+105 |
| 2021-03-14 | Bump recursion_limit in a few places | Aaron Hill | -0/+3 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -65/+206 |
| 2021-03-14 | Don't encode file information for span with a dummy location | Aaron Hill | -3/+29 |
| 2021-03-14 | remove unnecessary condition | Erik Desjardins | -3/+1 |
| 2021-03-14 | Use pretty-printer instead of `span_to_snippet` | Camelid | -7/+6 |
| 2021-03-14 | Auto merge of #83062 - JohnTitor:improve-reassign-err, r=davidtwco | bors | -1/+8 |
| 2021-03-14 | Tweak diagnostics | Camelid | -22/+25 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -12/+72 |
| 2021-03-14 | bless tests (32-bit) | Erik Desjardins | -25/+17 |
| 2021-03-14 | Auto merge of #82399 - petrochenkov:modin2, r=Aaron1011 | bors | -32/+230 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -32/+230 |
| 2021-03-14 | Auto merge of #83082 - cjgillot:defkey-ii, r=oli-obk | bors | -14/+11 |
| 2021-03-14 | Remove duplicate asserts, replace eq assert with assert_eq | Ömer Sinan Ağacan | -3/+1 |
| 2021-03-14 | Minor refactoring in try_index_step | Ömer Sinan Ağacan | -6/+4 |