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_map
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-11
/
+18
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+3
2015-04-01
Fallout in libsyntax
Niko Matsakis
-3
/
+3
2015-04-01
Fallout in libsyntax/librustc: use newtype'd options for linked lists,
Niko Matsakis
-5
/
+16
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-24
/
+26
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-200
/
+77
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-30
/
+26
2015-03-10
Auto merge of #23028 - Munksgaard:get_attrs_opt, r=eddyb
bors
-15
/
+12
2015-03-10
with_attrs -> attrs
Philip Munksgaard
-15
/
+12
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+3
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-1
/
+1
2015-02-22
Add support for default trait impls in libsyntax
Flavio Percoco
-0
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-12
/
+12
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-12
/
+12
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-3
/
+3
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-6
/
+6
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-4
/
+4
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-28
Remove unnecessary to_string() call.
Ms2ger
-1
/
+1
2015-01-28
Remove a custom variant of iter::Cloned.
Ms2ger
-16
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-23
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-23
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
libsyntax: uint types to usize
Paul Collier
-6
/
+6
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-13
Add view items to the ast map
Nick Cameron
-0
/
+22
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-14
/
+14
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-13
/
+13
2015-01-07
Register new snapshots
Alex Crichton
-8
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-5
/
+12
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+12
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-13
/
+13
2015-01-05
remove TyClosure
Jorge Aparicio
-3
/
+0
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
syntax: fix fallout
Jorge Aparicio
-4
/
+10
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-2
/
+2
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-2
/
+2
[next]