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
/
libcore
/
rt
Age
Commit message (
Expand
)
Author
Lines
2013-04-01
remove stray mode on callback, seems to not change anything
Graydon Hoare
-1
/
+1
2013-03-30
Correct type signature for start lang item.
Luqman Aden
-0
/
+20
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-88
/
+88
2013-03-29
auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn
bors
-12
/
+7
2013-03-29
libcore: language change minor fix for ARM & MIPS
Young-il Choi
-2
/
+2
2013-03-28
Removing unused imports
Alex Crichton
-12
/
+7
2013-03-27
librustc: Allow expr_repeat to be used with any vstore
Patrick Walton
-1
/
+1
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-3
/
+3
2013-03-26
Remove unused imports throughout
Alex Crichton
-5
/
+0
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-0
/
+2
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-983
/
+1618
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-10
/
+10
2013-03-22
libsyntax: Stop parsing `pure` and `static`
Patrick Walton
-1
/
+1
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-4
/
+4
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-28
/
+28
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-1
/
+1
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-1
/
+1
2013-03-19
libcore: Make a couple of constructors public. rs=testfixing
Patrick Walton
-3
/
+3
2013-03-19
librustc: Enforce privacy for static methods.
Patrick Walton
-3
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-8
/
+8
2013-03-18
core: Initialize global state lazily in the Scheduler ctor
Brian Anderson
-10
/
+7
2013-03-18
Add a way to run the test suite with the new scheduler
Brian Anderson
-0
/
+31
2013-03-18
core: Refactor uv bindings
Brian Anderson
-483
/
+535
2013-03-18
core: Begin uv file system bindings
Brian Anderson
-0
/
+36
2013-03-18
core: Add rt::io and start sketching the API
Brian Anderson
-0
/
+92
2013-03-18
core: Rename rt::io to rt::rtio
Brian Anderson
-6
/
+4
2013-03-18
core: Convert some multiline statements to single-line
Brian Anderson
-135
/
+67
2013-03-18
core: Simplify uvll bindings and strip out currently-unused bits
Brian Anderson
-1770
/
+315
2013-03-18
core: Don't use printf in rtdebug!
Brian Anderson
-10
/
+4
2013-03-18
Give core::rt and std::net their own uvll bindings
Brian Anderson
-1
/
+1941
2013-03-18
core: Cleanup rt::context
Brian Anderson
-17
/
+35
2013-03-16
rt: Add RUST_DEBUG_MEM to rust_env to avoid races
Brian Anderson
-0
/
+48
2013-03-15
Fix an android compilation fail
ILyoan
-0
/
+1
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-2
/
+7
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-2
/
+2
2013-03-12
core: Turn off rtdebug logging
Brian Anderson
-2
/
+3
2013-03-11
core: Add context switching for ARM and MIPS
Brian Anderson
-31
/
+63
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-0
/
+2441