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
/
comp
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2012-02-06
Self types for ifaces
Marijn Haverbeke
-3
/
+1
2012-02-06
Allow non-semicolon-requiring expressions to be followed by .field
Marijn Haverbeke
-22
/
+22
2012-02-05
Fix macro backtraces.
Kevin Atkinson
-58
/
+58
2012-02-05
Remove support for $(...) form of quasi-quotes, use #ast{...} instead.
Kevin Atkinson
-28
/
+4
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-19
/
+39
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-7
/
+247
2012-02-03
Fix various drift issues in the qq branch.
Graydon Hoare
-29
/
+27
2012-02-03
Implement folding of ast::ty.
Kevin Atkinson
-3
/
+30
2012-02-03
Fix q-q so that non-expression q-q actually work when there is embed anti-q.
Kevin Atkinson
-7
/
+21
2012-02-03
Allow anti-quotes to also be ast::ty rather than just ast::expr.
Kevin Atkinson
-14
/
+74
2012-02-03
Implement quasi-quoting of multiple syntatic categories.
Kevin Atkinson
-24
/
+114
2012-02-03
Formatting cleanups.
Kevin Atkinson
-11
/
+13
2012-02-03
Store info about file "substr".
Kevin Atkinson
-14
/
+38
2012-02-03
Implement quasi-quotes in more macro form: #ast{...}.
Kevin Atkinson
-5
/
+38
2012-02-03
Don't rely on filename to get a file from the filemap
Kevin Atkinson
-9
/
+15
2012-02-03
Bug fix in lookup_byte_offset.
Kevin Atkinson
-1
/
+1
2012-02-03
Make macro arg optional in syntax, again untested.
Kevin Atkinson
-14
/
+41
2012-02-03
Add support for recognizing macro body, completely untested.
Kevin Atkinson
-16
/
+43
2012-02-03
Change the type for the macro body to also store the span.
Kevin Atkinson
-10
/
+13
2012-02-03
When replacing $(...) with $0 preserve spacing for better error messages.
Kevin Atkinson
-7
/
+19
2012-02-03
Expand result of quasi-quote.
Kevin Atkinson
-3
/
+9
2012-02-03
Implement anti-quotes.
Kevin Atkinson
-12
/
+93
2012-02-03
Implement "replace" function.
Kevin Atkinson
-1
/
+23
2012-02-03
Implement basic quasi-quoter. No anti-quotes yet.
Kevin Atkinson
-7
/
+39
2012-02-03
Rename AST builders to use uniform naming scheme. Also add a few more.
Kevin Atkinson
-46
/
+68
2012-02-03
Add support for parsing quasi-quotes, doesn't do anything useful yet.
Kevin Atkinson
-1
/
+72
2012-02-03
Move useful ast building functions into their own module.
Kevin Atkinson
-39
/
+49
2012-02-03
Add function to get a code snippet from a span,
Kevin Atkinson
-3
/
+40
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-1
/
+5
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-4
/
+4
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-4
/
+5
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-4
/
+4
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-0
/
+2
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-2
/
+0
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-0
/
+2
2012-02-01
Remove support for native types
Marijn Haverbeke
-31
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-66
/
+66
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-48
/
+57
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-8
/
+14
2012-01-30
Remove ternary operator
Paul Woolcock
-61
/
+5
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-24
/
+80
2012-01-30
Revert self types
Marijn Haverbeke
-5
/
+3
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-1
/
+1
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-4
/
+3
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-1
/
+5
2012-01-26
rustc: Add pprust::res_to_str
Brian Anderson
-8
/
+41
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-11
/
+12
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-2
/
+11
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-0
/
+1
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-0
/
+9
[next]