about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+7
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-41/+2
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+7
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-0/+17
2015-04-05Add comments suggested by NikoPhil Dawes-27/+9
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1312/+1405
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-41/+2
2015-04-03Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichtonbors-0/+6
2015-04-02Revise logic to match `rustc::session::config::get_unstable_features_setting`Felix S. Klock II-8/+2
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-11/+22
2015-04-02Do not suggest `#![feature(...)]` if we are in beta or stable channel.Felix S. Klock II-0/+12
2015-04-02Fix parsing of patterns in macrosVadim Petrochenkov-1/+3
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-225/+127
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-27/+27
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-4/+10
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-3/+9
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-3/+3
2015-04-01added unary_negate feature gate.Felix S. Klock II-0/+6
2015-04-01Feature gate rust-call ABI.Niko Matsakis-3/+9
2015-04-02Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichtonManish Goregaokar-7/+12
2015-04-01cleanup: Test formattingRicho Healey-11/+22
2015-04-01Fallout in libsyntaxNiko Matsakis-27/+27
2015-04-01Fallout in libsyntax/librustc: use newtype'd options for linked lists,Niko Matsakis-5/+16
2015-04-01Implement the changes to coherence such that we consider a type to beNiko Matsakis-0/+6
2015-04-01Pretty print ids for assoc itemsNick Cameron-7/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-20/+3
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-11/+0
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rollup merge of #23872: huonw/eager-lexingAlex Crichton-15/+40
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-17/+0
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-3/+3
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-9/+11
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-9/+11
2015-03-31Stabilize std::numAaron Turon-9/+11
2015-03-31Lex binary and octal literals more eagerly.Huon Wilson-14/+39
2015-03-30Implement new type-checking strategy for binary operators. Basically,Niko Matsakis-22/+6
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-12/+6
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-7/+7
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-7/+7
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-38/+11
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+9
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+9
2015-03-27Merge 'richo/unquote-crates' into less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-3/+3
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-37/+10
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-11/+0