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-22
Make the various from_str functions return options
Marijn Haverbeke
-315
/
+203
2012-02-22
Add core::to_str module
Marijn Haverbeke
-0
/
+96
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-87
/
+18
2012-02-22
Clean up small things in syntax submodules
Marijn Haverbeke
-51
/
+27
2012-02-21
rustdoc: Turn off parallel folding until I figure out what's wrong on OS X
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Make it easy to switch between parallel and sequential folds
Brian Anderson
-13
/
+28
2012-02-21
rustdoc: Convert most passes to parallel folds
Brian Anderson
-13
/
+14
2012-02-21
rustdoc: Implement a parallel fold
Brian Anderson
-27
/
+92
2012-02-21
rustdoc: Implement astsrv in a dedicated task
Brian Anderson
-22
/
+55
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-165
/
+200
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-37
/
+37
2012-02-21
rustc: Generate crates with #ast
Brian Anderson
-0
/
+25
2012-02-21
core: Fix unused variable warning
Brian Anderson
-1
/
+1
2012-02-21
core: Fix to_str_exact for floats with no decimal component
Brian Anderson
-1
/
+8
2012-02-21
core: Add option::unwrap
Brian Anderson
-0
/
+51
2012-02-21
Clean up unification code
Marijn Haverbeke
-328
/
+116
2012-02-21
Clean up some FIXMEs in middle:: modules
Marijn Haverbeke
-124
/
+88
2012-02-21
Move trans::type_of code into its own file
Marijn Haverbeke
-220
/
+223
2012-02-21
Include @ in crate_ctxt and fn_ctxt type definitions
Marijn Haverbeke
-160
/
+160
2012-02-21
Remove unused tydesc argument to upcall_shared_malloc
Marijn Haverbeke
-23
/
+10
2012-02-21
Make the cleanup tag in resource types a u8
Marijn Haverbeke
-11
/
+9
2012-02-21
Remove some checks and associated FIXMEs from trans code
Marijn Haverbeke
-120
/
+37
2012-02-21
Clean up a number of TODOs in the trans modules
Marijn Haverbeke
-297
/
+272
2012-02-21
core: Resolve a FIXME in str module
Brian Anderson
-3
/
+6
2012-02-20
core: Remove a useless test from option mod
Brian Anderson
-3
/
+0
2012-02-20
More work on typechecking classes
Tim Chevalier
-7
/
+48
2012-02-20
core: New task API
Brian Anderson
-721
/
+919
2012-02-20
Re-XFAIL test that I accidentally
Tim Chevalier
-0
/
+1
2012-02-20
fix whitespace again
Tim Chevalier
-2
/
+1
2012-02-20
Oops, my whitespace is showing
Tim Chevalier
-1
/
+1
2012-02-20
Further work on resolving and typechecking classes
Tim Chevalier
-28
/
+200
2012-02-20
rustdoc: Remove stray log
Brian Anderson
-1
/
+0
2012-02-20
rustdoc: astsrv::exec should return sendable types
Brian Anderson
-32
/
+51
2012-02-20
rustdoc: Document reexports
Brian Anderson
-1
/
+302
2012-02-20
cargo: Install blobs to $sysroot/(bin|lib) on system-mode
Tycho Sci
-6
/
+29
2012-02-20
cargo: Use system-mode by default except "install"
Tycho Sci
-30
/
+26
2012-02-20
cargo: Use $sysroot/$libdir/cargo as work dir
Tycho Sci
-3
/
+3
2012-02-19
Merge pull request #1869 from cpeterso/master
Brian Anderson
-1
/
+18
2012-02-19
rt: Add some lock_and_signal assertions
Chris Peterson
-0
/
+5
2012-02-19
rt: Initialize Windows CRITICAL_SECTION with non-zero spin count
Chris Peterson
-1
/
+12
2012-02-19
rt: Delete Windows CRITICAL_SECTION in dtor
Chris Peterson
-0
/
+1
2012-02-19
vim: fix indenting enums and macros
Erick Tryzelaar
-1
/
+2
2012-02-18
core: Export future mod
Brian Anderson
-1
/
+2
2012-02-18
core: When running tests sequentially, print the test name before running it
Brian Anderson
-2
/
+11
2012-02-18
core: Define futures in terms of local functions, of which port::recv is one ...
Brian Anderson
-20
/
+43
2012-02-18
rustc: Add missing space to error message
Brian Anderson
-1
/
+1
2012-02-18
Merge pull request #1860 from erickt/master
Brian Anderson
-47
/
+96
2012-02-18
rt: rename nano_time() builtin to match time::precise_time_ns()
Chris Peterson
-4
/
+4
2012-02-18
std: Add tests for time module
Chris Peterson
-0
/
+47
2012-02-18
std: Expand doc comments for time module
Chris Peterson
-6
/
+23
[prev]
[next]