| Age | Commit message (Expand) | Author | Lines |
| 2023-05-07 | Remove `identity_future` from stdlib | Arpad Borsos | -1/+0 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -6/+6 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+4 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -6/+6 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -4/+0 |
| 2023-04-21 | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov | bors | -1/+5 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -4/+0 |
| 2023-03-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -610/+2220 |
| 2023-03-13 | Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicola | bors | -3055/+12635 |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3055/+12635 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -2/+2 |
| 2023-03-11 | Renamed to byte_range and changed Range generics [skip ci] | Michael van Straten | -1/+1 |
| 2023-03-10 | Fixed rust-analyser: no implementation for position() | Michael van Straten | -1/+5 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -942/+1800 |
| 2023-02-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -9698/+11188 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 |
| 2023-01-09 | :arrow_up: rust-analyzer | arcnmx | -5744/+14558 |
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -895/+2089 |
| 2022-11-09 | Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicola | Michael Goulet | -422/+1216 |
| 2022-11-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -422/+1216 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -4/+2 |
| 2022-11-05 | Remove `unescape_byte_literal`. | Nicholas Nethercote | -4/+2 |
| 2022-11-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -404/+824 |
| 2022-10-26 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1584/+2221 |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1631/+3127 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -1/+1 |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1093/+2885 |
| 2022-10-09 | update to syn-1.0.102 | Andres Suarez | -4/+4 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -2/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -4/+4 |
| 2022-09-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -628/+1587 |
| 2022-09-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -143/+529 |
| 2022-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -908/+2934 |
| 2022-09-01 | Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb | bors | -55/+4 |
| 2022-08-30 | :arrow_up: rust-analyzer | Laurențiu Nicola | -845/+1985 |
| 2022-08-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -625/+2091 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -1/+1 |
| 2022-08-17 | avoid a `&str` to `String` conversion | Takayuki Maeda | -1/+1 |
| 2022-08-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -5108/+5774 |
| 2022-08-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -281/+1636 |
| 2022-08-06 | proc_macro/bridge: send diagnostics over the bridge as a struct | Nika Layzell | -55/+4 |
| 2022-08-02 | :arrow_up: rust-analyzer | Laurențiu Nicola | -241/+765 |
| 2022-07-26 | Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-... | Amos Wenger | -210/+624 |
| 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 |