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-02
make sure we do not bind unique closures (or blocks, for that matter)
Niko Matsakis
-10
/
+43
2012-03-02
rustdoc: Remove some debug logging
Brian Anderson
-2
/
+0
2012-03-01
rt: Make fields of rust_task_thread private where possible
Brian Anderson
-39
/
+36
2012-03-01
rt: rust_task_thread isn't ref counted
Brian Anderson
-2
/
+0
2012-03-01
rt: Remove vec_append.ll
Brian Anderson
-138
/
+0
2012-03-01
rustdoc: Extract markdown header logic. Needed for indexing
Brian Anderson
-30
/
+78
2012-03-01
rustdoc: Stop having pandoc write the TOC
Brian Anderson
-1
/
+0
2012-03-01
rustdoc: Add index records to the doc tree
Brian Anderson
-4
/
+31
2012-03-01
rt: Remove rust_kernel::live_tasks. Unused
Brian Anderson
-8
/
+3
2012-03-01
rustdoc: Teach rustdoc to run pandoc
Brian Anderson
-6
/
+74
2012-03-01
Use the correct prestate for calls
Tim Chevalier
-2
/
+9
2012-03-01
Make sure resource item types get written by typechecker
Marijn Haverbeke
-5
/
+7
2012-03-01
Add test case for #1894
Marijn Haverbeke
-0
/
+31
2012-02-29
std: DeCamelCase fs::splitDirnameBasename
Brian Anderson
-3
/
+3
2012-02-29
rustdoc: Extract markdown_writer from markdown_pass
Brian Anderson
-90
/
+103
2012-02-29
rustdoc: Write markdown to a file instead of stdout
Brian Anderson
-7
/
+47
2012-02-29
rustdoc: Use unique types for writing markdown output
Brian Anderson
-34
/
+73
2012-02-29
etc: Remove rustdoc script
Brian Anderson
-34
/
+0
2012-02-29
rustdoc: Refactor markdown_pass
Brian Anderson
-34
/
+47
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-73
/
+112
2012-02-29
core: Change a number of arguments in vec to const vecs
Brian Anderson
-31
/
+32
2012-02-29
un-xfail test, remove old comment
Niko Matsakis
-2
/
+0
2012-02-29
report the type of the method as the fty, not the type of the expression
Niko Matsakis
-2
/
+3
2012-02-29
add the ability to snag the frame so we can verify that we are inlining
Niko Matsakis
-1
/
+37
2012-02-29
Merge pull request #1912 from tychosci/json-newline-after-outer-rparen
Erick Tryzelaar
-0
/
+10
2012-02-29
Delete-trailing-whitespace
Marijn Haverbeke
-1
/
+1
2012-02-29
Actually use last_use info on closed over var in kind.rs
Marijn Haverbeke
-4
/
+11
2012-02-29
Recognize last uses for copied closed-over variables
Marijn Haverbeke
-118
/
+171
2012-02-29
libstd: Skip trailing whitespaces after JSON value
Tycho Sci
-12
/
+9
2012-02-29
libstd: Skip trailing whitespaces after outer rparen
Tycho Sci
-2
/
+15
2012-02-28
rustdoc: Parse command line opts
Brian Anderson
-7
/
+9
2012-02-28
rustdoc: Add -h flag
Brian Anderson
-4
/
+24
2012-02-28
libcore: Remove vec::to_ptr in favor of vec::unsafe::to_ptr. Closes #1829.
Patrick Walton
-35
/
+29
2012-02-28
rt: strings should escape chars like '\n' as '\n'
Erick Tryzelaar
-4
/
+13
2012-02-28
std: rewrite json.rs to fix bugs and use readers/writers
Erick Tryzelaar
-226
/
+669
2012-02-28
expose float::pow_with_uint.
Erick Tryzelaar
-6
/
+7
2012-02-28
core/std: whitespace fixes.
Erick Tryzelaar
-3
/
+4
2012-02-28
std: Add helpers to simplify making str io::writers
Erick Tryzelaar
-0
/
+13
2012-02-28
vim: add "to" as a keyword.
Erick Tryzelaar
-2
/
+2
2012-02-28
rt: Reset the stack boundary after returning from crust functions
Brian Anderson
-0
/
+3
2012-02-28
std: Ignore uv tests on FreeBSD
Brian Anderson
-0
/
+2
2012-02-28
changing rust loop to 1 thread
Jeff Olson
-1
/
+1
2012-02-28
add rust_uv_loop_delete to rustrt.def.in
Jeff Olson
-0
/
+1
2012-02-28
add uv::loop_delete()
Jeff Olson
-32
/
+75
2012-02-28
correcting for libuv behavior that differs between linux & windows
Jeff Olson
-20
/
+36
2012-02-28
moving new uv stuff into uv.rs and rust_uv.cpp
Jeff Olson
-1551
/
+691
2012-02-28
fzzzy's patch for rustrt.def.in
Jeff Olson
-0
/
+13
2012-02-28
trailing whitespace fixes
Jeff Olson
-12
/
+10
2012-02-28
finishing up simple uv_timer impl
Jeff Olson
-30
/
+211
2012-02-28
cleaning up uv_async stuff and stubbing uv_timer
Jeff Olson
-74
/
+279
[prev]
[next]