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