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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-2
/
+2
2012-08-30
Fix some more test breakage.
Graydon Hoare
-3
/
+6
2012-08-30
test: Fix compile-fail tests
Patrick Walton
-0
/
+11
2012-08-30
rustc: "extern mod { ... }" should be written "extern { ... }" instead
Patrick Walton
-2
/
+2
2012-08-30
Fix auto_serialize test.
Graydon Hoare
-0
/
+35
2012-08-30
test: Add a test for unused constants in foreign modules
Patrick Walton
-0
/
+8
2012-08-30
Bump version to 0.4
Brian Anderson
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-110
/
+211
2012-08-29
std: Camel case some constructors
Brian Anderson
-17
/
+17
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-0
/
+9
2012-08-28
In ty::impl_traits, treat structs properly
Tim Chevalier
-0
/
+20
2012-08-28
CamelCasify lots of std
Ben Striegel
-30
/
+30
2012-08-28
Add lint modes for uses of @ and ~ pointers, in general.
Graydon Hoare
-0
/
+33
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-43
/
+43
2012-08-28
Fix a test that mysteriously resolves correctly when not check-fasting
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-198
/
+182
2012-08-27
Convert core::result to camel case
Brian Anderson
-7
/
+7
2012-08-26
fix bench test for arc::arc camelcase
Ben Blum
-3
/
+3
2012-08-26
convert std::arc tests to use camel case ARCs
Ben Blum
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-507
/
+507
2012-08-26
Fix build breakage
Brian Anderson
-3
/
+4
2012-08-25
Update test for new struct field syntax (fixes build breakage)
Tim Chevalier
-1
/
+1
2012-08-25
Add test case for #2356
Tim Chevalier
-0
/
+4
2012-08-24
Fix a curious failure not seen during testing.
Graydon Hoare
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-18
/
+13
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-0
/
+11
2012-08-24
Add a compile-fail test for #3255
Ben Blum
-0
/
+9
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-2
/
+1
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-2
/
+41
2012-08-23
Add a test case for helpful errors when copying into closures (#2942)
Ben Blum
-0
/
+39
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-0
/
+8
2012-08-23
remove a print in msgsend-ring-rw-arcs
Ben Blum
-1
/
+0
2012-08-23
don't consider use of `@fn` to be region-param'd
Niko Matsakis
-0
/
+22
2012-08-23
libcore: update bytes/str reader to work with regions.
Erick Tryzelaar
-1
/
+1
2012-08-23
Parenthesize unary move exprs in prettyprinter
Tim Chevalier
-0
/
+7
2012-08-23
don't infer region paramaterization for ids in a bound context
Niko Matsakis
-0
/
+21
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-9
/
+9
2012-08-23
Remove match check from test cases
Tim Chevalier
-39
/
+57
2012-08-23
fix atomic intrinsic test cases
Ben Blum
-58
/
+54
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-32
/
+32
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-15
/
+15
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-36
/
+36
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-813
/
+813
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-5
/
+215
2012-08-22
WIP: Add an xfailed test for bind-by-move (#2329)
Ben Blum
-0
/
+13
2012-08-22
Add compile-fail tests for unsound moving out of enums (#2329)
Ben Blum
-0
/
+67
2012-08-22
intern identifiers
Paul Stansifer
-20
/
+21
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-0
/
+19
2012-08-21
Fix generation of generic methods with explicit self
Niko Matsakis
-0
/
+33
2012-08-21
Don't refute "()" in let-bindings (fixes #3104).
Ben Blum
-0
/
+3
[next]