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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-01-26
rustc: Make core injection a timed pass
Brian Anderson
-1
/
+3
2012-01-26
rustc: Move core injection to its own module
Brian Anderson
-24
/
+44
2012-01-26
std: Fix types in uvtmp tests
Brian Anderson
-4
/
+4
2012-01-26
Shuffle around to work with rust-spidermonkey
Donovan Preston
-51
/
+80
2012-01-26
rustdoc: Set up the compiler session properly in prep for running resolve
Brian Anderson
-25
/
+104
2012-01-26
rustdoc: Rename astsrv::ctxt.map to ast_map
Brian Anderson
-11
/
+11
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-111
/
+135
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-35
/
+40
2012-01-26
Fix small bug in iface self types
Marijn Haverbeke
-1
/
+3
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-57
/
+88
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-142
/
+269
2012-01-26
Use string stored in codemap for pretty-printing comments and literals
Marijn Haverbeke
-35
/
+23
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-128
/
+38
2012-01-25
Change FIXME comments in str
Kevin Cantu
-2
/
+2
2012-01-25
(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...
Kevin Cantu
-3
/
+3
2012-01-25
(TEMPORARY) Break something by making io::mem_buffer_str UTF-8 safe
Kevin Cantu
-1
/
+1
2012-01-25
rustdoc: Add some test enums to demo module
Brian Anderson
-0
/
+3
2012-01-25
rustdoc: Write markdown for enums
Brian Anderson
-0
/
+93
2012-01-25
rustdoc: Apply general string ops to enum docs
Brian Anderson
-1
/
+46
2012-01-25
rustdoc: Extract brief enum descs from long descs
Brian Anderson
-1
/
+24
2012-01-25
rustdoc: Prune undocumented enums
Brian Anderson
-1
/
+66
2012-01-25
rustdoc: Add enum doc attributes to the doc tree
Brian Anderson
-1
/
+59
2012-01-25
rustdoc: Parse variant doc attributes
Brian Anderson
-2
/
+49
2012-01-25
rustdoc: Extract some common functions from attr_parser
Brian Anderson
-53
/
+16
2012-01-25
rustdoc: Parse enum doc attributes
Brian Anderson
-22
/
+72
2012-01-25
rustdoc: Fix a copy&paste bug in attr_parser tests
Brian Anderson
-2
/
+2
2012-01-25
rustdoc: Extract variant signatures
Brian Anderson
-3
/
+46
2012-01-25
rustc: Add pprust::variant_to_str
Brian Anderson
-17
/
+39
2012-01-25
rustdoc: Add enum folding
Brian Anderson
-7
/
+42
2012-01-25
rustdoc: Extract enum doc nodes from AST nodes
Brian Anderson
-1
/
+56
2012-01-25
rustc: Allow attributes on enum variants. Closes #1663
Brian Anderson
-4
/
+45
2012-01-25
Add Inno Setup installer script rather than NSIS
unknown
-0
/
+269
2012-01-25
Merge pull request #1664 from kevina/issue-1612
Brian Anderson
-68
/
+62
2012-01-25
Correctly increment sess.byte_pos.
Kevin Atkinson
-6
/
+6
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-62
/
+56
2012-01-25
Merge pull request #1627 from graydon/win32-quoting
Brian Anderson
-4
/
+62
2012-01-25
test: Un-xfail run-pass/tag-auto-disr-val-shape
Brian Anderson
-5
/
+4
2012-01-25
test: Add regression test for #1659
Brian Anderson
-0
/
+8
2012-01-25
test: Un-xfail run-pass/tag-disr-val-shape
Brian Anderson
-2
/
+0
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-72
/
+102
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-329
/
+314
2012-01-25
Repair zero-variant tags
Marijn Haverbeke
-51
/
+24
2012-01-25
Add bit-shifting ops to ast_util::eval_const_expr
Marijn Haverbeke
-0
/
+4
2012-01-25
Making str::from_cstr UTF-8 safe
Kevin Cantu
-3
/
+3
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 6)
Kevin Cantu
-1
/
+4
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 5)
Kevin Cantu
-3
/
+3
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 4)
Kevin Cantu
-12
/
+12
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 3)
Kevin Cantu
-2
/
+2
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 2)
Kevin Cantu
-6
/
+6
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-11
/
+16
[prev]
[next]