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
/
librustc_ast_passes
Age
Commit message (
Expand
)
Author
Lines
2020-04-13
allow const generics in const fn
Bastian Kauschke
-24
/
+1
2020-04-06
Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril
Mazdak Farrokhzad
-14
/
+55
2020-04-05
Reduce the visual clutter
Esteban Küber
-2
/
+7
2020-04-05
review comments: use `partition_map`
Esteban Küber
-21
/
+13
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-8
/
+6
2020-03-29
review comment: wording
Esteban Küber
-8
/
+1
2020-03-29
Suggest correct order for arguments when encountering early constraints
Esteban Küber
-21
/
+35
2020-03-28
Suggest correct order for args and constraints
Esteban Küber
-0
/
+23
2020-03-28
Point at all constraints before args
Esteban Küber
-14
/
+28
2020-03-27
add the label back but make it shorter
Mazdak Farrokhzad
-1
/
+2
2020-03-27
address some review comments
Mazdak Farrokhzad
-5
/
+1
2020-03-27
parse: move constraint/arg restriction to ast_validation.
Mazdak Farrokhzad
-12
/
+48
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-2
/
+2
2020-03-26
Rollup merge of #70424 - lcnr:nit, r=Centril
Mazdak Farrokhzad
-5
/
+1
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-5
/
+5
2020-03-26
simplify match stmt
Bastian Kauschke
-5
/
+1
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-3
/
+3
2020-03-21
Rollup merge of #70032 - lcnr:issue69970, r=varkor
Dylan DPC
-0
/
+2
2020-03-19
sort generic param order in generics_of
Bastian Kauschke
-0
/
+2
2020-03-16
Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis
bors
-6
/
+14
2020-03-16
ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`
Vadim Petrochenkov
-1
/
+1
2020-03-15
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
Mazdak Farrokhzad
-4
/
+4
2020-03-15
Add `min_specialization` feature
Matthew Jasper
-6
/
+14
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-4
/
+4
2020-03-12
Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril
Mazdak Farrokhzad
-53
/
+82
2020-03-11
review comments
Esteban Küber
-51
/
+53
2020-03-10
review comments
Esteban Küber
-37
/
+16
2020-03-10
Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison
Mazdak Farrokhzad
-1
/
+0
2020-03-06
review comment
Esteban Küber
-15
/
+10
2020-03-06
Suggest removal of auto trait super traits and type params
Esteban Küber
-1
/
+13
2020-03-06
Further tweak spans in ast validation errors
Esteban Küber
-11
/
+48
2020-03-05
review comments
Esteban Küber
-28
/
+24
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-14
/
+22
2020-03-01
ast: Unmerge structures for associated items and foreign items
Vadim Petrochenkov
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-15
/
+15
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-27
Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis
bors
-65
/
+17
2020-02-27
Remove spotlight usage
Guillaume Gomez
-1
/
+0
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-15
/
+20
2020-02-24
add `Span` to `ast::Defaultness::Default`.
Mazdak Farrokhzad
-6
/
+10
2020-02-22
Add invalid argument spans to `GenericArgCountMismatch`
varkor
-1
/
+1
2020-02-22
Move generic arg / param validation to `create_substs_for_generic_args`
varkor
-64
/
+16
2020-02-22
parse: allow `type Foo: Ord` syntactically.
Mazdak Farrokhzad
-1
/
+8
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-13
/
+94
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-3
/
+3
2020-02-15
reject assoc statics & extern consts during parsing
Mazdak Farrokhzad
-25
/
+3
2020-02-15
parse extern consts
Mazdak Farrokhzad
-1
/
+18
2020-02-15
parse associated statics.
Mazdak Farrokhzad
-2
/
+7
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-7
/
+27
2020-02-15
ast: make `= <expr>;` optional in free statics/consts.
Mazdak Farrokhzad
-0
/
+8
[next]