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
Age
Commit message (
Expand
)
Author
Lines
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-6
/
+7
2012-02-07
String split renaming:
Kevin Cantu
-5
/
+6
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-25
/
+40
2012-02-07
Stop storing cmp glue in tydescs
Marijn Haverbeke
-45
/
+5
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-260
/
+227
2012-02-06
Revert "log to stderr instead of stdout"
Brian Anderson
-9
/
+9
2012-02-06
change gcc_args to cc_args and make win32 use gcc
Jyun-Yan You
-30
/
+35
2012-02-06
use cc instead of gcc
Jyun-Yan You
-1
/
+4
2012-02-06
Make keyword table in reference reflect reality more closely
Marijn Haverbeke
-6
/
+6
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-168
/
+188
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-969
/
+661
2012-02-06
Make sure iface_methods are set before they are accessed
Marijn Haverbeke
-3
/
+18
2012-02-06
Removed sendfn from badwords and made the precedence of XOR between that of O...
Ian D. Bollinger
-2
/
+2
2012-02-06
Self types for ifaces
Marijn Haverbeke
-148
/
+241
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
-59
/
+72
2012-02-05
Remove support for $(...) form of quasi-quotes, use #ast{...} instead.
Kevin Atkinson
-28
/
+4
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-4
/
+4
2012-02-05
don't fail if inference is not complete
Niko Matsakis
-5
/
+13
2012-02-05
resolve some merge failures
Niko Matsakis
-9
/
+5
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-166
/
+309
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-10
/
+265
2012-02-03
log to stderr instead of stdout
Ted Horst
-9
/
+9
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
-21
/
+23
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
/
+40
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
/
+50
2012-02-03
Add function to get a code snippet from a span,
Kevin Atkinson
-3
/
+40
2012-02-03
Fix prefixing of logging paths with crate name
Marijn Haverbeke
-3
/
+4
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-1
/
+1
2012-02-03
Clean up and update trans::ty_ctxt type definition
Marijn Haverbeke
-66
/
+37
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-125
/
+166
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-380
/
+363
[prev]
[next]