about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-03-16Fallout in testing.Nick Cameron-5/+12
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-27/+50
2015-03-13Fallout of std::old_io deprecationAlex Crichton-27/+50
2015-03-13rm unused importManish Goregaokar-1/+0
2015-03-13Rollup merge of #23322 - dotdash:jemalloc_attrs, r=brsonManish Goregaokar-0/+3
2015-03-13Add an "allocator" attribute to mark functions as allocatorsBjörn Steinbrink-0/+3
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-13/+4
2015-03-12Stabilize std::pathAaron Turon-13/+4
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-983/+503
2015-03-12Auto merge of #23162 - sfackler:debug-builders, r=alexcrichtonbors-64/+42
2015-03-12Rollup merge of #23297 - steveklabnik:examples, r=huonwManish Goregaokar-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-11Auto merge of #23156 - GuillaumeGomez:remove-proc, r=alexcrichtonbors-73/+5
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-251/+162
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-161/+109
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-729/+459
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-192/+123
2015-03-10Fix unstable span checksSteven Fackler-1/+1
2015-03-11Remove ProcType and ProcExpGuillaume Gomez-41/+0
2015-03-10Remove proc keywordGuillaume Gomez-34/+7
2015-03-10Auto merge of #23028 - Munksgaard:get_attrs_opt, r=eddybbors-15/+12
2015-03-10with_attrs -> attrsPhilip Munksgaard-15/+12
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-63/+41
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-21/+29
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-2/+2
2015-03-08Fix array syntax in comment.Amol Mundayoor-1/+1
2015-03-07Auto merge of #23137 - kmcallister:derive-sugar, r=sfacklerbors-198/+215
2015-03-07Auto merge of #23132 - alexcrichton:remove-deprecated-unicode-escapes, r=huonwbors-22/+2
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-121/+157
2015-03-06Check gated attributes before and after macro expansionKeegan McAllister-37/+38
2015-03-06Consolidate ExpansionConfig feature testsKeegan McAllister-40/+20
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-22/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-58/+138
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+1
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-58/+138
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-5/+9
2015-03-06Add more debugging to syntax::feature_gate.Huon Wilson-2/+6
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-51/+123
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-8/+8
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-12/+26
2015-03-05Fix quoting of ?SizedSeo Sanghyeon-1/+2
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-42/+158
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-196/+218
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-42/+158
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-161/+343