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-11-30
librustc: Implement explicit @self and ~self for objects. r=nmatsakis
Patrick Walton
-27
/
+149
2012-11-30
librustc: Implement simple explicit self for objects. r=nmatsakis
Patrick Walton
-18
/
+122
2012-11-30
Merge remote-tracking branch 'bilalhusain/patch-1'
Brian Anderson
-5
/
+5
2012-11-30
Merge pull request #4085 from andrew-d/andrew-fix-typo
Tim Chevalier
-1
/
+1
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-78
/
+186
2012-11-30
Fix small typo in kinds documentation
Andrew Dunham
-1
/
+1
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-885
/
+1
2012-11-30
core: Add docs about kind traits
Brian Anderson
-5
/
+36
2012-11-30
core: Make core.rc more readable. Cleanup
Brian Anderson
-221
/
+215
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-84
/
+87
2012-11-29
Implement trait inheritance for bounded type parameters
Brian Anderson
-173
/
+1001
2012-11-29
rustc: Remove existing inheritance code from coherence
Brian Anderson
-90
/
+48
2012-11-29
core: Add impls of Eq and Ord for f32, f64
Brian Anderson
-0
/
+24
2012-11-29
Enable trait-inheritance-simple.rs
Brian Anderson
-5
/
+0
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-276
/
+296
2012-11-29
Remove more uses of #[merge]
Brian Anderson
-3652
/
+3654
2012-11-29
test: Remove obsolete tests. rs=buildbot
Patrick Walton
-20
/
+0
2012-11-29
Long lines
Brian Anderson
-6
/
+7
2012-11-29
Disallow importing private items
Tim Chevalier
-82
/
+150
2012-11-29
syntax: slight improvement in fidelity of printing tokens. Still not great.
Graydon Hoare
-5
/
+3
2012-11-29
Properly sync macro_parser.rs after it escapes out to the Rust parser. Closes...
Paul Stansifer
-9
/
+13
2012-11-29
Fix trace_macros so that it works.
Paul Stansifer
-5
/
+9
2012-11-29
Test statement macros.
Paul Stansifer
-0
/
+32
2012-11-29
Forbid attrs on macros, since we don't handle them properly yet.
Paul Stansifer
-5
/
+12
2012-11-29
Respect semicolons always when expanding statments.
Paul Stansifer
-11
/
+13
2012-11-29
Update tests to respect the way that macros work now.
Paul Stansifer
-13
/
+11
2012-11-29
Forbid item macros from occuring where statement macros might occur, and allo...
Paul Stansifer
-14
/
+22
2012-11-29
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
Paul Stansifer
-12
/
+17
2012-11-29
Make the parser handle stmt macros that might be exprs at the end of blocks.
Paul Stansifer
-0
/
+23
2012-11-29
Allow parsing of macros in statement position.
Paul Stansifer
-6
/
+39
2012-11-29
No longer parse the delimiters of the RHS of a macro as part of the expansion.
Paul Stansifer
-21
/
+28
2012-11-29
Allow the expansion of old-style expr macros in stmt position.
Paul Stansifer
-0
/
+18
2012-11-29
Use `biased_match!` to avoid over-deep indentation in expand.rs.
Paul Stansifer
-77
/
+89
2012-11-29
Make it possible to expand stmt macros.
Paul Stansifer
-17
/
+72
2012-11-29
Allow for macros to occur in statement position.
Paul Stansifer
-17
/
+33
2012-11-29
Make it possible to invoke item macros without passing identifier arguments.
Paul Stansifer
-33
/
+55
2012-11-29
Grammaticalinate an error message.
Paul Stansifer
-2
/
+2
2012-11-29
Allow `macro_rules!` macros to expand to expressions or items.
Paul Stansifer
-5
/
+12
2012-11-29
libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu...
Patrick Walton
-14
/
+13
2012-11-29
test: Fix broken resource-cycle.rs. r=tinderbox
Patrick Walton
-1
/
+1
2012-11-29
test: Add a test that function argument patterns take in the expected type. r...
Patrick Walton
-0
/
+8
2012-11-29
test: Add a test for generic objects. r=test-only
Patrick Walton
-0
/
+20
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-123
/
+166
2012-11-29
Add more standard c lib llvm intrinsics.
Luqman Aden
-1
/
+478
2012-11-29
Update src/README.txt
Bilal Husain
-5
/
+5
2012-11-28
core: Convert some records to structs
Brian Anderson
-79
/
+85
2012-11-28
rustdoc: More pipe conversion
Brian Anderson
-18
/
+20
2012-11-28
Remove uses of #[merge]
Brian Anderson
-2607
/
+2614
2012-11-28
core: Remove old template files
Brian Anderson
-588
/
+306
2012-11-28
Merge remote-tracking branch 'erickt/time'
Brian Anderson
-114
/
+172
[prev]
[next]