about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-2/+12
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-3/+3
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-89/+131
2015-01-06Register new snapshotsAlex Crichton-106/+10
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-64/+139
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-20/+24
2015-01-07falloutNick Cameron-52/+68
2015-01-06Stricter rules surrounding adjacent nonterminals and sequencesCorey Richardson-29/+74
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-64/+139
2015-01-06Implement impl reachability rules. This is a [breaking-change]. TypeNiko Matsakis-0/+10
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-2/+2
2015-01-07Pretty print empty structs properlyNick Cameron-1/+4
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-144/+69
2015-01-06test fallout from isize/usizeCorey Richardson-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-412/+413
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-20/+24
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-3/+3
2015-01-06syntax: implement 'macro input future proofing'Corey Richardson-8/+141
2015-01-05More test fixes!Alex Crichton-24/+6
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-215/+247
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-43/+49
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-4/+14
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+20
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-65/+11
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-8/+16
2015-01-05rollup merge of #20424: jroesch/tuple-struct-where-clause-fixAlex Crichton-41/+91
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-3/+49
2015-01-05rollup merge of #20099: P1start/parse-more-macro-opsAlex Crichton-5/+10
2015-01-05Un-gate macro_rulesKeegan McAllister-7/+2
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-9/+11
2015-01-05Reserve the keyword 'macro'Keegan McAllister-23/+24
2015-01-05Allow selective macro importKeegan McAllister-2/+6
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-60/+15
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-38/+17
2015-01-06Fix the obsolete messageNick Cameron-1/+1
2015-01-06FalloutNick Cameron-3/+3
2015-01-06Obsolete `Sized? T`Nick Cameron-3/+9
2015-01-06Remove the prefix in ObsoleteSyntax variantsNick Cameron-34/+34
2015-01-05syntax: remove dead codeJorge Aparicio-2/+1
2015-01-05syntax: make the closure type `f: |uint| -> bool` syntax obsoleteJorge Aparicio-16/+18
2015-01-05remove TyClosureJorge Aparicio-57/+2
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-33/+29
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+8
2015-01-05tweak the obsolete syntax messageJorge Aparicio-2/+2
2015-01-05Reformat metadata for exported macrosKeegan McAllister-74/+57
2015-01-05Rename macro_escape to macro_useKeegan McAllister-19/+29
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-5/+3
2015-01-05syntax: obsolete the `for Sized?` syntaxJorge Aparicio-2/+12