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
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
Replace some `bool` params with an enum
Maybe Waffle
-0
/
+6
2022-09-16
more simple formatting
Rageking8
-34
/
+34
2022-09-12
Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726
Dylan DPC
-6
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-25
Handle `Err` in `ast::LitKind::to_token_lit`.
Nicholas Nethercote
-1
/
+3
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-2
/
+2
2022-08-19
use <[u8]>::escape_ascii instead of core::ascii::escape_default
KaDiWa
-6
/
+1
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-9
/
+9
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-2
/
+2
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-4
/
+6
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-1
/
+3
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-03-09
Implement macro meta-variable expressions
Caio
-1
/
+1
2022-02-26
2 - Make more use of let_chains
Caio
-4
/
+4
2022-02-24
Inline a hot closure in `from_lit_token`.
Nicholas Nethercote
-17
/
+22
2022-02-07
Add test for block doc comments horizontal trim
Guillaume Gomez
-14
/
+6
2022-02-07
Fix horizontal trim for block doc comments
Guillaume Gomez
-6
/
+38
2022-01-19
Correctly handle starts in block doc comments
Guillaume Gomez
-11
/
+32
2021-12-28
Fix invalid removal of backlines from doc comments
Guillaume Gomez
-7
/
+0
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
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-08
Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514
Guillaume Gomez
-1
/
+1
2021-11-06
Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillot
Matthias Krüger
-4
/
+4
2021-11-06
Fix last doc code comment being removed if it only had one character
Guillaume Gomez
-1
/
+1
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+4
2021-11-05
Use one match instead of a staggered match.
Hans Kratz
-11
/
+2
2021-11-04
Optimize literal, doc comment lint as well, extract function.
Hans Kratz
-0
/
+44
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-2
/
+2
2021-08-30
Handle let-else initializer edge case errors
Cameron Steffen
-0
/
+27
2021-07-30
Add warning when whitespace is not skipped after an escaped newline.
Anton Golov
-4
/
+20
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-5
/
+5
2021-01-16
Remove unnecessary manual shrink_to_fit calls
Dániel Buga
-3
/
+0
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-5
/
+4
2020-12-28
Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
Dylan DPC
-13
/
+11
2020-12-24
use matches!() macro in more places
Matthias Krüger
-13
/
+11
2020-12-22
Rework beautify_doc_string so that it returns a Symbol instead of a String
Guillaume Gomez
-35
/
+37
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-168
/
+0
2020-10-18
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
bors
-1
/
+1
2020-10-18
No need to map the max_distance
Dániel Buga
-1
/
+1
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+2
2020-10-14
Remove unused code from rustc_ast
est31
-1
/
+0
2020-10-04
Remove extra indirection in LitKind::ByteStr
Robin Schoonover
-3
/
+2
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1180
[prev]