| Age | Commit message (Expand) | Author | Lines |
| 2023-02-20 | Remove some unnecessary tcx-passing | Oli Scherer | -7/+8 |
| 2023-02-20 | Stop passing in values that one can also get from the tcx lazily | Oli Scherer | -34/+23 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -31/+54 |
| 2023-02-20 | Make `configure_and_expand` "infalllible" by just aborting the compilation if... | Oli Scherer | -37/+33 |
| 2023-02-20 | Use tcx queries instead of passing the values to `configure_and_expand`. | Oli Scherer | -13/+8 |
| 2023-02-20 | Remove definitions field that is only needed for one method | Oli Scherer | -14/+8 |
| 2023-02-20 | Stuff a TyCtxt into the Resolver | Oli Scherer | -41/+32 |
| 2023-02-20 | Remove a redundant function argument | Oli Scherer | -10/+3 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -57/+69 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -12/+12 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -36/+50 |
| 2023-02-20 | Prepare crate loader for LockGuard | Oli Scherer | -10/+11 |
| 2023-02-20 | Prepare for adding a `TyCtxt` to `Resolver` | Oli Scherer | -194/+247 |
| 2023-02-20 | Auto merge of #106316 - camelid:rustdoc-all-only-stable, r=GuillaumeGomez | bors | -20/+45 |
| 2023-02-19 | Only include stable lints in `rustdoc::all` group | Noah Lev | -20/+45 |
| 2023-02-20 | Auto merge of #108235 - tmiasko:read-buf, r=the8472 | bors | -0/+4 |
| 2023-02-20 | Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726 | bors | -84/+946 |
| 2023-02-19 | Add some FIXMEs for follow-up PRs | León Orell Valerian Liehr | -4/+9 |
| 2023-02-19 | Collect fulfillment errors across impls | León Orell Valerian Liehr | -2/+42 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -34/+60 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -217/+250 |
| 2023-02-19 | Deduplicate fresh_item_substs | León Orell Valerian Liehr | -60/+35 |
| 2023-02-19 | Add a test and several known bugs | León Orell Valerian Liehr | -0/+127 |
| 2023-02-19 | Fix substitution bug | León Orell Valerian Liehr | -19/+67 |
| 2023-02-19 | Use InferCtxt::probe to properly detect ambiguous candidates | León Orell Valerian Liehr | -21/+62 |
| 2023-02-19 | Switch from for-loop to filter_map | León Orell Valerian Liehr | -27/+26 |
| 2023-02-19 | Groundwork for detecting ambiguous candidates | León Orell Valerian Liehr | -2/+85 |
| 2023-02-19 | Make use of ObligationCtxt | León Orell Valerian Liehr | -54/+33 |
| 2023-02-19 | Use the correct ParamEnv | León Orell Valerian Liehr | -3/+41 |
| 2023-02-19 | Type-directed probing for inherent associated types | León Orell Valerian Liehr | -54/+581 |
| 2023-02-19 | Auto merge of #108237 - GuillaumeGomez:rollup-olxq5dt, r=GuillaumeGomez | bors | -91/+294 |
| 2023-02-19 | Rollup merge of #108212 - KittyBorgX:master, r=jyn514 | Guillaume Gomez | -9/+0 |
| 2023-02-19 | Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726 | Guillaume Gomez | -37/+161 |
| 2023-02-19 | Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68 | Guillaume Gomez | -2/+3 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -2/+32 |
| 2023-02-19 | Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item... | Guillaume Gomez | -41/+98 |
| 2023-02-19 | Use custom implementation of read_buf in Read for &'a FileDesc | Tomasz Miąsko | -0/+4 |
| 2023-02-19 | Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC | bors | -161/+275 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -9/+103 |
| 2023-02-19 | Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui... | Dylan DPC | -0/+18 |
| 2023-02-19 | Rollup merge of #108130 - tshepang:just-one-example, r=workingjubilee | Dylan DPC | -42/+0 |
| 2023-02-19 | Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 | Dylan DPC | -1/+33 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -101/+103 |
| 2023-02-19 | Rollup merge of #106933 - schuelermine:fix/doc/102451, r=Amanieu | Dylan DPC | -6/+14 |
| 2023-02-19 | Rollup merge of #104659 - tshepang:reflow, r=workingjubilee | Dylan DPC | -2/+4 |
| 2023-02-19 | Download rustfmt regardless of rustc being set in config.toml | KittyBorgX | -9/+0 |
| 2023-02-19 | Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk | bors | -95/+129 |
| 2023-02-19 | Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnr | bors | -74/+135 |
| 2023-02-18 | Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu... | bors | -7/+23 |
| 2023-02-18 | Add regression test for #107995 | Guillaume Gomez | -0/+28 |