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
/
libsyntax
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-01
Auto merge of #51883 - estebank:placement-suggestion, r=varkor
bors
-0
/
+10
2018-06-28
Suggest correct comparison against negative literal
Esteban Küber
-0
/
+10
2018-06-27
Add a convenience method for getting the impl Trait `NodeId` of an `IsAysnc`
Oliver Schneider
-0
/
+7
2018-06-27
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-2
/
+5
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+5
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-1
/
+1
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-2
/
+2
2018-06-21
async await desugaring and tests
Taylor Cramer
-2
/
+22
2018-06-21
Parse async fn header.
Without Boats
-5
/
+32
2018-06-20
Rename ParenthesizedArgData to ParenthesisedArgs
varkor
-3
/
+3
2018-06-20
Make GenericBound explicit
varkor
-5
/
+4
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-13
/
+13
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-3
/
+3
2018-06-20
Take advantage of the lifetime refactoring
varkor
-1
/
+1
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-3
/
+1
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-23
/
+22
2018-06-20
Rename structures in ast
varkor
-10
/
+10
2018-06-20
Remove AngleBracketedArgs impl
varkor
-22
/
+0
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-39
/
+0
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-25
/
+22
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-14
/
+14
2018-06-20
Make method and variable names more consistent
varkor
-4
/
+4
2018-06-20
Rename "parameter" to "arg"
varkor
-17
/
+17
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-14
/
+14
2018-06-20
Rename *Parameter to *Param
varkor
-4
/
+4
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-4
/
+30
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-3
/
+6
2018-05-26
Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov
bors
-0
/
+3
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+3
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-35
/
+2
2018-05-24
Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis
bors
-1
/
+1
2018-05-24
Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov
bors
-0
/
+8
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-1
/
+1
2018-05-22
add `Span` information into `Qself`
Niko Matsakis
-0
/
+5
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+8
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-6
/
+18
2018-05-17
Turn some functions from `token.rs` into methods on `Ident`
Vadim Petrochenkov
-2
/
+1
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-3
/
+3
2018-05-02
make it compile again
flip1995
-1
/
+1
2018-05-02
Allow Path for name of MetaItem
Seiichi Uchida
-2
/
+2
2018-04-30
Auto merge of #50092 - abonander:issue-49934, r=petrochenkov
bors
-1
/
+1
2018-04-29
Warn on pointless `#[derive]` in more places
Austin Bonander
-1
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-18
Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton
bors
-2
/
+2
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-6
/
+1
2018-04-12
Change the hashcounts in raw `Lit` variants from usize to u16.
Nicholas Nethercote
-2
/
+2
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-16
/
+8
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-2
/
+2
[next]