about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-02-04register snapshotsJorge Aparicio-5/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-23/+23
2015-02-04Implement `..` syntax for RangeFull as expressionUlrik Sverdrup-19/+14
2015-02-04Add QPath construction to ExtCtxt for UFCS support.Hugo van der Wijst-0/+56
2015-02-04Auto merge of #21499 - P1start:issue-8706, r=huonwbors-23/+58
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+4
2015-02-03rollup merge of #21910: Manishearth/missing_stabilityAlex Crichton-0/+6
2015-02-03rollup merge of #21899: nikomatsakis/closure-unify-anyhowAlex Crichton-61/+51
2015-02-04Replace `be` with `become`Andrea Canciani-1/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+4
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-04Add unmarked_api feature (fixes #21884)Manish Goregaokar-0/+6
2015-02-03Update for new snapshot after rebasing.Niko Matsakis-1/+1
2015-02-03Correct one case where the inference was detecting a looser result than theNiko Matsakis-1/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-60/+50
2015-02-04Compute widths properly when displaying spans in error messagesP1start-23/+58
2015-02-02rollup merge of #21845: Potpourri/import-syntaxAlex Crichton-3/+8
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-151/+149
2015-02-02rollup merge of #21825: kmcallister/ttdelim-spanAlex Crichton-1/+24
2015-02-02rollup merge of #21817: edwardw/symmetric-binopAlex Crichton-0/+14
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-8/+8
2015-02-02rollup merge of #21754: semarie/openbsd-rebasedAlex Crichton-2/+4
2015-02-02rollup merge of #21710: alfie/libsyntaxAlex Crichton-142/+142
2015-02-02remove unused mut qualifiersJorge Aparicio-4/+2
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-6/+6
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-138/+138
2015-02-02Omit integer suffix when unnecessaryAlfie John-142/+142
2015-02-02Tweak some ‘expected…’ error messagesP1start-60/+68
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-2/+2
2015-02-01Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ...Potpourri-3/+8
2015-02-01std: Add a new `env` moduleAlex Crichton-8/+8
2015-02-01openbsd supportSébastien Marie-2/+4
2015-01-31Fix end of TtDelimited spanKeegan McAllister-1/+24
2015-02-01Make use of a binary operator's RHS type for LHS inferenceEdward Wang-0/+14
2015-01-31Kill more `isize`sTobias Bucher-13/+13
2015-01-31Fix rebase issuesAdolfo Ochagavía-9/+15
2015-01-31Fix pretty printerAdolfo Ochagavía-0/+1
2015-01-31Replace uses of Decorator and ModifierAdolfo Ochagavía-31/+89
2015-01-31Deprecate SyntaxExtension::ModifierAdolfo Ochagavía-0/+1
2015-01-31Deprecate SyntaxExtension::DecoratorAdolfo Ochagavía-0/+1
2015-01-31Add MultiDecorator variant to SyntaxExtension enumAdolfo Ochagavía-1/+27
2015-01-31Add MultiItemDecoratorAdolfo Ochagavía-0/+23
2015-01-31Deprecate ItemDecorator in favor of MultiItemDecoratorAdolfo Ochagavía-0/+1
2015-01-31Deprecate ItemModifier in favor of MultiItemModifierAdolfo Ochagavía-0/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+7
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-75/+61
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-12/+13
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-0/+7