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_util.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-2
/
+2
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-03-30
Implement new type-checking strategy for binary operators. Basically,
Niko Matsakis
-22
/
+6
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+4
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-30
/
+2
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-19
/
+4
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-20
/
+19
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-56
/
+0
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-8
/
+8
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-4
/
+4
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-1
/
+1
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-2
/
+7
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-3
/
+0
2015-02-22
Add support for default trait impls in libsyntax
Flavio Percoco
-2
/
+6
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
Tweak pretty printing.
Niko Matsakis
-8
/
+2
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-2
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-1
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-6
/
+6
2015-02-02
rollup merge of #21817: edwardw/symmetric-binop
Alex Crichton
-0
/
+14
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-6
/
+6
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-10
/
+10
2015-02-01
Make use of a binary operator's RHS type for LHS inference
Edward Wang
-0
/
+14
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Simplify the implementation of segments_name_eq.
Ms2ger
-14
/
+7
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-6
/
+6
2015-01-22
Fix some grammar inconsistencies for the '..' range notation.
Daniel Grunwald
-2
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-65
/
+17
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-65
/
+17
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-9
/
+9
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-6
/
+10
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-11
/
+11
2015-01-08
RFC 558: Require parentheses for chained comparisons
Daniel Grunwald
-2
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-11
/
+11
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-6
/
+6
2015-01-06
test fallout from isize/usize
Corey Richardson
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-7
/
+7
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-6
/
+6
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-25
/
+29
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-1
/
+1
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-7
/
+7
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
syntax/ast_util: add `is_by_value_unop()`
Jorge Aparicio
-1
/
+9
[next]