| Age | Commit message (Expand) | Author | Lines |
| 2024-12-04 | Add failing test | Michael Goulet | -0/+25 |
| 2024-12-04 | Auto merge of #133799 - DianQK:llvm/19.1.5, r=nikic | bors | -1/+1 |
| 2024-12-04 | Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgr | bors | -830/+913 |
| 2024-12-04 | Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu | Matthias Krüger | -206/+210 |
| 2024-12-04 | Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle | Matthias Krüger | -28/+22 |
| 2024-12-04 | Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors | Matthias Krüger | -46/+70 |
| 2024-12-04 | Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errors | Matthias Krüger | -22/+10 |
| 2024-12-04 | Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez | Matthias Krüger | -18/+18 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -510/+583 |
| 2024-12-04 | Auto merge of #133825 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -240/+566 |
| 2024-12-03 | tidy: `println!` -> `eprintln!` | clubby789 | -12/+12 |
| 2024-12-03 | compiletest: `println!` -> `eprintln!` | clubby789 | -54/+54 |
| 2024-12-03 | bootstrap: `println!` -> `eprintln!` | clubby789 | -140/+144 |
| 2024-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-03 | Rename `is_real_and_local` function into `filename_real_and_local` | Guillaume Gomez | -3/+4 |
| 2024-12-03 | Rollup merge of #133813 - clubby789:ui-pass-note, r=jieyouxu | Matthias Krüger | -4/+7 |
| 2024-12-03 | Rollup merge of #133812 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -3/+12 |
| 2024-12-03 | Rollup merge of #133811 - mustartt:change-default-codemodel, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726 | Matthias Krüger | -124/+300 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -13/+66 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -92/+177 |
| 2024-12-03 | Rollup merge of #132937 - xmh0511:master, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -510/+583 |
| 2024-12-03 | compiletest: explain that UI tests are expected not to compile by default | clubby789 | -4/+7 |
| 2024-12-03 | Update wasm-component-ld to 0.5.11 | Alex Crichton | -3/+12 |
| 2024-12-03 | Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgr | bors | -224/+438 |
| 2024-12-03 | change aix default codemodel=large | Henry Jiang | -1/+1 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -124/+300 |
| 2024-12-03 | Rollup merge of #133796 - TDecking:borrowing-sub, r=tgross35 | Matthias Krüger | -3/+24 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -5/+22 |
| 2024-12-03 | Rollup merge of #133777 - the8472:document-randomize-layout, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -11/+8 |
| 2024-12-03 | Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco... | Matthias Krüger | -40/+47 |
| 2024-12-03 | Rollup merge of #133696 - RalfJung:const-hashmap, r=cuviper | Matthias Krüger | -6/+53 |
| 2024-12-03 | Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnr | Matthias Krüger | -16/+20 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -37/+94 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -106/+147 |
| 2024-12-03 | closure-requirements: add regression tests | lcnr | -3/+62 |
| 2024-12-03 | Improve code for FileName retrieval in rustdoc | Guillaume Gomez | -28/+21 |
| 2024-12-03 | Auto merge of #133792 - lqd:jemallocup, r=Mark-Simulacrum | bors | -19/+23 |
| 2024-12-03 | Visit Stmt span in MutVisitor::flat_map_stmt | David Tolnay | -14/+8 |
| 2024-12-03 | Visit BinOp span in MutVisitor::visit_expr | David Tolnay | -8/+2 |
| 2024-12-03 | Update the definition of `borrowing_sub` | Tobias Decking | -3/+24 |
| 2024-12-03 | Update LLVM to 19.1.5 | DianQK | -1/+1 |
| 2024-12-03 | small code cleanup | lcnr | -10/+7 |
| 2024-12-03 | closure requirements: don't replace bivariant opaque args | lcnr | -30/+0 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -27/+350 |
| 2024-12-03 | update instrumentation | lcnr | -3/+1 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -168/+535 |