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
/
compiler
/
rustc_ast
/
src
/
util
/
comments.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-23
more clippy::style fixes:
Matthias Krüger
-1
/
+1
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-16
/
+17
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-2
/
+2
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-4
/
+6
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-0
/
+8
2022-04-08
Fix invalid array access in `beautify_doc_string`
Guillaume Gomez
-1
/
+4
2022-02-07
Fix horizontal trim for block doc comments
Guillaume Gomez
-5
/
+11
2022-01-19
Correctly handle starts in block doc comments
Guillaume Gomez
-4
/
+25
2021-12-28
Fix invalid removal of backlines from doc comments
Guillaume Gomez
-7
/
+0
2021-11-10
Rollup merge of #90742 - est31:add_assign, r=davidtwco
Matthias Krüger
-1
/
+1
2021-11-09
Use AddAssign impl
est31
-1
/
+1
2021-11-06
Fix last doc code comment being removed if it only had one character
Guillaume Gomez
-1
/
+1
2020-12-28
Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
Dylan DPC
-4
/
+2
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+2
2020-12-22
Rework beautify_doc_string so that it returns a Symbol instead of a String
Guillaume Gomez
-28
/
+30
2020-08-30
mv compiler to compiler/
mark
-0
/
+222