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-09-03
libstd: Make ToBase64 take slices
Patrick Walton
-2
/
+2
2012-09-03
libstd: Make URL parsing not require unique strings, and have URLs implement ...
Patrick Walton
-7
/
+19
2012-09-03
rustc: Run all intrinsics through the monomorphiser
Brian Anderson
-39
/
+22
2012-09-03
libstd: Export query_to_str from net::url
Patrick Walton
-0
/
+1
2012-09-03
Fix cross-crate inlining of intrinsics
Brian Anderson
-3
/
+29
2012-09-03
libcore: Add missing from_str.rs
Patrick Walton
-0
/
+3
2012-09-03
libstd: Implement a Sort trait.
Patrick Walton
-0
/
+9
2012-09-03
rustc: Fix an LLVM assertion that tripped when borrowing a by-val method rece...
Patrick Walton
-7
/
+20
2012-09-03
core: Add missing from_str.rs
Brian Anderson
-0
/
+3
2012-09-03
libstd: Export the url() constructor from net_url
Patrick Walton
-1
/
+1
2012-09-03
libcore: Add a from_str trait
Patrick Walton
-0
/
+12
2012-09-03
libstd: Make net_url::encode no longer require a unique string
Patrick Walton
-27
/
+27
2012-09-03
libcore: Remove as_bytes_slice
Patrick Walton
-0
/
+5
2012-09-02
libstd: Make URLs structs
Patrick Walton
-3
/
+3
2012-09-02
Camel case core::ops
Brian Anderson
-46
/
+44
2012-09-02
std: Camel case the rope module
Brian Anderson
-143
/
+142
2012-09-02
rustc: Don't translate the expression twice when adapting a borrowed method r...
Patrick Walton
-1
/
+20
2012-09-02
Silence non-implicitly-copyable-typarams in coretest
Brian Anderson
-61
/
+69
2012-09-02
core: Only warn about implicitly copying vecs
Brian Anderson
-1
/
+1
2012-09-02
core: warn(non_camel_case_types) everywhere, with few exceptions
Brian Anderson
-55
/
+9
2012-09-02
Fix use of reinterpret_cast in to_mut_unsafe_ptr
Brian Anderson
-1
/
+1
2012-09-02
std: Allow camel case for list type
Brian Anderson
-0
/
+1
2012-09-02
libcore: Add ptr::to_mut_unsafe_ptr
Patrick Walton
-2
/
+11
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-46
/
+10
2012-09-02
core: deny(vecs_implicity_copyable)
Brian Anderson
-27
/
+37
2012-09-02
Camel case core::intrinsic
Brian Anderson
-71
/
+70
2012-09-01
Remove the 'to' keyword
Brian Anderson
-2417
/
+2416
2012-09-01
Demode reinterpret_cast
Brian Anderson
-147
/
+148
2012-09-01
Try to work around check-fast breakage
Brian Anderson
-2
/
+2
2012-09-01
Merge pull request #3343 from killerswan/modes9
Brian Anderson
-17
/
+30
2012-09-01
Add test for #2989
Brian Anderson
-0
/
+33
2012-09-01
Demode sort.rs
Kevin Cantu
-12
/
+16
2012-09-01
Demode fun_treemap.rs
Kevin Cantu
-3
/
+5
2012-09-01
Confirm demode of map.rs and prettyprint.rs
Kevin Cantu
-1
/
+2
2012-09-01
Confirm demode of base64.rs
Kevin Cantu
-0
/
+2
2012-09-01
Confirm demode of cell.rs
Kevin Cantu
-0
/
+2
2012-09-01
Confirm demode of unicode.rs
Kevin Cantu
-1
/
+3
2012-08-31
Remove type annotation that is no longer necessary
Tim Chevalier
-2
/
+1
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-102
/
+103
2012-08-31
jit: Correct formatting and argv[0] for JITted programs
Zack Corr
-13
/
+22
2012-08-31
jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...
Zack Corr
-36
/
+79
2012-08-31
Add JIT testing to compiletest with --jit
Brian Anderson
-10
/
+37
2012-08-31
Add a morestack_addr (temporary) intrinsic
Brian Anderson
-0
/
+24
2012-08-31
jit: correct formatting
Zack Corr
-1
/
+3
2012-08-31
jit: Forgot header for inlining pass
Zack Corr
-0
/
+1
2012-08-31
jit: Add passes and cleanup code
Zack Corr
-44
/
+26
2012-08-31
jit: Link in __morestack and make it resolvable by JIT
Zack Corr
-9
/
+7
2012-08-31
jit: Add custom memory manager (still segfaulting)
Zack Corr
-17
/
+275
2012-08-31
Add experimental JIT compiler
Zack Corr
-12
/
+102
2012-08-31
Add rust_annihilate_box to rustrt.def.in
Brian Anderson
-0
/
+1
[prev]
[next]