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-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
2012-11-25
Add an insert_with_key function to the Map trait
Kevin Cantu
-1
/
+39
2012-11-24
[libs] Remove unread_byte method from core::io::Reader
Tim Chevalier
-7
/
+0
2012-11-24
[tests] Add passing test
Tim Chevalier
-0
/
+16
2012-11-24
Long lines
Tim Chevalier
-8
/
+16
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-642
/
+660
2012-11-24
[tests] Add test for #4033
Tim Chevalier
-0
/
+9
2012-11-24
[libstd] getopts, now with fewer copies
Tim Chevalier
-53
/
+68
2012-11-24
Merge pull request #4026 from eholk/float-perf
Tim Chevalier
-0
/
+8
2012-11-24
Merge pull request #4029 from Dretch/ioreadfixes
Tim Chevalier
-1
/
+24
2012-11-24
Fix a bug where read(buf, len) would fail if buf was big enough and succeed i...
Gareth Daniel Smith
-1
/
+24
2012-11-24
Implement LUB algorithm and add new unit-testing infrastructure for infer.
Niko Matsakis
-119
/
+727
2012-11-23
Inline numeric operations for floats.
Eric Holk
-0
/
+8
2012-11-22
std: try to fix breakage.
Graydon Hoare
-8
/
+6
2012-11-22
Silence some debug logging in rustc
Brian Anderson
-1
/
+1
2012-11-22
Back out (apparently) non-bootstrap-capable snapshots. Uh oh.
Graydon Hoare
-8
/
+0
2012-11-22
std: initial sketch of workcache, barely does anything.
Graydon Hoare
-0
/
+312
[prev]
[next]