| Age | Commit message (Expand) | Author | Lines |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+2 |
| 2022-07-27 | Auto merge of #99778 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-07-26 | Update cargo | Eric Huss | -0/+0 |
| 2022-07-26 | Clippy fallout. | Camille GILLOT | -1/+1 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -2/+2 |
| 2022-07-26 | Rollup merge of #99724 - ehuss:fix-broken-links-fragment, r=Dylan-DPC | Matthias Krüger | -5/+0 |
| 2022-07-26 | Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-... | Amos Wenger | -210/+624 |
| 2022-07-26 | Rollup merge of #99720 - bjorn3:sync_cg_clif-2022-07-25, r=bjorn3 | Yuki Okushi | -3/+11 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -32/+46 |
| 2022-07-25 | Clippy fallout. | Camille GILLOT | -32/+46 |
| 2022-07-25 | Fix some broken link fragments. | Eric Huss | -5/+0 |
| 2022-07-25 | update Miri | Ralf Jung | -8/+8 |
| 2022-07-25 | Update list of allowed dependencies | bjorn3 | -3/+11 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -1/+1 |
| 2022-07-24 | Make macros test order-resistant | Amos Wenger | -2/+7 |
| 2022-07-24 | Sort when iterating through CrateGraph | Amos Wenger | -18/+15 |
| 2022-07-24 | Sort in DefMap::dump, since HashMap iteration order isn't defined | Amos Wenger | -34/+33 |
| 2022-07-24 | hir-def tests: sort results before comparing, since FxHashSet iteration order... | Amos Wenger | -25/+28 |
| 2022-07-24 | Fix .gitattributes for test_data | Amos Wenger | -224/+225 |
| 2022-07-24 | Small fixups | Joshua Nelson | -4/+6 |
| 2022-07-24 | Move cfg attrs up to the mod definitions to disable sourcegen | Amos Wenger | -32/+7 |
| 2022-07-24 | Disable all source-gen tests at compile time | Amos Wenger | -5/+63 |
| 2022-07-24 | Don't run slow tests in Rust CI, only RA CI | Amos Wenger | -3/+4 |
| 2022-07-24 | Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9... | Amos Wenger | -0/+345854 |
| 2022-07-24 | Remove rust-analyzer submodule | Amos Wenger | -11/+0 |
| 2022-07-24 | Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -0/+19 |
| 2022-07-23 | Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomez | bors | -9/+1 |
| 2022-07-23 | Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnr | Guillaume Gomez | -9/+1 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+5 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+19 |
| 2022-07-23 | Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-07-23 | Auto merge of #99599 - RalfJung:miri-stage-0, r=RalfJung | bors | -8/+8 |
| 2022-07-22 | Update mdbook | Eric Huss | -1/+1 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -9/+1 |
| 2022-07-22 | update Miri | Ralf Jung | -8/+8 |
| 2022-07-22 | cargotest: do not run quickcheck tests in xsv | Ralf Jung | -1/+28 |
| 2022-07-21 | Auto merge of #99530 - RalfJung:miri, r=oli-obk | bors | -7/+9 |
| 2022-07-21 | update Miri | Ralf Jung | -7/+9 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -2/+2 |
| 2022-07-20 | Rollup merge of #99488 - luqmana:debuginfo-revisions, r=tmiasko | Matthias Krüger | -24/+54 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+5 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -1/+0 |
| 2022-07-20 | compiletest: dedup revision line logic. | Luqman Aden | -31/+27 |
| 2022-07-20 | compiletest: allow using revisions with debuginfo tests | Luqman Aden | -13/+47 |
| 2022-07-19 | Update cargo | Eric Huss | -0/+0 |
| 2022-07-19 | Rollup merge of #99453 - lnicola:rust-analyzer-2022-07-19, r=lnicola | Matthias Krüger | -7/+9 |
| 2022-07-19 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+9 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+6 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -944/+3408 |