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
/
print
Age
Commit message (
Expand
)
Author
Lines
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
-5
/
+5
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-1
/
+1
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-6
/
+4
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+4
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-13
/
+18
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-19
/
+1
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+3
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-1
/
+1
2014-12-26
Changes to RustDoc
Nick Cameron
-7
/
+12
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-11
/
+11
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+7
2014-12-22
rollup merge of #20124: klutzy/pprust-asm
Alex Crichton
-5
/
+23
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-131
/
+134
2014-12-22
pprust: Fix asm options
klutzy
-5
/
+23
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-3
/
+2
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-2
/
+9
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-2
/
+9
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-3
/
+2
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-17
/
+7
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-13
/
+29
2014-12-17
rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-option
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19831: luqmana/deriving-where
Alex Crichton
-0
/
+1
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-1
/
+1
2014-12-15
Fix pretty printing of HRTB syntax
Brian Koropoff
-0
/
+5
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-3
/
+7
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-3
/
+5
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-24
/
+24
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-47
/
+2
2014-12-14
libsyntax: Output where clauses in pretty printer for structs.
Luqman Aden
-0
/
+1
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-12
/
+18
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-2
/
+26
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+14
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-3
/
+3
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-01
auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie
bors
-27
/
+16
2014-11-30
syntax: Make `asm!` clobbers a proper vector.
Kang Seonghoon
-1
/
+5
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-27
/
+16
2014-11-26
rollup merge of #19326: huonw/safer-syntax
Alex Crichton
-1
/
+1
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-20
/
+6
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-1
/
+1
2014-11-26
Implement the new parsing rules for types in the parser, modifying the AST ap...
Niko Matsakis
-8
/
+16
2014-11-26
Make syntax::owned_slice a Box<[T]> wrapper.
Huon Wilson
-1
/
+1
2014-11-23
rollup merge of #19215: aochagavia/pretty
Jakub Bukaj
-21
/
+16
2014-11-23
Remove type parameters from ExprField and ExprTupField
Adolfo OchagavĂa
-16
/
+2
2014-11-22
Fix pretty printing unsafe match arms
Adolfo OchagavĂa
-21
/
+16
2014-11-21
core: Convert Char::escape_default, escape_unicode to iterators
Brian Anderson
-1
/
+3
2014-11-20
auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...
bors
-43
/
+4
2014-11-19
rollup merge of #19103: huonw/literal-suffixes
Jakub Bukaj
-12
/
+22
[prev]
[next]