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
2014-11-07
auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
bors
-419
/
+511
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-93
/
+160
2014-11-06
rollup merge of #18630 : nikomatsakis/purge-the-bars
Alex Crichton
-281
/
+391
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-9
/
+9
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-160
/
+22
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-103
/
+285
2014-11-06
Restructure parsing of paths, which is quite tortured
Niko Matsakis
-42
/
+108
2014-11-05
Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+6
2014-11-05
Use operator sugar in the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-5
/
+31
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-7
/
+18
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-156
/
+33
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-248
/
+385
2014-11-05
Register snapshots.
Eduard Burtescu
-97
/
+0
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-7
/
+27
2014-11-04
Implement flexible target specification
Corey Richardson
-64
/
+10
2014-11-03
rollup merge of #18578 : japaric/clone
Alex Crichton
-3
/
+11
2014-11-03
rollup merge of #18568 : gamazeps/issue18551
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18562 : nick29581/dxr-1
Alex Crichton
-17
/
+16
2014-11-03
rollup merge of #18506 : nikomatsakis/assoc-type-bounds
Alex Crichton
-45
/
+46
2014-11-03
syntax: Use UFCS in the expansion of `#[deriving(Clone)]`
Jorge Aparicio
-3
/
+11
2014-11-03
rollup merge of #18318 : arielb1/transmute-cleanup
Alex Crichton
-29
/
+23
2014-11-03
rollup merge of #18132 : P1start/more-help
Alex Crichton
-8
/
+17
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-45
/
+46
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-18
/
+15
2014-11-03
Clean-up transmutes in libsyntax
Ariel Ben-Yehuda
-11
/
+8
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2014-11-03
rollup merge of #18542 : jakub-/struct-inherit-feature-gate
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18537 : japaric/no-secret
Alex Crichton
-18
/
+19
2014-11-03
rollup merge of #18519 : Gankro/collect-smash
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-21
/
+37
2014-11-03
Doc: corrects obsolete pointer syntax
gamazeps
-1
/
+1
2014-11-03
Ignore whitespace tokens when re-computing spans in save_analysis
Nick Cameron
-17
/
+16
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-02
Mark the `struct_inherit` feature as removed
Jakub Bukaj
-1
/
+1
2014-11-02
syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`
Jorge Aparicio
-18
/
+19
2014-11-02
Convert some notes to help messages
P1start
-8
/
+17
2014-11-01
collections: Remove all collections traits
Alex Crichton
-14
/
+14
2014-10-31
DSTify Hash
Jorge Aparicio
-7
/
+7
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-21
/
+37
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-25
/
+22
2014-10-30
rollup merge of #18430 : bjz/token
Alex Crichton
-364
/
+360
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-8
/
+8
2014-10-30
rollup merge of #18417 : P1start/lint-fixes
Alex Crichton
-0
/
+24
2014-10-30
rollup merge of #18409 : gamazeps/issue15273
Alex Crichton
-0
/
+7
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-25
/
+22
2014-10-30
Add a message for when a `.` follows a macro invocation
P1start
-0
/
+10
2014-10-30
Improve the error message for parenthesised box expressions
P1start
-0
/
+14
2014-10-30
Formatting fixes
Brendan Zabarauskas
-13
/
+21
2014-10-30
Remove Token::get_close_delimiter
Brendan Zabarauskas
-58
/
+33
[next]