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
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
rollup merge of #20594: nikomatsakis/orphan-ordered
Alex Crichton
-0
/
+20
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-65
/
+11
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-8
/
+16
2015-01-05
rollup merge of #20424: jroesch/tuple-struct-where-clause-fix
Alex Crichton
-41
/
+91
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-3
/
+49
2015-01-05
rollup merge of #20099: P1start/parse-more-macro-ops
Alex Crichton
-5
/
+10
2015-01-05
Un-gate macro_rules
Keegan McAllister
-7
/
+2
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-9
/
+11
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-23
/
+24
2015-01-05
Allow selective macro import
Keegan McAllister
-2
/
+6
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-60
/
+15
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-38
/
+17
2015-01-06
Fix the obsolete message
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-3
/
+3
2015-01-06
Obsolete `Sized? T`
Nick Cameron
-3
/
+9
2015-01-06
Remove the prefix in ObsoleteSyntax variants
Nick Cameron
-34
/
+34
2015-01-05
syntax: remove dead code
Jorge Aparicio
-2
/
+1
2015-01-05
syntax: make the closure type `f: |uint| -> bool` syntax obsolete
Jorge Aparicio
-16
/
+18
2015-01-05
remove TyClosure
Jorge Aparicio
-57
/
+2
2015-01-05
syntax: remove remaining boxed closures
Jorge Aparicio
-33
/
+29
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-0
/
+8
2015-01-05
tweak the obsolete syntax message
Jorge Aparicio
-2
/
+2
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-74
/
+57
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-19
/
+29
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-5
/
+3
2015-01-05
syntax: obsolete the `for Sized?` syntax
Jorge Aparicio
-2
/
+12
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-05
Implement macro re-export
Keegan McAllister
-1
/
+50
2015-01-05
Allow leading :: in use items
Keegan McAllister
-0
/
+4
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-9
/
+82
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-57
/
+30
2015-01-05
Ungate default type parameters.
Huon Wilson
-33
/
+8
2015-01-05
Ungate globs.
Huon Wilson
-8
/
+2
2015-01-05
Ungate associated types.
Huon Wilson
-24
/
+1
2015-01-05
Refactor struct parsing and add tests
Jared Roesch
-46
/
+78
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-52
/
+119
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-8
/
+16
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-9
/
+66
2015-01-04
Fix the parsing of where-clauses for structs
Jared Roesch
-3
/
+21
2015-01-05
auto merge of #20163 : bfops/rust/master, r=Gankro
bors
-11
/
+8
2015-01-04
Put negative trait implemtations behind a feature gate
Flavio Percoco
-1
/
+14
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-9
/
+53
2015-01-04
Merge pull request #20452 from brson/rustup
bors
-1
/
+1
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-11
/
+8
2015-01-03
Remove deprecated functionality
Alex Crichton
-114
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-193
/
+193
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-12
/
+12
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-5
/
+15
2015-01-03
syntax: fix fallout
Jorge Aparicio
-11
/
+19
[prev]
[next]