about summary refs log tree commit diff
path: root/src/libsyntax/ext/asm.rs
AgeCommit message (Expand)AuthorLines
2015-01-14Disallow a form of invalid asm! macroSimonas Kazlauskas-0/+6
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+1
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-4/+4
2014-11-30auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichtonbors-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-1/+1
2014-11-30syntax: Make `asm!` clobbers a proper vector.Kang Seonghoon-7/+3
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-17change return type of slice_shift_charAndrew Cann-2/+2
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-4/+4
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-23/+23
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-1/+1
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-1/+12
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-4/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-19Fix double evaluation of read+write operandsPiotr Czarnecki-14/+4
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-7/+1
2014-06-15Register new snapshotsAlex Crichton-23/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-0/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+23
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-2/+1
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+3
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-50/+69
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-1/+5
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-3/+3
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-1/+1
2014-02-02libsyntax: Remove all `@str` from the ASTPatrick Walton-9/+9
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-2/+3
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-3/+6
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-4/+4
2014-01-02libsyntax: De-`@mut` `Parser::last_span`Patrick Walton-4/+4
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-16/+16
2014-01-02libsyntax: Make the parser mutablePatrick Walton-3/+3
2013-12-29Start passing around &mut ExtCtxtSteven Fackler-1/+1
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-10-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-6/+15
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-6/+12
2013-09-30syntax: Remove usage of fmt!Alex Crichton-1/+1