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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-2
/
+2
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-11
/
+12
2012-09-18
Change 'must' to 'should' in non_camel_case_types message
Brian Anderson
-6
/
+6
2012-09-18
Consolidate tests for non_camel_case_types
Brian Anderson
-33
/
+24
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-7
/
+7
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-1
/
+1
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-7
/
+7
2012-09-17
warn(non_camel_case_types) by default
Brian Anderson
-5
/
+5
2012-09-17
Make auto-slice, auto-ptr not exclusive (fixes #3514)
Niko Matsakis
-0
/
+16
2012-09-17
add a test and correct terminology
Niko Matsakis
-0
/
+7
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-15
Fix broken assertion in regionck for code like (a[])()
Niko Matsakis
-0
/
+9
2012-09-14
Remove restricted keyword tests
Brian Anderson
-12
/
+0
2012-09-14
test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs
Patrick Walton
-2
/
+2
2012-09-13
fix some of the broken tests (the ones that were doing the right thing)
Niko Matsakis
-18
/
+15
2012-09-13
Fix bug in auto-ref on bounded type parameters
Niko Matsakis
-0
/
+30
2012-09-13
repr: emit closing `)` for enum variants, test that nullary variants names print
Niko Matsakis
-0
/
+5
2012-09-13
Remove unnecessary temporary, add type annot to help inferencer (cc #2280)
Niko Matsakis
-5
/
+2
2012-09-12
Rename str::unsafe to str::raw
Brian Anderson
-3
/
+3
2012-09-12
trans: overhaul match bindings. No more phi, one code path for guards.
Niko Matsakis
-0
/
+23
2012-09-12
Rename vec::unsafe to vec::raw
Brian Anderson
-1
/
+1
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-7
/
+7
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-46
/
+100
2012-09-11
Reserve 'be' as a keyword
Brian Anderson
-0
/
+4
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-279
/
+279
2012-09-11
Improve unexpected error scanner for compile-fail tests (Closes #1476)
Drew Willcoxon
-0
/
+3
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-2
/
+2
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-86
/
+37
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-66
/
+60
2012-09-10
Report obsolete trait lists on structs
Brian Anderson
-1
/
+8
2012-09-10
Report obsolete class method syntax
Brian Anderson
-0
/
+8
2012-09-10
rustc: Stop calling cmp shape glue in trans.
Patrick Walton
-0
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-50
/
+50
2012-09-10
Rename the poorly named Managed<T> type to Mut<T>.
Niko Matsakis
-5
/
+5
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-119
/
+287
2012-09-10
Fix broken tests
Brian Anderson
-3
/
+5
2012-09-10
Capitalize Copy trait in test
Tim Chevalier
-1
/
+1
2012-09-10
Combine the vtable_origins from impl + method.
Niko Matsakis
-0
/
+33
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-11
/
+46
2012-09-10
Uppercase Send bound and make test for #2834 work
Tim Chevalier
-1
/
+1
2012-09-10
Promote most restricted keywords to strict keywords
Brian Anderson
-10
/
+13
2012-09-10
Un-xfail test for #2834
Tim Chevalier
-2
/
+1
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-0
/
+40
2012-09-08
test: bunch of test cleanup from sendable_futures change
Jeff Olson
-12
/
+19
2012-09-07
(fix incoming) Add the necessary traits to some generic functions
Kevin Cantu
-3
/
+6
2012-09-07
(partially fix incoming) More hash function simplification
Kevin Cantu
-15
/
+7
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-190
/
+190
2012-09-07
Fix obsolete struct syntax in test
Brian Anderson
-1
/
+1
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-12
/
+12
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-13
/
+5
[prev]
[next]