| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -10/+2 |
| 2022-07-18 | Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726 | bors | -2/+5 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -0/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -8/+8 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -8/+8 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -0/+18 |
| 2022-07-14 | Point out custom Fn-family trait impl | Michael Goulet | -0/+8 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -0/+1 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -4/+198 |
| 2022-07-14 | eagerly check for bound vars of predicates | lcnr | -0/+4 |
| 2022-07-14 | remove `ct.has_vars_bound_at_or_above` calls | lcnr | -2/+1 |
| 2022-07-14 | Fix overlapping impls | kadmin | -137/+29 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -9/+9 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -22/+42 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -2/+10 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -4/+306 |
| 2022-07-11 | Hide niches in SIMD types, too | Oli Scherer | -6/+1 |
| 2022-07-11 | More obvious closure name | Oli Scherer | -4/+4 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -30/+20 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+8 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+1 |
| 2022-07-08 | Create a custom layout path for UnsafeCell instead of piggy backing on the la... | Oli Scherer | -21/+39 |
| 2022-07-08 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -0/+1 |
| 2022-07-07 | Add bound_const_param_default | Jack Huey | -2/+6 |
| 2022-07-07 | Move EarlyBinder calls in rustc_typeck::outlives a bit further up | Jack Huey | -0/+4 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -0/+13 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+8 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -35/+98 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -31/+38 |
| 2022-07-06 | Remove dead code. | Camille GILLOT | -15/+0 |
| 2022-07-06 | Reword create_def comment. | Camille GILLOT | -6/+13 |
| 2022-07-06 | Comment untracked_crate. | Camille GILLOT | -0/+2 |
| 2022-07-06 | Create a forever red node and use it to force side effects. | Camille GILLOT | -18/+6 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -5/+11 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -26/+101 |
| 2022-07-06 | Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r... | Guillaume Gomez | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -1/+1 |
| 2022-07-06 | Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obk | Dylan DPC | -3/+2 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+25 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -859/+963 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -19/+21 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -3/+2 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -14/+14 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -0/+76 |
| 2022-07-05 | impl TypeVisitable in type traversal macros | Alan Egerton | -4/+16 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -93/+60 |
| 2022-07-05 | Split TypeVisitable from TypeFoldable | Alan Egerton | -736/+783 |
| 2022-07-05 | fix the layout of repr(align) enums | Ralf Jung | -3/+3 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -1/+24 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+2 |