| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -138/+11 |
| 2023-11-17 | Fix links for std::process::Child{Stdin, Stdout, Stderr} | Carl Scherer | -2/+2 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -67/+200 |
| 2023-11-18 | Simplify `run_compiler` control flow. | Nicholas Nethercote | -72/+54 |
| 2023-11-18 | Factor out two `print_crate_info` calls. | Nicholas Nethercote | -2/+3 |
| 2023-11-18 | Move `describe_lints` calls. | Nicholas Nethercote | -9/+9 |
| 2023-11-18 | Merge `interface::run_compiler` calls. | Nicholas Nethercote | -30/+18 |
| 2023-11-17 | use new apis and add new function | ouz-a | -17/+20 |
| 2023-11-18 | Rename `early_error_handler` as `default_handler`. | Nicholas Nethercote | -9/+9 |
| 2023-11-17 | Use ptr::invalid_mut for SGX image base | Mohsen Zohrevandi | -1/+1 |
| 2023-11-17 | Add stable mir members to triagebot config | Celina G. Val | -0/+9 |
| 2023-11-17 | Auto merge of #15925 - lnicola:pathres-nodebug, r=lnicola | bors | -9/+0 |
| 2023-11-17 | Remove debugging code in path resolution | Laurențiu Nicola | -9/+0 |
| 2023-11-17 | Auto merge of #11002 - y21:issue9422, r=Jarcho | bors | -69/+545 |
| 2023-11-17 | Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay | bors | -0/+4 |
| 2023-11-17 | Fix markup in recent lint documentation. | Kevin Reid | -7/+12 |
| 2023-11-17 | Auto merge of #117993 - nnethercote:streamline-Linker, r=bjorn3 | bors | -64/+42 |
| 2023-11-17 | Workaround simd_bitmask limitations | Caleb Zulawski | -25/+90 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -120/+93 |
| 2023-11-17 | chore: add use case for `PathSegment::qualifying_trait` | Young-Flash | -1/+1 |
| 2023-11-17 | Update windows-bindgen | Chris Denton | -10/+10 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -3/+81 |
| 2023-11-17 | Define `INVALID_HANDLE_VALUE` ourselves | Chris Denton | -2/+3 |
| 2023-11-17 | Auto merge of #11821 - GuillaumeGomez:misspelled-cfg, r=blyxyas | bors | -2/+69 |
| 2023-11-17 | Auto merge of #11828 - CleanCut:patch-1, r=xFrednet | bors | -1/+1 |
| 2023-11-17 | only free lifetimes may get erased | lcnr | -4/+6 |
| 2023-11-17 | move pretty into stable_mir | Oğuz Ağcayazı | -305/+308 |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -23/+35 |
| 2023-11-17 | remove unwrap | Oğuz Ağcayazı | -10/+15 |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -25/+49 |
| 2023-11-17 | cover statements | Oğuz Ağcayazı | -26/+155 |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -5/+160 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -316/+410 |
| 2023-11-17 | implement unoptimized code logic for [`infinite_loops`] | J-ZhengLi | -8/+571 |
| 2023-11-17 | rename bound region instantiation | lcnr | -22/+22 |
| 2023-11-17 | rename bound region instantiation | lcnr | -69/+78 |
| 2023-11-17 | replace unnecessary folder impls with fold_region | lcnr | -51/+15 |
| 2023-11-17 | address comment | austaras | -48/+62 |
| 2023-11-17 | Auto merge of #15917 - lnicola:sync-from-rust, r=lnicola | bors | -0/+0 |
| 2023-11-17 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -1/+5 |
| 2023-11-17 | Auto merge of #118003 - matthiaskrgr:rollup-80t3uky, r=matthiaskrgr | bors | -80/+784 |
| 2023-11-17 | Rollup merge of #117998 - estebank:issue-88404, r=TaKO8Ki | Matthias Krüger | -0/+84 |
| 2023-11-17 | Rollup merge of #117688 - celinval:smir-kani-reach, r=compiler-errors | Matthias Krüger | -72/+583 |
| 2023-11-17 | Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-Simulacrum | Matthias Krüger | -8/+117 |
| 2023-11-17 | linking in general has more pitfalls than just call ABI | Ralf Jung | -2/+3 |
| 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 | -26/+17 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -17/+219 |