about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-18/+20
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-175/+0
2015-01-08Remove String impls and fix for make tidyNick Cameron-3/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-498/+498
2015-01-07rollup merge of #20726: dgrunwald/require-parens-for-chained-comparisonAlex Crichton-3/+31
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-12/+1
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-17/+12
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-7/+18
2015-01-08RFC 558: Require parentheses for chained comparisonsDaniel Grunwald-3/+31
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+13
2015-01-07remove slicing_syntax feature gateJorge Aparicio-9/+1
2015-01-07Preliminary feature stagingBrian Anderson-17/+12
2015-01-07use slicing sugarJorge Aparicio-489/+484
2015-01-08Fix precedence for ranges.Nick Cameron-18/+23
2015-01-07std: Stablize the macros moduleAlex Crichton-175/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-7/+18
2015-01-07Register new snapshotsAlex Crichton-12/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-4/+4
2015-01-06More test fixesAlex Crichton-9/+9
2015-01-06Fix misspelled comments.Joseph Crail-4/+4
2015-01-06Test fixes and rebase conflictsAlex Crichton-17/+22
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-8/+186
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-2/+2
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-89/+131
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
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