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
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-38
/
+11
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-30
/
+21
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-15
/
+15
2015-01-21
syntax: merge ast::ViewItem into ast::Item.
Eduard Burtescu
-38
/
+11
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-30
/
+21
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-0
/
+5
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-17
libsyntax: uint types to usize
Paul Collier
-14
/
+14
2015-01-15
auto merge of #21052 : nick29581/rust/methods-ext, r=sfackler
bors
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-2
/
+4
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-1
/
+1
2015-01-13
Add view items to the ast map
Nick Cameron
-0
/
+13
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-8
/
+36
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Register new snapshots
Alex Crichton
-4
/
+0
2015-01-06
More test fixes
Alex Crichton
-5
/
+5
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-6
/
+0
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-2
/
+2
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-6
/
+0
2015-01-06
Register new snapshots
Alex Crichton
-16
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-12
/
+55
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-4
/
+4
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-12
/
+55
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-4
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+23
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
Allow selective macro import
Keegan McAllister
-0
/
+1
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-0
/
+1
2015-01-05
remove TyClosure
Jorge Aparicio
-2
/
+0
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-1
/
+14
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+7
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-22
/
+18
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+19
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+19
2015-01-04
Merge pull request #20452 from brson/rustup
bors
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-104
/
+104
2015-01-02
Merge remote-tracking branch 'erickt/rustup'
Brian Anderson
-1
/
+1
2015-01-02
rollup merge of #20425: sanxiyn/opt-local-ty
Alex Crichton
-1
/
+1
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-1
/
+2
2014-12-30
Add a FIXME relating to using `ast::Name`
Niko Matsakis
-1
/
+1
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-5
/
+10
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-1
/
+0
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+1
[next]