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
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-2
/
+2
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-4
/
+4
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-08
env! syntax extension changes
Steven Fackler
-2
/
+2
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-2
/
+2
2013-07-12
Remove the global 'vec::to_owned' function
Alex Crichton
-3
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+2
2013-06-13
Revert "std: convert {vec,str}::to_owned to methods."
Brian Anderson
-1
/
+2
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-7
/
+7
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+0
2013-06-12
std: convert {vec,str}::to_owned to methods.
Huon Wilson
-1
/
+1
2013-06-11
fix tests, remove some warnings
Huon Wilson
-1
/
+0
2013-06-10
std: remove str::{connect,concat}*.
Huon Wilson
-1
/
+1
2013-06-01
syntax: move callee_id into the expr_ variants
Erick Tryzelaar
-2
/
+0
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-28
Remove unnecessary allocations flagged by lint
Seo Sanghyeon
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-1
/
+1
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-4
/
+4
2013-05-10
renamed vec::from_slice to vec::to_owned
Youngsoo Son
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-12
/
+0
2013-04-29
librustc: Change labels to use the lifetime notation `'`.
Patrick Walton
-5
/
+18
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-03-27
libsyntax: Allow selecting intel style asm.
Luqman Aden
-1
/
+5
2013-03-27
libsyntax: use a struct for inline asm in ast.
Luqman Aden
-3
/
+9
2013-03-15
Tidy.
Luqman Aden
-1
/
+1
2013-03-15
Implicitly use addr_of for output operands in asm.
Luqman Aden
-0
/
+7
2013-03-15
Actually pass inline asm operands around.
Luqman Aden
-1
/
+2
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-4
/
+4
2013-03-12
Add alignstack option for inline asm.
Luqman Aden
-1
/
+4
2013-03-12
Keep everything tidy.
Luqman Aden
-9
/
+8
2013-03-12
Parse operands properly and add a way to indicate volatile asm.
Luqman Aden
-11
/
+129
2013-03-12
Create asm! syntax extension.
Luqman Aden
-0
/
+54