about summary refs log tree commit diff
path: root/src/libsyntax/print/pprust.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Round 3 test fixes and conflictsAlex Crichton-51/+51
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-32/+32
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-32/+32
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+3
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+3
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-6/+4
2015-02-10TestsNick Cameron-4/+10
2015-02-07Fake up #![no_std] on pretty-printing; keep it out of ASTKeegan McAllister-1/+22
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-11/+11
2015-02-06Libsyntax has been updatedGuillaumeGomez-17/+16
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-16/+17
2015-02-06Auto merge of #21947 - bluss:full-range-syntax, r=brsonbors-3/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-3/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-14/+5
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-42/+42
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-41/+41
2015-02-02Omit integer suffix when unnecessaryAlfie John-31/+31
2015-01-31Fix pretty printerAdolfo OchagavĂ­a-0/+1
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-1/+0
2015-01-26Fallout of io => old_ioAlex Crichton-10/+10
2015-01-26Remove dead code related to old closures.Eduard Burtescu-84/+11
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-8/+8
2015-01-24Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelixbors-2/+2
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-2/+2
2015-01-23Fix tidy.Vadim Chugunov-1/+1
2015-01-22Suppress space after idents with "ModName" style in serialization of exported...Vadim Chugunov-1/+10
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-43/+25
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-45/+45
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-43/+25
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-29/+29
2015-01-18libsyntax: int types -> isizePaul Collier-2/+2
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-18/+10
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
2015-01-17libsyntax: uint types to usizePaul Collier-14/+14
2015-01-15rollup merge of #21127: erickt/opt-stackAlex Crichton-85/+152
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-8/+18
2015-01-13syntax: factor out print_expr arms to reduce non-optimized stack usageErick Tryzelaar-78/+138
2015-01-13syntax: Don't import the pp.rs enum variants into the namespaceErick Tryzelaar-7/+14
2015-01-07use slicing sugarJorge Aparicio-85/+84
2015-01-07falloutNick Cameron-27/+26
2015-01-07Pretty print empty structs properlyNick Cameron-1/+4
2015-01-07Replace full slice notation with index callsNick Cameron-80/+80
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-0/+2
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+4