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
2013-12-26
librustc: De-`@mut` the `impl_trait_cache`
Patrick Walton
-6
/
+12
2013-12-26
librustc: De-`@mut` the `trait_methods_cache`
Patrick Walton
-5
/
+7
2013-12-26
librustc: De-`@mut` the `trait_method_def_ids` table.
Patrick Walton
-6
/
+12
2013-12-26
librustc: De-`@mut` the type context's `methods` table
Patrick Walton
-15
/
+40
2013-12-26
librustc: De-`@mut` the `node_type_substs` table
Patrick Walton
-14
/
+28
2013-12-26
librustc: De-`@mut` the type interner
Patrick Walton
-6
/
+12
2013-12-26
librustc: De-`@mut` `FnCtxt`.
Patrick Walton
-102
/
+104
2013-12-26
librustc: Change `@mut Block` to `@Block`.
Patrick Walton
-589
/
+605
2013-12-26
std: result::collect to take an iterator, add option::collect
Erick Tryzelaar
-29
/
+97
2013-12-26
std: remove some test warnings
Erick Tryzelaar
-2
/
+1
2013-12-26
Register new snapshots
Alex Crichton
-135
/
+9
2013-12-27
std::hashmap: add an example to mangle.
Huon Wilson
-0
/
+37
2013-12-26
std::rand: remove the `fn main()` from the examples.
Huon Wilson
-174
/
+113
2013-12-26
auto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton
bors
-27
/
+115
2013-12-26
auto merge of #10965 : alexcrichton/rust/libgreen, r=brson
bors
-6319
/
+5646
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-191
/
+274
2013-12-25
Method-ify CStore
Steven Fackler
-193
/
+176
2013-12-25
Remove out of date test
Steven Fackler
-62
/
+0
2013-12-24
rustc: Strip struct fields and enum variants
Alex Crichton
-1
/
+92
2013-12-24
Remove rust_globals.h
Brian Anderson
-143
/
+37
2013-12-24
green: Move a scheduler test inside libgreen
Alex Crichton
-61
/
+72
2013-12-24
std: Remove must deferred sending functions
Alex Crichton
-43
/
+19
2013-12-24
rustuv: Remove the id() function from IoFactory
Alex Crichton
-32
/
+27
2013-12-24
std: Stop reexporting the contents of 'mod consts'
Alex Crichton
-6
/
+4
2013-12-24
rustuv: Fix a memory leak (documented inside)
Alex Crichton
-7
/
+25
2013-12-24
rustuv: Fix a use-after-free on destruction
Alex Crichton
-2
/
+12
2013-12-24
native: Protect against spurious wakeups on cvars
Alex Crichton
-27
/
+54
2013-12-24
rustuv: Fix a use-after-free bug
Alex Crichton
-3
/
+7
2013-12-24
green: Properly wait for main before shutdown
Alex Crichton
-45
/
+143
2013-12-24
Test fixes and rebase problems
Alex Crichton
-102
/
+126
2013-12-24
rustc: Temporarily inject libgreen with librustuv
Alex Crichton
-0
/
+9
2013-12-24
green: Fixing all tests from previous refactorings
Alex Crichton
-282
/
+351
2013-12-24
green: Allow specifying an IoFactory for pools
Alex Crichton
-10
/
+26
2013-12-24
std: Implement yields on receives for channels
Alex Crichton
-5
/
+20
2013-12-24
rustuv: Write homing tests with SchedPool
Alex Crichton
-146
/
+84
2013-12-24
Finalize the green::Pool type
Alex Crichton
-250
/
+185
2013-12-24
rustuv: Get all tests passing again after refactor
Alex Crichton
-313
/
+286
2013-12-24
native: Add tests and cleanup entry points
Alex Crichton
-17
/
+139
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-587
/
+448
2013-12-24
std: Update std::rt::thread to specify stack sizes
Alex Crichton
-8
/
+16
2013-12-24
std: Fix a bug where Local::take() didn't zero out
Alex Crichton
-1
/
+3
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-2040
/
+1695
2013-12-24
native: Introduce libnative
Alex Crichton
-85
/
+386
2013-12-24
std: Reimplement std::comm without the scheduler
Alex Crichton
-362
/
+40
2013-12-24
std: Move management of the exit code to std::os
Alex Crichton
-5
/
+15
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-400
/
+644
2013-12-24
std: Change Any::move to never consume the object
Alex Crichton
-9
/
+10
2013-12-24
std: Make logging safely implemented
Alex Crichton
-21
/
+11
2013-12-24
std: Handle prints with literally no context
Alex Crichton
-4
/
+25
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-176
/
+118
[prev]
[next]