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-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-1
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-3
/
+3
2013-05-11
Warning police
Tim Chevalier
-2
/
+0
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-12
/
+2
2013-05-07
auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...
bors
-0
/
+15
2013-05-06
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-0
/
+36
2013-05-06
Step one for 'proper' pub condition: support pub keyword in form.
Felix S. Klock II
-0
/
+15
2013-05-06
Add assert_approx_eq! macro
Brendan Zabarauskas
-0
/
+36
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-9
/
+1
2013-05-02
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-04-30
Merge remote-tracking branch 'brson/io'
Brian Anderson
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-25
Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...
Marvin Löbel
-13
/
+29
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-1
/
+1
2013-04-22
Make conditions public. #6009
Brian Anderson
-1
/
+1
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-04-16
added MTWT functions
John Clements
-0
/
+47
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-13
/
+0
2013-03-28
Removing unused imports
Alex Crichton
-2
/
+2
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-3
/
+1
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-1
/
+1
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
[next]