about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-12-28Rollup merge of #92076 - Aaron1011:rustdoc-auto-trait-ignore, r=cjgillotMatthias Krüger-1/+11
2021-12-28Auto merge of #92159 - petrochenkov:decoditer, r=cjgillotbors-99/+70
2021-12-28Auto merge of #92130 - Kobzol:stable-hash-str, r=cjgillotbors-3/+2
2021-12-27Rollup merge of #92161 - petrochenkov:misclean, r=cjgillotMatthias Krüger-26/+16
2021-12-27Rollup merge of #92147 - calebcartwright:publicize-builtin_macro-asm, r=cjgillotMatthias Krüger-3/+3
2021-12-27Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillotMatthias Krüger-1/+1
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-1/+5
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-1/+5
2021-12-26Auto merge of #92257 - fee1-dead:fix_env_further_bounds, r=oli-obkbors-0/+33
2021-12-24Auto merge of #92156 - petrochenkov:ctorkind, r=davidtwcobors-28/+21
2021-12-25normalize env constness for nested obligationsDeadbeef-0/+33
2021-12-24Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obkbors-145/+236
2021-12-23Auto merge of #92222 - nnethercote:rm-global_allocator-rustc-rustdoc, r=alexc...bors-17/+24
2021-12-23Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obkMatthias Krüger-32/+33
2021-12-23Auto merge of #92167 - pierwill:chalk-update, r=jackh726bors-117/+119
2021-12-23Remove useless `#[global_allocator]` from rustc and rustdoc.Nicholas Nethercote-17/+24
2021-12-23Auto merge of #92216 - matthiaskrgr:rollup-luplvuc, r=matthiaskrgrbors-16/+17
2021-12-23Rollup merge of #91544 - rukai:91492, r=wesleywiserMatthias Krüger-16/+17
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-32/+33
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-6/+9
2021-12-22Require Ord for rustc_index::SparseBitSet::last_set_inpierwill-3/+8
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-24/+72
2021-12-22Upgrade `tracing-subscriber`pierwill-1/+1
2021-12-22Update chalk to 0.75.0pierwill-116/+118
2021-12-22rustc_metadata: Merge `get_ctor_def_id` and `get_ctor_kind`Vadim Petrochenkov-28/+21
2021-12-21rustc_builtin_macros: make asm mod public for rustfmtCaleb Cartwright-3/+3
2021-12-21Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obkbors-3/+12
2021-12-21resolve: Minor miscellaneous cleanups from #89059Vadim Petrochenkov-26/+16
2021-12-21rustc_metadata: Switch crate data iteration from a callback to iteratorVadim Petrochenkov-99/+70
2021-12-21Auto merge of #92152 - matthiaskrgr:rollup-nmskpw6, r=matthiaskrgrbors-555/+1154
2021-12-21Rollup merge of #92131 - bjorn3:sync_cg_clif-2021-12-20, r=bjorn3Matthias Krüger-524/+1009
2021-12-21Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplettMatthias Krüger-4/+30
2021-12-21Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726bors-6/+33
2021-12-21Fix bad caching of `~const Drop` boundsDeadbeef-3/+12
2021-12-20Suggest glob-import if we need to import a trait, but it has no visible nameMichael Goulet-7/+68
2021-12-20Bail if printing item named `_` in `try_print_visible_def_path`Michael Goulet-16/+28
2021-12-20Prefer visibility paths where items are not named `_`Michael Goulet-4/+19
2021-12-20better name for AdjustForForeignAbiError error variant in InterpErrorRalf Jung-5/+8
2021-12-20don't ICE on variadic function callsRalf Jung-2/+9
2021-12-20try to fix ICE in fn_abi_of_instanceRalf Jung-4/+7
2021-12-20also compare ArgAttributesRalf Jung-29/+38
2021-12-20compare calling convention instead of call ABIRalf Jung-37/+9
2021-12-20const_eval machine: use original instance for replaced MIR bodiesRalf Jung-1/+11
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-111/+198
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-524/+1009
2021-12-20Use hash_stable for hashing strJakub Beránek-3/+2
2021-12-20Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoeristerbors-28/+23
2021-12-20Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726bors-18/+1
2021-12-20Fix the error of checking `base_expr` twice in type_changing_struct_updateSparrowLii-1/+1
2021-12-20Eliminate `ObligationCauseData`.Nicholas Nethercote-139/+135