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
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-50
/
+133
2013-03-14
Remove unused import in core
ILyoan
-9
/
+2
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-3
/
+3
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-4
/
+4
2013-03-13
auto merge of #5293 : brson/rust/logging, r=brson
bors
-165
/
+149
2013-03-12
Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl...
Brian Anderson
-36
/
+18
2013-03-12
libcore: Attempt to put out burning tree on Mac by using the old symbol on 32...
Patrick Walton
-5
/
+20
2013-03-12
core: Turn off rtdebug logging
Brian Anderson
-2
/
+3
2013-03-12
auto merge of #5333 : brson/rust/context, r=brson
bors
-31
/
+63
2013-03-12
auto merge of #5328 : bstrie/rust/optadd, r=graydon
bors
-0
/
+13
2013-03-11
core: Add context switching for ARM and MIPS
Brian Anderson
-31
/
+63
2013-03-11
core: Remove logging constants
Brian Anderson
-16
/
+8
2013-03-11
Remove uses of log
Brian Anderson
-149
/
+141
2013-03-11
Implement Add on Option types
Ben Striegel
-0
/
+13
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-13
/
+4430
2013-03-11
auto merge of #5292 : thestinger/rust/nil, r=graydon
bors
-1
/
+6
2013-03-11
core: Convert obsolete fn syntax
Brian Anderson
-2
/
+2
2013-03-11
core: convert asserts to fail_unless!
Jeff Olson
-5
/
+5
2013-03-11
core: link pthreads explicitly in linux build
Jeff Olson
-0
/
+1
2013-03-11
core: formatting appeasement
Jeff Olson
-3
/
+5
2013-03-11
core: fix broken tests on windows
Jeff Olson
-3
/
+3
2013-03-11
core: change import of exchange_alloc for win32 os::_list_dir
Jeff Olson
-1
/
+1
2013-03-11
rt/core: port os::list_dir to rust ref #4812
Jeff Olson
-11
/
+139
2013-03-11
core: rt/core: impl os::env() in rust ref #4812
Jeff Olson
-9
/
+192
2013-03-11
rt/core: impl os::getcwd() in rust ref #4812
Jeff Olson
-1
/
+8
2013-03-11
auto merge of #5305 : brson/rust/mut_buf_as_slice, r=brson
bors
-0
/
+14
2013-03-11
core: Add vec::raw::mut_buf_as_slice
Brian Anderson
-0
/
+14
2013-03-11
Add deriving_eq to Cell.
Josh Matthews
-0
/
+1
2013-03-11
librustc: Lint the old `drop` destructor notation off
Patrick Walton
-0
/
+1
2013-03-11
test: Fix tests. rs=tests
Patrick Walton
-1
/
+1
2013-03-11
libstd: Remove all newtype enums from std and core.
Patrick Walton
-1
/
+1
2013-03-11
libsyntax: Stop parsing bare functions in preparation for switching them over
Patrick Walton
-6
/
+20
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-315
/
+317
2013-03-10
add a TotalOrd impl for the unit type
Daniel Micay
-1
/
+6
2013-03-09
vec: cleanup
Daniel Micay
-219
/
+218
2013-03-09
vec: renovate the BaseIter impl
Daniel Micay
-27
/
+9
2013-03-09
core: implement Clone for primitive types
Andrew Paseltiner
-0
/
+28
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-0
/
+1
2013-03-08
implement BaseIter for dlist (removing iter-trait)
Daniel Micay
-151
/
+43
2013-03-08
rm obsolete iter-trait/option.rs file
Daniel Micay
-32
/
+0
2013-03-08
Fix dvec-related fallout in tests
Alex Crichton
-5
/
+3
2013-03-08
core: Remove the dvec module
Alex Crichton
-400
/
+4
2013-03-08
core: Remove uses of DVec in io/repr
Alex Crichton
-38
/
+34
2013-03-07
test: Fix tests.
Patrick Walton
-29
/
+67
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2441
/
+2459
2013-03-07
libsyntax: Stop parsing structural record types
Patrick Walton
-2
/
+2
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-2
/
+2
2013-03-07
libcore: Remove `extern mod { ... }` from libcore. rs=deexterning
Patrick Walton
-638
/
+836
2013-03-06
auto merge of #5256 : thestinger/rust/bool, r=brson
bors
-9
/
+14
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-83
/
+84
[next]