about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-05-13pprust: Print `&&e` instead of `& &e`klutzy-5/+0
2014-05-13pprust: Fix asm outputklutzy-14/+19
2014-05-13pprust: Add parentheses to some Exprklutzy-3/+45
2014-05-12Cleanup some ugly variable names, now that we have `let`-hygiene.Paul Stansifer-14/+14
2014-05-12Add some long-overdue documentation on the INTERPOLATED helper macros.Paul Stansifer-1/+6
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-14/+14
2014-05-09Register new snapshotsAlex Crichton-8/+2
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-16/+7
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-16/+7
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-555/+670
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-27/+19
2014-05-07std: Modernize the local_data apiAlex Crichton-27/+19
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-24/+25
2014-05-07core: Inherit possible string functionalityAlex Crichton-5/+0
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-83/+124
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-6/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-83/+124
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-24/+25
2014-05-05auto merge of #13936 : Armavica/rust/lint_check-range, r=kballardbors-1/+1
2014-05-04Remove two useless comparisonsVirgile Andreani-1/+1
2014-05-04auto merge of #13920 : Ryman/rust/inner_attr_doc, r=alexcrichtonbors-1/+2
2014-05-04auto merge of #13908 : pcwalton/rust/box-pattern, r=alexcrichtonbors-0/+13
2014-05-04auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichtobors-9/+13
2014-05-03Remove comment about semicolons for inner attributes from docs and adjust com...Kevin Butler-1/+2
2014-05-03auto merge of #13773 : brson/rust/boxxy, r=alexcrichtonbors-42/+43
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-9/+13
2014-05-03auto merge of #13868 : FlaPer87/rust/opt-in-phase1, r=alexcrichtonbors-0/+51
2014-05-03syntax: Fix duplicate attributes on module filesAlex Crichton-6/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-42/+43
2014-05-02libsyntax: Add `box PAT` to the pattern grammar. RFC #14.Patrick Walton-0/+13
2014-05-02auto merge of #13879 : huonw/rust/more-re, r=alexcrichtonbors-17/+35
2014-05-02syntax: implement ToSource for more things in the quasiquoter.Huon Wilson-0/+23
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-17/+12
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-46/+29
2014-05-01Allow built-in traits to be derivedFlavio Percoco-0/+51
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-1/+24
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-46/+29
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-2/+3
2014-04-28auto merge of #13812 : alxgnon/rust/master, r=alexcrichtonbors-8/+5
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-10/+31
2014-04-27Fix repeated module documentationAlexandre Gagnon-8/+5
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-10/+31
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-89/+78
2014-04-24auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichtonbors-2/+10
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-1/+24
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-7/+14
2014-04-24auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakisbors-18/+18
2014-04-23auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichtonbors-2/+18
2014-04-23Allow attributes on match armsSteven Fackler-2/+18