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-28
removed hello world and added uv_async_*
Jeff Olson
-42
/
+154
2012-02-28
everything is laid out and working through a basic hw
Jeff Olson
-0
/
+250
2012-02-28
Also do normal impl method lookup for type parameters
Marijn Haverbeke
-2
/
+1
2012-02-28
Bail out of calling tydesc glue in an unreachable context
Marijn Haverbeke
-0
/
+1
2012-02-28
rename aux to auxiliary, since aux is apparently reserved on windows
Niko Matsakis
-0
/
+0
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-23
/
+78
2012-02-28
enumerate ids for arguments too
Niko Matsakis
-1
/
+5
2012-02-28
add #[inline] to vec::iter
Niko Matsakis
-0
/
+1
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-106
/
+118
2012-02-28
remove temp sanity check
Niko Matsakis
-3
/
+0
2012-02-28
correct freevar encoding, add more debugging output
Niko Matsakis
-3
/
+16
2012-02-28
add debugging mode which emits more verbose info
Niko Matsakis
-13
/
+59
2012-02-27
Add libc module to libcore and utility file to help generate it.
Graydon Hoare
-7
/
+1144
2012-02-27
std: Make merge_sort faster
Brian Anderson
-15
/
+27
2012-02-27
rustdoc: Fix bustage
Brian Anderson
-1
/
+1
2012-02-27
rustdoc: Clean up pass names
Brian Anderson
-6
/
+6
2012-02-27
rustdoc: Time passes
Brian Anderson
-47
/
+113
2012-02-27
rt: Don't zero new stacks
Brian Anderson
-33
/
+28
2012-02-27
rt: Change the way the kernel exits to avoid pthread leaks
Brian Anderson
-28
/
+44
2012-02-27
Revert "rt: Reconfigure the C stack for valgrind each time it's used"
Brian Anderson
-1
/
+1
2012-02-26
rustdoc: Optimize some closures to avoid copying
Brian Anderson
-9
/
+15
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-30
/
+30
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-23
/
+23
2012-02-26
rustdoc: Remove some unused exports
Brian Anderson
-1
/
+0
2012-02-26
rustdoc: Add parallel folds for native mods
Brian Anderson
-3
/
+31
2012-02-26
rustdoc: Use default_any_fold in some tests
Brian Anderson
-2
/
+2
2012-02-26
rustdoc: Refactor some of the map code
Brian Anderson
-18
/
+43
2012-02-26
rustdoc: Do less copying in util::parmap
Brian Anderson
-4
/
+8
2012-02-26
rustdoc: Add command line option parsing and a config record
Brian Anderson
-0
/
+258
2012-02-26
rt: Remove unused forward declaration of rust_realloc_shared
Brian Anderson
-2
/
+0
2012-02-26
rt: Remove ptr_vec. Unused
Brian Anderson
-119
/
+0
2012-02-26
rt: Remove smart_ptr. Unused
Brian Anderson
-34
/
+0
2012-02-25
Disallow type parameters in the main() function
Tim Chevalier
-0
/
+15
2012-02-24
retool serializer to be built by stage0 rustc
Niko Matsakis
-2
/
+7
2012-02-24
Test for #1374
Niko Matsakis
-0
/
+9
2012-02-24
add an option to the final cc so that it prints out/logs unreclaimed ptrs
Niko Matsakis
-1
/
+27
2012-02-24
Add temp cleanups for copy/move mode args when other args fail. Fixes #1374
Niko Matsakis
-5
/
+29
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-942
/
+10674
2012-02-24
allow snapshot to be specified in make command line
Niko Matsakis
-13
/
+21
2012-02-24
Start next_id at 1 to make the compiler happy
Jesse Ruderman
-2
/
+2
2012-02-24
AST fuzzer: remove ignores for fixed issues; update issue URLs
Jesse Ruderman
-43
/
+20
2012-02-24
Improve the cycle-collector fuzzer
Jesse Ruderman
-27
/
+59
2012-02-24
Register new snapshots.
Graydon Hoare
-3
/
+11
2012-02-24
rustdoc: Reexport native functions
Brian Anderson
-1
/
+23
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-14
/
+42
2012-02-24
rustdoc: Fix some remaining bugs around native mods
Brian Anderson
-1
/
+20
2012-02-24
rustdoc: Sort native mods
Brian Anderson
-1
/
+3
2012-02-24
rustdoc: Write markdown for native mods and fns
Brian Anderson
-1
/
+22
2012-02-24
rustdoc: Add types for native functions
Brian Anderson
-1
/
+29
2012-02-24
rustdoc: Extract attribute docs from native stuffs
Brian Anderson
-0
/
+13
[prev]
[next]