about summary refs log tree commit diff
path: root/src/libsyntax/ext/asm.rs
AgeCommit message (Expand)AuthorLines
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-245/+0
2015-12-05Use a struct instead of a tuple for inline asm output operandsAmanieu d'Antras-1/+6
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-3/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-1/+2
2015-11-10Rename _nopanic methods to remove the suffix.Eli Friedman-3/+3
2015-11-03Allow indirect operands to be used as inputs for inline asmAmanieu d'Antras-2/+2
2015-10-27Don't use panicking helpers in Parser.Eli Friedman-3/+3
2015-09-21Use ast::AsmDialect's variants qualified, and drop the pointless prefix.Ms2ger-2/+3
2015-09-08Allow tracking issues for lang features.Huon Wilson-1/+3
2015-08-28Move ExpnInfo to NameManish Goregaokar-2/+2
2015-08-27Enumify CompilerExpansion in ExpnInfoManish Goregaokar-2/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-05Add comments suggested by NikoPhil Dawes-11/+0
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-14/+25
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-15Address the `asm!` case of #22234.Felix S. Klock II-0/+7
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-1/+1
2015-02-06Libsyntax has been updatedGuillaumeGomez-6/+4
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-4/+6
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