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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2012-12-05
Merge remote-tracking branch 'rntz/tuple-iterbytes'
Brian Anderson
-7
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-6
/
+6
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-5
/
+5
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-10
/
+73
2012-12-03
core: rename box to managed. Close #4079.
Graydon Hoare
-23
/
+25
2012-12-03
core: rename unit to nil. Close #4080.
Graydon Hoare
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+720
2012-12-02
call out to iter_bytes_{2,3} in IterBytes instances for pairs, triples
Michael Arntzenius
-5
/
+2
2012-12-02
libcore/to_bytes.rs: fix IterBytes instances for pairs, triples to not cause ...
Michael Arntzenius
-7
/
+13
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-1
/
+1
2012-11-30
Merge pull request #4085 from andrew-d/andrew-fix-typo
Tim Chevalier
-1
/
+1
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
-335
/
+0
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
-12
/
+22
2012-11-29
core: Add impls of Eq and Ord for f32, f64
Brian Anderson
-0
/
+24
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-1
/
+1
2012-11-29
No longer parse the delimiters of the RHS of a macro as part of the expansion.
Paul Stansifer
-4
/
+4
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-28
core: Convert some records to structs
Brian Anderson
-50
/
+51
2012-11-28
Remove uses of #[merge]
Brian Anderson
-1305
/
+1302
2012-11-28
core: Remove old template files
Brian Anderson
-588
/
+306
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-893
/
+457
2012-11-28
Register snapshots
Brian Anderson
-1164
/
+123
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-12
/
+350
2012-11-28
libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brson
Patrick Walton
-3
/
+6
2012-11-28
libcore/to_bytes.rs: add IterBytes impls for pairs and triples. r=pcwalton
Michael Arntzenius
-0
/
+19
2012-11-28
libcore/to_bytes.rs: add IterBytes impls for pairs and triples
Michael Arntzenius
-0
/
+19
2012-11-27
core: Add Clone trait
Brian Anderson
-2
/
+19
2012-11-26
libcore: Add explicit self to all overloaded operators but Add and Index. r=b...
Patrick Walton
-10
/
+10
2012-11-26
Remove the crate language
Brian Anderson
-0
/
+605
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-25
Ignore a should_fail test on windows
Brian Anderson
-0
/
+1
2012-11-24
[libs] Remove unread_byte method from core::io::Reader
Tim Chevalier
-7
/
+0
2012-11-24
Merge pull request #4026 from eholk/float-perf
Tim Chevalier
-0
/
+8
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-23
Inline numeric operations for floats.
Eric Holk
-0
/
+8
2012-11-21
libcore: fix build breakage on win32 stat.
Graydon Hoare
-3
/
+21
2012-11-20
libcore: Add stat methods to paths
Erick Tryzelaar
-1
/
+265
2012-11-20
libcore: add stat functions to libc
Erick Tryzelaar
-4
/
+176
2012-11-20
libcore: Clean up the path tests
Erick Tryzelaar
-127
/
+121
2012-11-20
Add PosixPath and WindowsPath constructor fns
Erick Tryzelaar
-10
/
+18
2012-11-20
libcore: minor os.rs cleanup
Erick Tryzelaar
-1
/
+1
2012-11-20
libcore: Fix a typo
Erick Tryzelaar
-1
/
+1
2012-11-20
Remove parentheses from closure argument types
Erick Tryzelaar
-19
/
+19
2012-11-19
Merge pull request #4001 from jesse99/features/docs
Graydon Hoare
-1
/
+46
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+744
2012-11-18
Fixed lint problems
Jesse Jones
-10
/
+16
[prev]
[next]