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
/
ext
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-22
Stop re-exporting PathParameters's variants.
Ms2ger
-2
/
+2
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-3
/
+3
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-3
/
+3
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-13
/
+12
2015-12-14
[breaking-change] move ast_util functions to methods
faineance
-5
/
+4
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+3
2015-10-31
Remove PatWildMulti
Vadim Petrochenkov
-1
/
+1
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-2
/
+2
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-5
/
+4
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-4
/
+7
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-5
/
+5
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-1
/
+0
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-2
/
+6
2015-10-13
Unify structures and enum variants in AST
Vadim Petrochenkov
-3
/
+8
2015-10-09
Some cleanup of no longer used AST things
Nick Cameron
-1
/
+1
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-1
/
+1
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-9
/
+0
2015-09-17
Remove Visibility field from enum variants
Simonas Kazlauskas
-1
/
+0
2015-08-08
rustc: rename multiple imports in a list
Sean McArthur
-1
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-66
/
+14
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-2
/
+1
2015-07-26
Remove `ast::LocalSource` with only one used variant
mitaa
-2
/
+0
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+1
2015-05-02
Rename AstBuilder::expr_int -> AstBuilder::expr_isize
Manish Goregaokar
-2
/
+2
2015-04-11
Change the rt::unwind line argument type from usize to u32.
Ryan Prichard
-1
/
+1
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-2
/
+2
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-13
/
+13
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-22
/
+22
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-1
/
+1
2015-02-24
Remove double expr_u32 (fixup #22700)
Manish Goregaokar
-3
/
+0
2015-02-24
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
Manish Goregaokar
-0
/
+3
2015-02-23
int audit - libcore::fmt
Nick Cameron
-0
/
+4
2015-02-23
Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581
bors
-0
/
+4
2015-02-21
Resolve barriers to changing column!() / line!() return type to u32 in #19284...
Brian Brooks
-0
/
+4
2015-02-21
Resolve includeme.fragment conflict.
Brian Brooks
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-10
rollup merge of #21943: hugwijst/extctxt_ufcs
Alex Crichton
-0
/
+56
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-4
/
+5
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-17
/
+28
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-3
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-1
/
+2
2015-02-04
Add QPath construction to ExtCtxt for UFCS support.
Hugo van der Wijst
-0
/
+56
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-2
/
+2
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-3
/
+3
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-41
/
+36
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-41
/
+36
2015-01-18
libsyntax: int types -> isize
Paul Collier
-2
/
+2
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-5
/
+5
2015-01-17
libsyntax: uint types to usize
Paul Collier
-4
/
+4
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-2
/
+3
[next]