| Age | Commit message (Expand) | Author | Lines |
| 2022-09-02 | Auto merge of #101333 - matthiaskrgr:rollup-qpf1otj, r=matthiaskrgr | bors | -17/+20 |
| 2022-09-02 | Rollup merge of #101215 - est31:rustdoc_version_placeholder, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -16/+19 |
| 2022-09-02 | update Miri | Ralf Jung | -10/+8 |
| 2022-09-02 | Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle | Guillaume Gomez | -140/+194 |
| 2022-09-02 | Rollup merge of #97739 - a2aaron:let_underscore, r=estebank | Guillaume Gomez | -0/+1 |
| 2022-09-02 | Auto merge of #101248 - RalfJung:miri, r=RalfJung | bors | -8/+10 |
| 2022-09-02 | Also replace the version placeholder in rustc_attr | est31 | -1/+1 |
| 2022-09-01 | update Miri | Ralf Jung | -8/+10 |
| 2022-09-01 | Move error code book into a sub folder | Guillaume Gomez | -59/+40 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -0/+1 |
| 2022-09-01 | Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb | bors | -55/+4 |
| 2022-08-31 | Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgr | bors | -3973/+9254 |
| 2022-08-31 | Generate error index with mdbook instead of raw HTML pages | Guillaume Gomez | -139/+212 |
| 2022-08-31 | Use `CountIsStart` in clippy | Jason Newcomb | -3/+3 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -3973/+9254 |
| 2022-08-31 | fix a clippy test | Ralf Jung | -1/+1 |
| 2022-08-31 | Rollup merge of #101197 - lnicola:rust-analyzer-2022-08-30, r=lnicola | Yuki Okushi | -845/+1985 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -1/+1 |
| 2022-08-30 | :arrow_up: rust-analyzer | Laurențiu Nicola | -845/+1985 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -16/+21 |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -1/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -16/+21 |
| 2022-08-29 | Auto merge of #101147 - weihanglo:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2022-08-29 | Auto merge of #98626 - oli-obk:tracing, r=lcnr | bors | -0/+1 |
| 2022-08-29 | Update cargo | Weihang Lo | -0/+0 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -0/+1 |
| 2022-08-29 | Auto merge of #101143 - matthiaskrgr:rollup-g8y5k0g, r=matthiaskrgr | bors | -4/+4 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-08-29 | Auto merge of #100908 - lnicola:rust-analyzer-2022-08-23, r=lnicola | bors | -625/+2091 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -7/+3 |
| 2022-08-28 | Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgr | bors | -23/+11 |
| 2022-08-28 | Rollup merge of #101102 - est31:unstable_book_gen_write, r=Mark-Simulacrum | Matthias Krüger | -23/+10 |
| 2022-08-28 | Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2022-08-28 | Auto merge of #100863 - ehuss:sunset-rls, r=Mark-Simulacrum | bors | -27/+132 |
| 2022-08-27 | Sunset RLS | Eric Huss | -27/+132 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -0/+2 |
| 2022-08-28 | unstable-book-gen: use std::fs::write | est31 | -23/+10 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -0/+40 |
| 2022-08-27 | tidy: move directory traversal utility functions into dedicated module | est31 | -62/+74 |
| 2022-08-27 | tidy: forbid since values for features that point to the current release or f... | est31 | -5/+55 |
| 2022-08-27 | Rollup merge of #100924 - est31:closure_to_fn_ptr, r=Mark-Simulacrum | Yuki Okushi | -18/+17 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -2/+5 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -4/+4 |
| 2022-08-26 | Remove unused build dependency | Guillaume Gomez | -3/+0 |
| 2022-08-26 | Auto merge of #99487 - bmacnaughton:is_whitespace_updates, r=thomcc | bors | -2/+95 |
| 2022-08-25 | Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3 | Yuki Okushi | -0/+6 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -10/+5 |
| 2022-08-24 | Add new allowed deps | bjorn3 | -0/+6 |
| 2022-08-24 | Rollup merge of #100922 - GuillaumeGomez:rewrite-error-index, r=notriddle | Matthias Krüger | -223/+127 |