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-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
2014-12-29
syntax: whitespace cleanup
Erick Tryzelaar
-1
/
+1
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-1
/
+1
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-5
/
+10
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-103
/
+106
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-103
/
+106
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20039: barosl/if-let-friendly-error
Alex Crichton
-4
/
+3
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-3
/
+1
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-2
/
+11
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-4
/
+3
2014-12-20
Print a friendly error for the if-let construct without an else block
Barosl Lee
-1
/
+1
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-90
/
+30
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+15
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-1
/
+1
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-1
/
+2
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-1
/
+2
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-17
/
+12
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-3
/
+0
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-2
/
+41
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+64
2014-11-30
syntax: Make `asm!` clobbers a proper vector.
Kang Seonghoon
-1
/
+1
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-4
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-4
/
+2
2014-11-26
Implement the new parsing rules for types in the parser, modifying the AST ap...
Niko Matsakis
-1
/
+3
2014-11-23
Remove type parameters from ExprField and ExprTupField
Adolfo OchagavĂa
-2
/
+2
2014-11-20
auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...
bors
-2
/
+1
2014-11-19
rollup merge of #19103: huonw/literal-suffixes
Jakub Bukaj
-1
/
+1
2014-11-19
rollup merge of #19040: alexcrichton/issue-18904
Jakub Bukaj
-1
/
+1
2014-11-19
Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...
Niko Matsakis
-2
/
+1
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-1
/
+1
2014-11-19
Refactor QPath to take an ast::TraitRef
Niko Matsakis
-3
/
+3
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-1
/
+1
2014-11-18
Convert TyPolyTraitRef to accept arbitary bounds, so that things like
Niko Matsakis
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+49
[prev]
[next]