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-02-09
fixed memmove. were using memcpy due to copy paste error
Magnus Auvinen
-1
/
+1
2012-02-09
cargo: 2 modes -> 3 modes, and clarify them
Tycho Sci
-23
/
+67
2012-02-09
cargo: Add local mode and use it by default
Tycho Sci
-31
/
+99
2012-02-09
Fix bug in decoding of method metadata
Marijn Haverbeke
-2
/
+2
2012-02-09
Fix various bugs in monomorphization
Marijn Haverbeke
-64
/
+81
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-134
/
+12
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-69
/
+71
2012-02-09
Monomorphize methods and bounded parameters
Marijn Haverbeke
-39
/
+143
2012-02-08
core: Add a test for blocking in native code
Brian Anderson
-0
/
+114
2012-02-08
core: Add task::spawn_sched
Brian Anderson
-7
/
+100
2012-02-08
rt: Export a scheduler API
Brian Anderson
-3
/
+72
2012-02-08
rt: Hold schedulers in a map
Brian Anderson
-10
/
+58
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-23
/
+66
2012-02-08
rt: Start schedulers immediately upon creation
Brian Anderson
-8
/
+6
2012-02-08
rt: Refactor the rust_kernel interface a bit
Brian Anderson
-26
/
+36
2012-02-08
rt: Introduce scheduler ids
Brian Anderson
-4
/
+10
2012-02-08
rt: Delete schedulers immediately upon release
Brian Anderson
-5
/
+6
2012-02-08
rt: Change the scheme used for terminating the kernel
Brian Anderson
-11
/
+58
2012-02-08
rt: Remove is_running flag from rust_thread. Unused
Brian Anderson
-12
/
+1
2012-02-08
rt: Remove rust_scheduler::rval. Unused
Brian Anderson
-1
/
+0
2012-02-08
A bit more WIP on classes, and some cleanup in resolve
Tim Chevalier
-96
/
+150
2012-02-08
deprecate old style box shape strings
Niko Matsakis
-9
/
+14
2012-02-08
fix bug that causes premature pops from obstack
Niko Matsakis
-9
/
+21
2012-02-08
core: add str::as_bytes function
Erick Tryzelaar
-20
/
+31
2012-02-08
make shape code use the tydesc found in the box, not the shape str
Niko Matsakis
-46
/
+88
2012-02-08
Register new snapshots.
Graydon Hoare
-0
/
+7
2012-02-08
Suppress warnings in compiletest
Marijn Haverbeke
-1
/
+1
2012-02-08
Monomorphize resource and variant constructors
Marijn Haverbeke
-76
/
+87
2012-02-08
bench: Add shootout-spectralnorm
Brian Anderson
-0
/
+70
2012-02-07
core: Export floor functions
Brian Anderson
-3
/
+3
2012-02-07
rt: Don't ignore result of chdir. Fail hard for now with a FIXME
Brian Anderson
-1
/
+5
2012-02-07
std: Use correct split function in generic_os::env
Brian Anderson
-1
/
+1
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-286
/
+328
2012-02-07
Restore a comment that got lost (comments only)
Tim Chevalier
-1
/
+1
2012-02-07
core: Use substr in extfmt instead of slice_bytes
Brian Anderson
-2
/
+1
2012-02-07
core: add str::splitn_char and fix str::splitn_char_iter
Kevin Cantu
-8
/
+48
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-40
/
+45
2012-02-07
String split renaming:
Kevin Cantu
-144
/
+192
2012-02-07
core: Whitespace policia
Brian Anderson
-6
/
+13
2012-02-07
added some documentation and made the memcpy and memmove unsafe
Magnus Auvinen
-2
/
+4
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-5
/
+100
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-25
/
+40
2012-02-07
Stop storing cmp glue in tydescs
Marijn Haverbeke
-50
/
+7
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-260
/
+228
2012-02-06
Revert "log to stderr instead of stdout"
Brian Anderson
-12
/
+16
2012-02-06
change gcc_args to cc_args and make win32 use gcc
Jyun-Yan You
-30
/
+35
2012-02-06
use cc instead of gcc
Jyun-Yan You
-1
/
+4
2012-02-06
Make keyword table in reference reflect reality more closely
Marijn Haverbeke
-6
/
+6
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-168
/
+188
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-969
/
+661
[prev]
[next]