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-12
Rename core::rt_fail to core::rt_fail_
Brian Anderson
-1
/
+7
2012-09-12
Make moves in arguments explicit in libsyntax and rustc
Tim Chevalier
-26
/
+27
2012-09-12
Use a different strategy for transitioning to camel case extfmt
Brian Anderson
-6
/
+3
2012-09-12
update to store map on stack, taking advantage of auto-ref
Niko Matsakis
-7
/
+7
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1518
/
+2008
2012-09-11
Make the 'move mode but datum will not store' error fatal
Tim Chevalier
-1
/
+1
2012-09-11
Remove dead code
Tim Chevalier
-1
/
+0
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-109
/
+113
2012-09-11
Convert core::extfmt to camel case
Brian Anderson
-148
/
+341
2012-09-11
rustdoc: Fix formatting of -h
Brian Anderson
-1
/
+1
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-19
/
+18
2012-09-11
Reserve 'be' as a keyword
Brian Anderson
-0
/
+41
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-316
/
+308
2012-09-11
Promote 'pub' and 'priv' from restricted to strict keywords
Brian Anderson
-7
/
+6
2012-09-11
Merge pull request #3440 from jld/vec-dedup
Brian Anderson
-0
/
+81
2012-09-11
Improve unexpected error scanner for compile-fail tests (Closes #1476)
Drew Willcoxon
-3
/
+81
2012-09-11
Fix combine-tests.py for new syntax
Brian Anderson
-4
/
+4
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-186
/
+185
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-102
/
+64
2012-09-11
Make moves explicit in rustc
Tim Chevalier
-23
/
+23
2012-09-11
rustc: Remove a bunch of unused upcalls
Patrick Walton
-17
/
+2
2012-09-11
rustc: Remove the cmp type upcall
Patrick Walton
-34
/
+0
2012-09-10
Fix ebml tests
Brian Anderson
-4
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-235
/
+195
2012-09-10
Camel case std::serialization
Brian Anderson
-63
/
+66
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-39
/
+42
2012-09-10
Report obsolete trait lists on structs
Brian Anderson
-4
/
+19
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-68
/
+68
2012-09-10
Report obsolete class method syntax
Brian Anderson
-20
/
+43
2012-09-10
Promote 'return' from a restricted keyword to a strict keyword
Brian Anderson
-19
/
+1
2012-09-10
rustc: Stop calling cmp shape glue in trans.
Patrick Walton
-10
/
+47
2012-09-10
Convert std::map to camel case
Brian Anderson
-384
/
+383
2012-09-10
Rename the poorly named Managed<T> type to Mut<T>.
Niko Matsakis
-23
/
+31
2012-09-10
fix a implicitly copyable warning
Niko Matsakis
-1
/
+1
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-54
/
+54
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-195
/
+398
2012-09-10
rustc: Trim down and rename trans_compare. Now only eq shape glue remains.
Patrick Walton
-26
/
+9
2012-09-10
Fix broken tests
Brian Anderson
-3
/
+5
2012-09-10
rustc: Make range literals use compare_scalar_types instead of trans_compare
Patrick Walton
-32
/
+6
2012-09-10
Capitalize Copy trait in test
Tim Chevalier
-1
/
+1
2012-09-10
Make moves explicit in pipes and pipe compiler
Tim Chevalier
-62
/
+62
2012-09-10
rustc: Long lines
Patrick Walton
-3
/
+7
2012-09-10
rustc: Move trans_compare into alt.rs
Patrick Walton
-0
/
+29
2012-09-10
Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...
Brian J. Burg
-0
/
+23
2012-09-10
Make moves explicit in task; also make option::unwrap take its argument by move
Tim Chevalier
-55
/
+58
2012-09-10
Combine the vtable_origins from impl + method.
Niko Matsakis
-84
/
+298
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-82
/
+322
2012-09-10
Uppercase Send bound and make test for #2834 work
Tim Chevalier
-1
/
+1
2012-09-10
Make more moves explicit in libcore
Tim Chevalier
-77
/
+77
2012-09-10
Promote most restricted keywords to strict keywords
Brian Anderson
-24
/
+31
[prev]
[next]