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_parse
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-1
/
+1
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-08-01
Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov
bors
-2
/
+2
2023-07-31
Remove `desugar_doc_comments` arg from `Parser::new()`.
Nicholas Nethercote
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-04-27
Migrate trivially translatable `rustc_parse` diagnostics
clubby789
-14
/
+3
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-28
refactor parse_token_trees to not return unmatched_delims
yukang
-24
/
+1
2023-02-28
no need to return unmatched_delims from tokentrees
yukang
-10
/
+6
2023-02-28
rename unmatched_braces to unmatched_delims
yukang
-5
/
+5
2023-02-28
Exit when there are unmatched delims to avoid noisy diagnostics
yukang
-3
/
+10
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-4
/
+5
2022-11-11
Recover from fn ptr tys with generic param list
León Orell Valerian Liehr
-0
/
+1
2022-10-10
Fix compiler docs
Guillaume Gomez
-1
/
+2
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-0
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-24
Update doc comments that refer to config parameter
Daniel Bevenius
-2
/
+2
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-06-27
various: add `rustc_lint_diagnostics` to diag fns
David Wood
-0
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-111
/
+6
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-5
/
+25
2022-03-28
Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov
Dylan DPC
-1
/
+0
2022-03-27
Make fatal DiagnosticBuilder yield never
Michael Goulet
-0
/
+1
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-1
/
+0
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-4
/
+4
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-1
/
+1
2022-02-28
4 - Make more use of `let_chains`
Caio
-1
/
+2
2022-02-16
Adopt let_else in even more places
est31
-0
/
+1
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+6
2021-09-20
Add some more tracing
Oli Scherer
-0
/
+3
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-2
/
+0
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-1
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-13
/
+12
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+43
2021-08-18
Remove box syntax from rustc_parse
est31
-1
/
+0
2021-06-04
replaced feature-gate use with cfg_attr
marcusdunn
-1
/
+1
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+4
[next]