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
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-22
libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword
Patrick Walton
-0
/
+13
2013-03-20
change some uses of fail_unless to assert_eq
John Clements
-3
/
+2
2013-03-20
add assert_eq! macro
John Clements
-0
/
+10
2013-03-19
Allow custom messages on assert statements
Alex Crichton
-0
/
+5
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-20
/
+20
2013-03-11
Remove the log keyword (by renaming it to __log)
Brian Anderson
-8
/
+8
2013-03-11
core: Remove logging constants
Brian Anderson
-8
/
+8
2013-03-08
auto merge of #5278 : brson/rust/logplusplus, r=brson
bors
-8
/
+32
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
Make debug!, etc. macros not require a format string
Brian Anderson
-8
/
+32
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-4
/
+5
2013-03-05
auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydon
bors
-5
/
+13
2013-03-04
simplified msg (TMI on old one)
John Clements
-2
/
+2
2013-03-04
better error message for macros with MOD_SEPs
John Clements
-5
/
+13
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-02
libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun
Patrick Walton
-16
/
+28
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+11
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-2
/
+11
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-7
/
+11
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-49
/
+269
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-12
/
+15
2013-02-26
typo-fixing and name-changes
John Clements
-3
/
+1
2013-02-26
Macros now leave scope
John Clements
-49
/
+264
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-62
/
+69
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-15
/
+33
2013-02-19
convert SyntaxExtensions's key to a @~str
Erick Tryzelaar
-5
/
+5
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-2
/
+2
2013-02-19
Alias HashMap<~str, SyntaxExtension> to SyntaxExtensions
Erick Tryzelaar
-5
/
+5
2013-02-19
libsyntax and librustc: minor cleanup
Erick Tryzelaar
-5
/
+3
2013-02-14
remove die definition and use in doc tests
Nick Desaulniers
-9
/
+0
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-3
/
+3
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-4
/
+4
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-4
/
+4
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-4
/
+4
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-02-01
Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1
Brian Anderson
-0
/
+9
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-0
/
+9
2013-01-31
test cases, cleanup
John Clements
-2
/
+2
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-27
/
+23
2013-01-23
libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...
Patrick Walton
-0
/
+8
2013-01-23
Long lines
Tim Chevalier
-1
/
+2
2013-01-23
renaming to adhere to conventions
John Clements
-24
/
+21
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-2
/
+6
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-1
/
+1
2013-01-11
libsyntax: Fix name generation in condition! macro
Andrew Paseltiner
-1
/
+1
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-7
/
+7
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-2
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
[prev]
[next]