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-18
std: Fix Windows system time conversion for get_time()
Chris Peterson
-11
/
+14
2012-02-17
Refactor view_path to parse (but not yet process) export globs, unify code pa...
Graydon Hoare
-401
/
+423
2012-02-17
Add new test for export globs, xfailed.
Graydon Hoare
-0
/
+11
2012-02-17
core: Make vec::push faster
Brian Anderson
-2
/
+3
2012-02-17
rustdoc: Find the path to all item types
Brian Anderson
-10
/
+21
2012-02-17
rustdoc: Add a test that we can tolerate missing external crates
Brian Anderson
-1
/
+7
2012-02-17
rustc: Make resolve more forgiving of missing external crates
Brian Anderson
-7
/
+16
2012-02-17
rustdoc: Simplify attr pass
Brian Anderson
-307
/
+99
2012-02-17
rustdoc: Simplify desc pass
Brian Anderson
-60
/
+14
2012-02-17
rustdoc: Simplify desc_to_brief pass
Brian Anderson
-97
/
+7
2012-02-17
rustdoc: Add an item fold
Brian Anderson
-14
/
+49
2012-02-17
rustdoc: Refactor itemdoc creation in extract pass
Brian Anderson
-40
/
+32
2012-02-17
rustdoc: Extract itemdoc creation
Brian Anderson
-56
/
+18
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-296
/
+423
2012-02-17
rustdoc: Add path field to all item docs
Brian Anderson
-0
/
+14
2012-02-17
rustdoc: Resolve imports and reexports
Brian Anderson
-36
/
+148
2012-02-17
Move debuginfo into trans
Marijn Haverbeke
-1
/
+1
2012-02-17
Clean up some of trans using block combinators
Marijn Haverbeke
-908
/
+792
2012-02-17
Simplify get_tydesc's API
Marijn Haverbeke
-44
/
+22
2012-02-17
Clean up block_ctxt representation
Marijn Haverbeke
-140
/
+131
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-93
/
+319
2012-02-17
rt: Don't take the lock when reallocing in the kernel memory region
Brian Anderson
-2
/
+2
2012-02-17
rt: Don't hit TLS on upcall_vec_push unless necessary
Brian Anderson
-5
/
+15
2012-02-17
rt: Don't log on entry to upcall_vec_push. Also slow
Brian Anderson
-2
/
+0
2012-02-17
rt: Don't do the stack canary check in upcall_vec_push. Too slow
Brian Anderson
-4
/
+0
2012-02-17
rt: Simplify upcall_vec_push
Brian Anderson
-23
/
+11
2012-02-17
rt: Make the stack canary just a word on the stk_seg struct
Brian Anderson
-13
/
+12
2012-02-17
Add a win32-ignore attribute to a should-fail test.
Graydon Hoare
-0
/
+1
2012-02-17
std: Add some env() and getenv() tests
Chris Peterson
-9
/
+46
2012-02-17
std: Fix env() assert when an environment variable's value contains a '=' char
Chris Peterson
-1
/
+1
2012-02-16
core: add str::find_from.
Erick Tryzelaar
-7
/
+46
2012-02-16
core: rewrite str::byte_index to use vec functions
Erick Tryzelaar
-8
/
+16
2012-02-16
core: slim down str.rs by importing some and none.
Erick Tryzelaar
-34
/
+36
2012-02-16
rt: Untabify rust_port_selector.cpp
Brian Anderson
-32
/
+32
2012-02-16
rt: Randomize port selection
Brian Anderson
-2
/
+6
2012-02-16
core: Add comm::select2
Brian Anderson
-1
/
+121
2012-02-16
rt: Add rust_port_select function
Brian Anderson
-9
/
+151
2012-02-16
More rigorous reuse of cleanup sequences
Marijn Haverbeke
-154
/
+171
2012-02-16
Remove to_zero/to_revoke kludge
Marijn Haverbeke
-71
/
+25
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-206
/
+224
2012-02-15
move shape into trans
Niko Matsakis
-1
/
+1
2012-02-15
test: Assert that the result is correct in run-pass/crust-stress
Brian Anderson
-1
/
+1
2012-02-15
bench: Add a test for task concurrency
Brian Anderson
-0
/
+68
2012-02-15
A test that I forgot to git-add
Marijn Haverbeke
-0
/
+6
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-124
/
+192
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-115
/
+52
2012-02-15
Register new snapshot
Marijn Haverbeke
-0
/
+8
2012-02-15
Fix use of expr_alt in fuzzer that was causing the build to fail
Marijn Haverbeke
-1
/
+1
2012-02-15
Fix bug in safe-reference checker
Marijn Haverbeke
-36
/
+24
2012-02-15
Fix bad line printing for parse errors
Marijn Haverbeke
-12
/
+20
[prev]
[next]