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