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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
syntax-extension-source-utils.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under ↵
Graydon Hoare
-1
/
+4
#[legacy_exports];
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-8
/
+8
2012-07-31
syntax: Rename 'module' extension to 'module_path'
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-8
/
+8
2012-07-30
Rename `#mod` -> `#module` to not collide with the keyword.
Paul Stansifer
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ↵
Michael Sullivan
-7
/
+7
#2907.
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-2
/
+2
2012-05-18
add #include_bin[]
Paul Stansifer
-0
/
+4
2012-05-18
Fold #include_str into the other source_utils.rs syntax extensions.
Paul Stansifer
-0
/
+3
2012-05-18
add #mod[], which expands to the current module path
Paul Stansifer
-2
/
+10
2012-05-18
New syntax extensions: #line[], #col[], #file[], #stringify[], #include[]
Paul Stansifer
-0
/
+11