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-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
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-172
/
+8
2012-02-02
Fix assumption in mut.rs that op overloading breaks
Marijn Haverbeke
-4
/
+1
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
-6
/
+6
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-6
/
+7
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-8
/
+8
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-282
/
+296
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-296
/
+282
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-282
/
+296
2012-02-01
Remove support for native types
Marijn Haverbeke
-124
/
+17
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-268
/
+250
2012-01-31
Change option::t to option
Tim Chevalier
-259
/
+259
2012-01-31
Rename str::from_byte(s) to str::unsafe::from_byte(s),
Kevin Cantu
-1
/
+1
2012-01-31
Merge pull request #1713 from killerswan/manpg
Graydon Hoare
-35
/
+44
2012-01-31
Don't compute pre- and postconditions for item_consts
Tim Chevalier
-16
/
+1
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-344
/
+689
2012-01-31
Move walk_ty to stack closure
Marijn Haverbeke
-56
/
+32
2012-01-31
Don't consider references to nullary tag variants lvals in kind.rs
Marijn Haverbeke
-1
/
+16
2012-01-30
Updating the manpage and usage message
Kevin Cantu
-35
/
+44
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-8
/
+14
2012-01-30
Remove ternary operator
Paul Woolcock
-75
/
+5
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-62
/
+167
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-304
/
+201
2012-01-30
Revert self types
Marijn Haverbeke
-95
/
+60
2012-01-30
Remove trailing whitespace in debuginfo.rs
Marijn Haverbeke
-1
/
+1
2012-01-30
Only build debuginfo blocks for blocks that appear in the program text
Marijn Haverbeke
-81
/
+104
2012-01-29
rustc: Add a missing llvm linkage type
Brian Anderson
-0
/
+1
2012-01-29
rustc: Add some missing llvm defs. Fix comments
Brian Anderson
-3
/
+5
2012-01-29
Fix mistake in previous commit
Marijn Haverbeke
-1
/
+2
2012-01-29
Fix bug where resolve didn't descend method ty params
Marijn Haverbeke
-1
/
+1
2012-01-28
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-46
/
+72
2012-01-28
Disable lexical block and function debug info caches to improve compilation t...
Josh Matthews
-19
/
+18
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-1
/
+3
[next]