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-03-06
rustdoc: Put brief descriptions in the indexes
Brian Anderson
-1
/
+29
2012-03-06
rustdoc: Write links correctly for multi-page docs
Brian Anderson
-26
/
+91
2012-03-06
rustdoc: Parallelize markdown_pass
Brian Anderson
-3
/
+3
2012-03-06
rustdoc: Run pandoc in a way that won't deadlock waiting for IO
Brian Anderson
-6
/
+13
2012-03-06
rt: Change the rust_port refcounting scheme to avoid races
Brian Anderson
-21
/
+26
2012-03-06
UTF-16-ify the win32 env routines.
Graydon Hoare
-13
/
+44
2012-03-06
Export os, libc and path from libcore.
Graydon Hoare
-7
/
+2
2012-03-06
rustdoc: Detect when pandoc isn't available
Brian Anderson
-24
/
+104
2012-03-06
rustdoc: Add some more error reporting for pandoc
Brian Anderson
-2
/
+25
2012-03-06
rustdoc: Write a new file for each page
Brian Anderson
-15
/
+47
2012-03-06
rustdoc: Add a pass to split the document into pages
Brian Anderson
-0
/
+237
2012-03-06
core: Remove some explicit move capture clauses
Brian Anderson
-18
/
+18
2012-03-06
rustdoc: Remove Google's copyright notice
Brian Anderson
-4
/
+0
2012-03-06
core: Inline a bunch of unsafe functions
Brian Anderson
-0
/
+8
2012-03-06
make inline enabled by default
Niko Matsakis
-6
/
+1
2012-03-06
Add a reachability checker, only export metadata for reachable items
Marijn Haverbeke
-7
/
+146
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-132
/
+151
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-209
/
+75
2012-03-06
Don't attach def ids to types when the type already contains the def id
Marijn Haverbeke
-16
/
+3
2012-03-06
Register new snapshot
Marijn Haverbeke
-0
/
+8
2012-03-05
rt: Add a hack to fix a port detach bug
Brian Anderson
-1
/
+12
2012-03-05
etc: Add more helgrind suppressions for i686
Brian Anderson
-0
/
+19
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-20
/
+12
2012-03-05
rt: Properly block tasks while waiting for port detach
Brian Anderson
-12
/
+67
2012-03-05
rt: Make rust_port_detach less contentious
Brian Anderson
-20
/
+23
2012-03-05
rt: Make linked failure less prone to deadlock
Brian Anderson
-31
/
+58
2012-03-05
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
Brian Anderson
-5
/
+23
2012-03-05
rt: Stop calling prepare_valgrind_stack when it's not needed
Brian Anderson
-2
/
+0
2012-03-05
rt: Simplify reap_dead_tasks
Brian Anderson
-19
/
+12
2012-03-05
rt: Add an assert to the scheduler loop
Brian Anderson
-1
/
+2
2012-03-05
rt: Move receive code into rust_port
Brian Anderson
-28
/
+24
2012-03-05
rt: Simplify the recv interface
Brian Anderson
-21
/
+13
2012-03-05
rt: Move some code from rust_port_detach into rust_port::detach
Brian Anderson
-6
/
+6
2012-03-05
rt: Move some locking from rust_port to rust_task
Brian Anderson
-6
/
+2
2012-03-05
rt: Renome rust_task::lock to port_lock
Brian Anderson
-14
/
+14
2012-03-05
rt: Make the rust_task_thread lock private
Brian Anderson
-4
/
+2
2012-03-05
rt: Move transition from rust_task to rust_task_thread
Brian Anderson
-22
/
+42
2012-03-05
rt: Protect cond and cond_name with the state_lock
Brian Anderson
-16
/
+21
2012-03-05
rt: Don't take the task lock on state transitions
Brian Anderson
-6
/
+0
2012-03-05
etc: Add helgrind suppressions for libunwind
Brian Anderson
-1
/
+26
2012-03-05
rt: Protect rust_task::state with a lock
Brian Anderson
-5
/
+15
2012-03-05
rt: Protect rust_task::killed with a lock
Brian Anderson
-4
/
+13
2012-03-05
test: Add test for #979
Brian Anderson
-0
/
+12
2012-03-05
std: Use util::unreachable
Brian Anderson
-7
/
+7
2012-03-05
rustc: Use std::util::unreachable
Brian Anderson
-4
/
+4
2012-03-05
rustc: Make llvm_err non-returning
Brian Anderson
-4
/
+1
2012-03-05
rustc: Use consistent casing for names of timed passes
Brian Anderson
-1
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-108
/
+107
2012-03-05
rustc: Remove some redundant text from error messages
Brian Anderson
-2
/
+2
2012-03-05
print type arguments when pretty-printing all nominal types
Niko Matsakis
-2
/
+17
[prev]
[next]