index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-245
/
+0
2015-12-05
Use a struct instead of a tuple for inline asm output operands
Amanieu d'Antras
-1
/
+6
2015-12-05
Add proper support for indirect output constraints in inline asm
Amanieu d'Antras
-3
/
+4
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-1
/
+2
2015-11-10
Rename _nopanic methods to remove the suffix.
Eli Friedman
-3
/
+3
2015-11-03
Allow indirect operands to be used as inputs for inline asm
Amanieu d'Antras
-2
/
+2
2015-10-27
Don't use panicking helpers in Parser.
Eli Friedman
-3
/
+3
2015-09-21
Use ast::AsmDialect's variants qualified, and drop the pointless prefix.
Ms2ger
-2
/
+3
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-1
/
+3
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-2
/
+2
2015-08-27
Enumify CompilerExpansion in ExpnInfo
Manish Goregaokar
-2
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-05
Add comments suggested by Niko
Phil Dawes
-11
/
+0
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-14
/
+25
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-0
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-15
Address the `asm!` case of #22234.
Felix S. Klock II
-0
/
+7
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-6
/
+4
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-4
/
+6
2015-01-14
Disallow a form of invalid asm! macro
Simonas Kazlauskas
-0
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+1
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-4
/
+4
2014-11-30
auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton
bors
-1
/
+1
2014-11-30
Adjust some error messages to start with a lowercase letter and not finish wi...
P1start
-1
/
+1
2014-11-30
syntax: Make `asm!` clobbers a proper vector.
Kang Seonghoon
-7
/
+3
2014-11-18
rollup merge of #18911: canndrew/slice_shift_char
Jakub Bukaj
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-17
change return type of slice_shift_char
Andrew Cann
-2
/
+2
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-4
/
+4
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-23
/
+23
2014-09-28
Keep ExpnId abstract by providing conversions
Keegan McAllister
-1
/
+1
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-1
/
+12
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-4
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-19
Fix double evaluation of read+write operands
Piotr Czarnecki
-14
/
+4
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-07-03
Simplify creating a parser from a token tree
Piotr Jawniak
-7
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-23
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+23
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-2
/
+1
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+3
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+1
[next]