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-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-2
/
+12
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
-89
/
+131
2015-01-06
Register new snapshots
Alex Crichton
-106
/
+10
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-64
/
+139
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-20
/
+24
2015-01-07
fallout
Nick Cameron
-52
/
+68
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
-64
/
+139
2015-01-06
Implement impl reachability rules. This is a [breaking-change]. Type
Niko Matsakis
-0
/
+10
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-2
/
+2
2015-01-07
Pretty print empty structs properly
Nick Cameron
-1
/
+4
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-144
/
+69
2015-01-06
test fallout from isize/usize
Corey Richardson
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-412
/
+413
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
-20
/
+24
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
/
+141
2015-01-05
More test fixes!
Alex Crichton
-24
/
+6
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-215
/
+247
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-43
/
+49
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-4
/
+14
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
[prev]
[next]