| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | Make `Compiler::sess` private. | Nicholas Nethercote | -2/+2 |
| 2023-11-17 | Remove a low-value local variable. | Nicholas Nethercote | -3/+2 |
| 2023-11-17 | Rename `Linker::prepare_outputs` as `output_filenames`. | Nicholas Nethercote | -5/+5 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -25/+16 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -13/+101 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -20/+14 |
| 2023-11-17 | Streamline `Queries::linker`. | Nicholas Nethercote | -19/+13 |
| 2023-11-17 | Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Ki | bors | -126/+83 |
| 2023-11-17 | Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errors | Takayuki Maeda | -34/+29 |
| 2023-11-17 | Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillot | Takayuki Maeda | -92/+54 |
| 2023-11-17 | Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3 | bors | -192/+473 |
| 2023-11-17 | On resolve error of `[rest..]`, suggest `[rest @ ..]` | Esteban Küber | -0/+35 |
| 2023-11-17 | Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb | Matthias Krüger | -9/+8 |
| 2023-11-17 | Rollup merge of #117959 - estebank:issue-76086, r=compiler-errors | Matthias Krüger | -0/+54 |
| 2023-11-17 | Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errors | Matthias Krüger | -10/+12 |
| 2023-11-17 | Remove `Compiler::register_lints`. | Nicholas Nethercote | -5/+0 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -47/+49 |
| 2023-11-17 | Remove dead lint code. | Nicholas Nethercote | -33/+5 |
| 2023-11-17 | Inline and remove `create_lint_store`. | Nicholas Nethercote | -13/+6 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -52/+0 |
| 2023-11-16 | Fix code indentation | Esteban Küber | -2/+2 |
| 2023-11-16 | review comment: move error logic to different method | Esteban Küber | -58/+55 |
| 2023-11-16 | Handle attempts to have multiple `cfg`d tail expressions | Esteban Küber | -0/+110 |
| 2023-11-16 | Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202... | bjorn3 | -192/+473 |
| 2023-11-16 | Fix has_body() and change resolve_drop_in_place() sig | Celina G. Val | -18/+20 |
| 2023-11-16 | Always run builder to evaluate constants | Celina G. Val | -4/+1 |
| 2023-11-16 | Address PR comments | Celina G. Val | -4/+3 |
| 2023-11-16 | Add more APIs and fix `Instance::body` | Celina G. Val | -36/+401 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -13/+54 |
| 2023-11-16 | Fix bug on MIRVisitor | Celina G. Val | -2/+2 |
| 2023-11-16 | Add more SMIR internal impl and callback return value | Celina G. Val | -21/+159 |
| 2023-11-16 | let-chain fmt | Esteban Küber | -2/+1 |
| 2023-11-16 | address review comment | Esteban Küber | -18/+7 |
| 2023-11-16 | recover primary span label | Esteban Küber | -5/+13 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -7/+17 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -133/+133 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -7/+6 |
| 2023-11-16 | Suggest replacing `Self` with the right type on type error | Esteban Küber | -4/+23 |
| 2023-11-16 | Point at impl self ty on type error involving `Self` | Esteban Küber | -0/+38 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -57/+144 |
| 2023-11-16 | Auto merge of #117956 - saethlin:provenance-gc-access, r=RalfJung | bors | -0/+7 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -3/+10 |
| 2023-11-16 | Let Miri see the AllocId for all TyCtxt allocations | Ben Kimock | -0/+7 |
| 2023-11-16 | Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -344/+436 |
| 2023-11-16 | Auto merge of #117930 - thomcc:const_str-unnamed, r=nikic | bors | -0/+1 |
| 2023-11-16 | compiler: enable unwinding on riscv32imac_unknown_xous_elf | Sean Cross | -1/+1 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -1/+13 |
| 2023-11-16 | Reduce exposure of things. | Nicholas Nethercote | -32/+29 |
| 2023-11-16 | Auto merge of #117948 - aeubanks:dibuilder, r=durin42 | bors | -0/+3 |
| 2023-11-15 | Add check-cfg to cranelift | Mark Rousskov | -0/+2 |