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
Age
Commit message (
Expand
)
Author
Lines
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
2012-11-28
Remove parser hack
Brian Anderson
-11
/
+0
2012-11-28
test: Implement a test for the Drop trait on a generic struct. a=test-only
Patrick Walton
-0
/
+14
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-8444
/
+4316
2012-11-28
Register snapshots
Brian Anderson
-5514
/
+475
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-14
/
+903
2012-11-28
librustc: Allow &T to be assigned to *T. r=nmatsakis
Patrick Walton
-3
/
+23
2012-11-28
libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brson
Patrick Walton
-3
/
+26
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-8
/
+54
2012-11-28
libcore/to_bytes.rs: add IterBytes impls for pairs and triples. r=pcwalton
Michael Arntzenius
-0
/
+19
2012-11-28
librustc: Make overloaded operators with explicit self translate correctly
Patrick Walton
-2
/
+56
2012-11-28
libcore/to_bytes.rs: add IterBytes impls for pairs and triples
Michael Arntzenius
-0
/
+19
2012-11-28
Merge pull request #4032 from catamorphism/getopts
Graydon Hoare
-53
/
+68
2012-11-27
rustdoc: Make fold require Clone instead of Copy
Brian Anderson
-41
/
+110
2012-11-27
core: Add Clone trait
Brian Anderson
-26
/
+64
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-12
/
+42
2012-11-26
auto_serialize should use explicit refs (fixes #4044)
Erick Tryzelaar
-3
/
+5
2012-11-26
libstd: turn time::Tm and time::Timespec into structs
Erick Tryzelaar
-195
/
+177
2012-11-26
Made Tm_ a struct instead of a record and added serialization support to Tm a...
Jesse Jones
-17
/
+82
2012-11-26
libcore: Add explicit self to all overloaded operators but Add and Index. r=b...
Patrick Walton
-25
/
+25
2012-11-26
Remove the crate language
Brian Anderson
-3886
/
+4720
2012-11-26
Add a temporary hack to divert the parser to an alternate file
Brian Anderson
-0
/
+12
2012-11-26
syntax: Add a hack to support the int-template pattern
Brian Anderson
-9
/
+74
2012-11-26
librustc: Fix translation of cross-crate inline or generic methods with expli...
Patrick Walton
-5
/
+54
2012-11-26
Ignore two failure tests on windows
Brian Anderson
-0
/
+2
2012-11-26
Add insert and remove methods to vecs - as proposed in issue #4028.
Gareth Daniel Smith
-0
/
+86
2012-11-26
Add a FIXME about the problems closing /dev/urandom
Brian Anderson
-0
/
+1
2012-11-26
Log errors from close instead of ignoring them.
Jesse Jones
-1
/
+4
2012-11-26
Some isaac_ssed fixes:
Jesse Jones
-4
/
+7
2012-11-25
Fix test breakage
Brian Anderson
-2
/
+2
2012-11-25
Fix test
Brian Anderson
-2
/
+2
2012-11-25
Ignore a should_fail test on windows
Brian Anderson
-0
/
+1
2012-11-25
Rename insert_with functions to update, update_with_key
Brian Anderson
-25
/
+25
2012-11-25
Add improvements to insert_with_key
Kevin Cantu
-19
/
+132
2012-11-25
Test insert_with_key...
Kevin Cantu
-8
/
+23
[prev]
[next]