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-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-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
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
[next]