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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2015-01-15
rollup merge of #21199: dotdash/decode_lamba
Alex Crichton
-4
/
+3
2015-01-15
rollup merge of #21161: japaric/ufcs-hash
Alex Crichton
-2
/
+12
2015-01-15
rollup merge of #21144: nagisa/asm-str-fix
Alex Crichton
-0
/
+6
2015-01-15
rollup merge of #21052: nick29581/methods-ext
Alex Crichton
-73
/
+317
2015-01-15
Avoid unnecessary closures when deriving RustcDecodable
Björn Steinbrink
-4
/
+3
2015-01-14
use better span
Jorge Aparicio
-11
/
+11
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-2
/
+12
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-73
/
+317
2015-01-14
Disallow a form of invalid asm! macro
Simonas Kazlauskas
-0
/
+6
2015-01-13
Update #[deriving] documentation.
Huon Wilson
-25
/
+28
2015-01-10
core: rm unused lifetime.
Huon Wilson
-6
/
+2
2015-01-08
Test fixes.
Huon Wilson
-3
/
+3
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-17
/
+18
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-18
/
+2
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-173
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-144
/
+142
2015-01-07
use slicing sugar
Jorge Aparicio
-144
/
+142
2015-01-07
std: Stablize the macros module
Alex Crichton
-173
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+2
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-14
/
+19
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-8
/
+185
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-2
/
+2
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-26
/
+44
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-3
/
+3
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-26
/
+44
2015-01-06
Register new snapshots
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-11
/
+11
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-5
/
+5
2015-01-07
fallout
Nick Cameron
-3
/
+4
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-29
/
+74
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+11
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-116
/
+117
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-5
/
+5
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-3
/
+3
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-8
/
+140
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-146
/
+135
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-15
/
+7
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-9
/
+11
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-6
/
+6
2015-01-05
Allow selective macro import
Keegan McAllister
-2
/
+5
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-59
/
+14
2015-01-05
syntax: remove remaining boxed closures
Jorge Aparicio
-33
/
+29
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-72
/
+34
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-18
/
+27
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
[next]