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
/
parser
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-10
Enforce that ? and for<...> are not combined
Michael Goulet
-0
/
+13
2024-07-10
Improve error message
Michael Goulet
-0
/
+8
2024-07-10
Reorder modifiers and polarity to be *after* binder in trait bounds
Michael Goulet
-2
/
+2
2024-06-28
Move binder and polarity parsing into parse_generic_ty_bound
Michael Goulet
-38
/
+60
2024-06-26
Fix a span in `parse_ty_bare_fn`.
Nicholas Nethercote
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-15
/
+12
2024-06-17
Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...
Michael Goulet
-4
/
+10
2024-06-06
Reduce `pub` exposure.
Nicholas Nethercote
-1
/
+1
2024-06-01
Reject CVarArgs in parse_ty_for_where_clause
León Orell Valerian Liehr
-2
/
+3
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-05-13
Warn against redundant use<...>
Michael Goulet
-28
/
+30
2024-04-16
Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk
bors
-6
/
+49
2024-04-15
More polishing
Michael Goulet
-1
/
+3
2024-04-15
Use a path instead of an ident (and stop manually resolving)
Michael Goulet
-2
/
+5
2024-04-15
Validation and other things
Michael Goulet
-1
/
+1
2024-04-15
Implement resolution, parse use<Self>
Michael Goulet
-1
/
+7
2024-04-15
Use dedicated PreciseCapturingArg for representing what goes in use<>
Michael Goulet
-7
/
+23
2024-04-15
Parsing , pre-lowering support for precise captures
Michael Goulet
-4
/
+20
2024-04-04
Rename ModSep to PathSep
León Orell Valerian Liehr
-1
/
+1
2024-03-21
Use better variable names in some `maybe_whole!` calls.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-7
/
+7
2024-02-25
Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot
Matthias Krüger
-2
/
+2
2024-02-20
Support async trait bounds in macros
Michael Goulet
-3
/
+6
2024-02-20
Add newtype for trailing in parser
clubby789
-2
/
+2
2024-02-15
Add an `ErrorGuaranteed` to `ast::TyKind::Err`.
Nicholas Nethercote
-4
/
+6
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-2
/
+3
2024-01-31
Better error message in ed 2015
Michael Goulet
-2
/
+13
2024-01-31
Add async bound modifier to enable async Fn bounds
Michael Goulet
-5
/
+11
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-11
/
+10
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-11
/
+24
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-18
/
+18
2023-12-24
Remove `Parser` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-5
/
+6
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-48
/
+28
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-2
/
+2
2023-12-06
Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors
bors
-10
/
+12
2023-12-04
Address code review feedback
Eric Holk
-1
/
+1
2023-12-04
Option<CoroutineKind>
Eric Holk
-1
/
+1
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-2
/
+2
2023-12-04
Add genness to FnHeader
Eric Holk
-1
/
+2
2023-12-04
Fix parser ICE when recovering `dyn`/`impl` after `for<...>`
sjwang05
-10
/
+12
2023-11-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-1
/
+1
2023-11-19
Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco
Michael Goulet
-3
/
+37
2023-11-14
Fix some typos
cui fliter
-1
/
+1
2023-11-14
Recover `dyn` and `impl` after `for<...>`
Michael Goulet
-3
/
+37
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-5
/
+8
2023-10-04
Point to where missing return type should go
Michael Goulet
-1
/
+1
2023-08-29
suggest removing `impl` in generic trait bound position
y21
-12
/
+26
2023-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-0
/
+46
[prev]
[next]