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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
Camel case more std types
Brian Anderson
-41
/
+55
2012-08-29
std: Camel case some constructors
Brian Anderson
-86
/
+85
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-25
/
+52
2012-08-29
core: Export sys::Closure
Brian Anderson
-0
/
+1
2012-08-29
Add sys::Closure type
Brian Anderson
-0
/
+27
2012-08-29
Add vec::truncate, for efficiently shortening a vector.
Jed Davis
-0
/
+24
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-39
/
+39
2012-08-29
Replace core::path with contents of core::path2. Back to one path module.
Graydon Hoare
-985
/
+480
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-20
/
+54
2012-08-29
Merge pull request #3299 from jld/mz-forceinline
Graydon Hoare
-1
/
+1
2012-08-29
vtable.rs: adjust formatting, correct build error
Niko Matsakis
-215
/
+224
2012-08-29
Refactor representation of borrowing so that it is tracked by fn_ctxt and not...
Niko Matsakis
-486
/
+514
2012-08-29
Fix MZ_FORCEINLINE define to work with GCC 4.7.1.
Jed Davis
-1
/
+1
2012-08-28
libcore: fix a typo exporting Err.
Erick Tryzelaar
-1
/
+1
2012-08-28
Comment the default case in typeck::check::vtable::lookup_vtable copiously
Tim Chevalier
-10
/
+98
2012-08-28
In ty::impl_traits, treat structs properly
Tim Chevalier
-15
/
+24
2012-08-28
correct name of SendMap trait
Niko Matsakis
-1
/
+1
2012-08-28
CamelCasify lots of std
Ben Striegel
-763
/
+783
2012-08-28
Add lint modes for uses of @ and ~ pointers, in general.
Graydon Hoare
-1
/
+119
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-2
/
+1971
2012-08-28
Import Result, Ok, and Err by default. Closes #3287
Brian Anderson
-0
/
+3
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-232
/
+314
2012-08-28
refactor send_map impl to be based on structs
Niko Matsakis
-19
/
+47
2012-08-28
rustc: Add cfg(gc) and cfg(nogc).
Elliott Slaughter
-9
/
+16
2012-08-28
Fix a test that mysteriously resolves correctly when not check-fasting
Brian Anderson
-1
/
+1
2012-08-28
De-abstract std::sort:qsort3, which uses only the trait-based lt/eq.
Jed Davis
-9
/
+8
2012-08-27
make rand code use slices
Niko Matsakis
-14
/
+14
2012-08-27
preliminary work on making future's sendable
Niko Matsakis
-29
/
+89
2012-08-27
libcore: Replace a bunch of "== None" with ".is_none()".
Patrick Walton
-80
/
+80
2012-08-27
libcore: Use is_none() in pipes
Patrick Walton
-1
/
+1
2012-08-27
libcore: Fix equality for pointers... again
Patrick Walton
-2
/
+2
2012-08-27
libcore: Fix signature of the impl for *T
Patrick Walton
-1
/
+1
2012-08-27
libcore: Fix a use of the shape glue in TLS
Patrick Walton
-1
/
+1
2012-08-27
libcore: Implement equality for pointers
Patrick Walton
-0
/
+6
2012-08-27
rustc: Implement equality for option types
Patrick Walton
-0
/
+21
2012-08-27
Camel case various core constructors
Brian Anderson
-536
/
+521
2012-08-27
Remove deprecated modes from libstd/getopts.rs
Kevin Cantu
-43
/
+50
2012-08-27
libcore: Implement equality and ordering on vectors
Patrick Walton
-0
/
+75
2012-08-27
Add some counters to metadata.
Graydon Hoare
-2
/
+62
2012-08-27
Turn off the verbose-mode of ebml.
Graydon Hoare
-1
/
+1
2012-08-27
libcore: Implement Eq for string types
Patrick Walton
-0
/
+25
2012-08-27
libcore: Fix build harder
Patrick Walton
-27
/
+27
2012-08-27
Mark intrinsic::tydesc with #[allow(non_camel_case_types)]
Brian Anderson
-0
/
+1
2012-08-27
libcore: Fix core test
Patrick Walton
-17
/
+27
2012-08-27
Convert core::result to camel case
Brian Anderson
-845
/
+845
2012-08-27
libcore: Implement ord and eq language items
Patrick Walton
-37
/
+54
2012-08-27
rustc: Avoid an allocation on every GEPi
Patrick Walton
-114
/
+110
2012-08-27
remove ipv4 match which looks like it was... purposeless
Niko Matsakis
-58
/
+54
2012-08-27
fix a few remaining unused pattern binding warnings
Niko Matsakis
-3
/
+3
2012-08-27
rustc: make sure to import shr.
Erick Tryzelaar
-1
/
+1
[next]