index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
hir-def
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra
Laurențiu Nicola
-76
/
+181
2023-12-11
Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-ra
Laurențiu Nicola
-470
/
+957
2023-12-04
Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra
Laurențiu Nicola
-27
/
+29
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-27
Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra
Laurențiu Nicola
-9
/
+0
2023-11-16
Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra
Laurențiu Nicola
-181
/
+327
2023-11-08
Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra
Laurențiu Nicola
-67
/
+100
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-18
/
+0
2023-09-18
Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra
Laurențiu Nicola
-367
/
+1487
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-1
/
+1
2023-08-21
Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra
Laurențiu Nicola
-643
/
+1388
2023-08-07
Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra
Laurențiu Nicola
-123
/
+265
2023-07-24
Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra
Laurențiu Nicola
-2
/
+2
2023-07-17
Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra
Laurențiu Nicola
-786
/
+968
2023-06-19
Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra
Laurențiu Nicola
-259
/
+638
2023-06-05
Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra
Laurențiu Nicola
-2091
/
+4355
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-4
/
+0
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
-3
/
+3
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
-3
/
+3
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
-46
/
+129
2023-03-13
:arrow_up: rust-analyzer
Laurențiu Nicola
-448
/
+764
2023-02-20
:arrow_up: rust-analyzer
Laurențiu Nicola
-125
/
+227
2023-02-13
:arrow_up: rust-analyzer
Laurențiu Nicola
-713
/
+512
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2023-01-09
:arrow_up: rust-analyzer
arcnmx
-165
/
+589
2022-11-23
:arrow_up: rust-analyzer
Laurențiu Nicola
-34
/
+86
2022-11-09
:arrow_up: rust-analyzer
Laurențiu Nicola
-4
/
+7
2022-11-01
:arrow_up: rust-analyzer
Laurențiu Nicola
-3
/
+16
2022-10-26
:arrow_up: rust-analyzer
Laurențiu Nicola
-10
/
+26
2022-10-18
:arrow_up: rust-analyzer
Laurențiu Nicola
-23
/
+43
2022-10-11
rename rustc_allocator_nounwind to rustc_nounwind
Ralf Jung
-1
/
+1
2022-10-11
:arrow_up: rust-analyzer
Laurențiu Nicola
-68
/
+313
2022-09-20
:arrow_up: rust-analyzer
Laurențiu Nicola
-139
/
+247
2022-09-06
:arrow_up: rust-analyzer
Laurențiu Nicola
-249
/
+269
2022-08-30
:arrow_up: rust-analyzer
Laurențiu Nicola
-21
/
+64
2022-08-23
:arrow_up: rust-analyzer
Laurențiu Nicola
-201
/
+927
2022-08-16
:arrow_up: rust-analyzer
Laurențiu Nicola
-14
/
+16
2022-08-09
:arrow_up: rust-analyzer
Laurențiu Nicola
-3
/
+3
2022-08-02
:arrow_up: rust-analyzer
Laurențiu Nicola
-16
/
+28
2022-07-26
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-...
Amos Wenger
-65
/
+141
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
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9...
Amos Wenger
-0
/
+27627