| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Omit completion fields to be resolved later | Kirill Bulatov | -62/+99 |
| 2024-09-23 | Prepare for omittiong parts of completion data that need to be resolved | Kirill Bulatov | -16/+99 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -249/+197 |
| 2024-09-23 | Fix a bug in span map merge, and add explanations of how span maps are stored | Chayim Refael Friedman | -5/+33 |
| 2024-09-22 | Auto merge of #3852 - tiif:rwrefactor, r=RalfJung | bors | -153/+249 |
| 2024-09-22 | simplify eventfd handling a bit | Ralf Jung | -49/+30 |
| 2024-09-22 | remove some unnecessary to_owned | Ralf Jung | -9/+9 |
| 2024-09-22 | read, write: move cast-to-usize logic up and deduplicate it | Ralf Jung | -4/+6 |
| 2024-09-22 | further tweak FileDescription comments | Ralf Jung | -17/+12 |
| 2024-09-22 | Pass pointer and len to FileDescription::write and change the type of len in ... | tiif | -47/+60 |
| 2024-09-22 | Use &[u8] instead of Vec<u8> and improve docs | tiif | -13/+25 |
| 2024-09-22 | Consider lifetime GATs object unsafe | Chayim Refael Friedman | -1/+14 |
| 2024-09-22 | try to give the CI job permission to create PRs | Ralf Jung | -0/+3 |
| 2024-09-22 | rustfmt: switch over to setting style_edition | Ralf Jung | -1/+1 |
| 2024-09-22 | Merge from rustc | Ralf Jung | -6/+8 |
| 2024-09-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-22 | Include dereferences in consuming postfix completions (e.g. `call`) | Chayim Refael Friedman | -0/+31 |
| 2024-09-22 | Properly account for mutable references when postfix-completing consuming com... | Chayim Refael Friedman | -1/+21 |
| 2024-09-22 | Fix name resolution when an import is resolved to some namespace and then lat... | Chayim Refael Friedman | -13/+82 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -1/+5 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -4/+2 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -1/+1 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -1/+0 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+5 |
| 2024-09-21 | Add an option of using nix-shell instead of nix flake | Maybe Lapkin | -0/+34 |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -205/+180 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -3964/+7383 |
| 2024-09-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-21 | Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxu | Matthias Krüger | -0/+14 |
| 2024-09-21 | Fix clippy | Ben Kimock | -1/+1 |
| 2024-09-20 | Pass the current cargo to `run-make` tests | Josh Stone | -0/+14 |
| 2024-09-20 | Auto merge of #130632 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -2/+3 |
| 2024-09-20 | Update cargo | Weihang Lo | -0/+0 |
| 2024-09-20 | Rollup merge of #130614 - arttet:arm64e-apple-tvos, r=bjorn3 | Guillaume Gomez | -2/+3 |
| 2024-09-20 | analysis-stats: respect --disable-proc-macros flag | David Barsky | -1/+5 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -93/+157 |
| 2024-09-20 | miri: An error message got changed | Jubilee Young | -2/+2 |
| 2024-09-20 | Normalize being an annoying little compile test | Jubilee Young | -1/+0 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -2/+3 |
| 2024-09-20 | Rollup merge of #130607 - GnomedDev:remove-seekfrom-paths, r=compiler-errors | Guillaume Gomez | -25/+18 |
| 2024-09-20 | Rollup merge of #130585 - GuillaumeGomez:add-rustdoc-template-tidy-check, r=n... | Guillaume Gomez | -0/+60 |
| 2024-09-20 | Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errors | Guillaume Gomez | -2041/+2156 |
| 2024-09-20 | Add flake.nix and .envrc | Maybe Lapkin | -0/+105 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -25/+18 |
| 2024-09-20 | Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472 | bors | -4/+5 |
| 2024-09-20 | Auto merge of #18132 - ChayimFriedman2:fix-closure-semi, r=Veykril | bors | -32/+100 |
| 2024-09-20 | Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril | bors | -5/+304 |
| 2024-09-20 | Auto merge of #18108 - ChayimFriedman2:lint-level-cfg, r=Veykril | bors | -16/+120 |
| 2024-09-20 | Auto merge of #130597 - matthiaskrgr:rollup-9ls4066, r=matthiaskrgr | bors | -6/+6 |