about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-11-25Account for type obligation coming from `const` and `static`Esteban Kuber-22/+46
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-21/+173
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-10/+72
2021-11-25Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkorbors-54/+175
2021-11-24Tweak span and add more testsEsteban Kuber-5/+2
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-6/+15
2021-11-24Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=...Guillaume Gomez-5/+1
2021-11-24Update error message for doc(keyword)Guillaume Gomez-1/+1
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-6/+15
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-54/+178
2021-11-24Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasperbors-29/+278
2021-11-24Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011bors-5/+1
2021-11-23Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514bors-1/+1
2021-11-23Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgrbors-45/+85
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-1/+4
2021-11-23udpate comment to be more accurateEsteban Kuber-2/+1
2021-11-23`replace_tabs` -> `normalize_whitespace`Esteban Kuber-6/+6
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-3/+3
2021-11-23Account for confusable codepoints when recovering emoji identifiersEsteban Kuber-3/+14
2021-11-23Replace ZWJ with nothing in terminal outputEsteban Kuber-0/+1
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-2/+50
2021-11-23Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkovMatthias Krüger-31/+16
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-6/+14
2021-11-23Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t...Matthias Krüger-8/+55
2021-11-23Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiserbors-6/+67
2021-11-24Suggestion to wrap inner types using `allocator_api` in tupleKen Matsui-8/+55
2021-11-23Auto merge of #89881 - Mark-Simulacrum:fieldless-fast, r=davidtwcobors-7/+46
2021-11-23Auto merge of #89883 - Mark-Simulacrum:incr-verify-outline, r=nnethercotebors-24/+74
2021-11-22fix(doctest): detect extern crate items in statement doctestsMichael Howell-1/+1
2021-11-22Manually outline error on incremental_verify_ichMark Rousskov-24/+74
2021-11-22Avoid generating empty closures for fieldless enumsMark Rousskov-7/+46
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-31/+16
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-1/+1
2021-11-22Split inline const to two feature gatesGary Guo-5/+13
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-12/+171
2021-11-22Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkovbors-180/+384
2021-11-21Update link_ordinal duplicate attribute handling.Eric Huss-8/+0
2021-11-21Simplify for loop desugarCameron Steffen-149/+118
2021-11-21Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgrbors-10/+32
2021-11-21Rollup merge of #91098 - compiler-errors:issue-91058, r=estebankMatthias Krüger-6/+18
2021-11-21Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebankMatthias Krüger-3/+3
2021-11-21Rollup merge of #91070 - cuviper:insert-global, r=nagisaMatthias Krüger-1/+11
2021-11-21Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisabors-146/+281
2021-11-20Fix for issue 91058Michael Goulet-4/+16
2021-11-20Use same_type_modulo_infer in more placesMichael Goulet-2/+2
2021-11-20Add space in opaque `impl Trait`Michael Goulet-3/+3
2021-11-20Rollup merge of #91088 - RalfJung:revert, r=oli-obkMatthias Krüger-12/+0
2021-11-20Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebankMatthias Krüger-3/+31
2021-11-20Rollup merge of #91018 - est31:let_else, r=matthewjasperMatthias Krüger-69/+66
2021-11-20Rollup merge of #90994 - Badel2:issue-90993, r=estebankMatthias Krüger-1/+1