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
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2012-09-14
Remove restricted keyword tests
Brian Anderson
-12
/
+0
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-2
/
+2
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-45
/
+85
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
-46
/
+46
2012-09-11
Improve unexpected error scanner for compile-fail tests (Closes #1476)
Drew Willcoxon
-0
/
+3
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-18
/
+13
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-13
/
+10
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
Convert std::map to camel case
Brian Anderson
-10
/
+10
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-13
/
+52
2012-09-10
Promote most restricted keywords to strict keywords
Brian Anderson
-6
/
+9
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-0
/
+40
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-32
/
+32
2012-09-07
Fix obsolete struct syntax in test
Brian Anderson
-1
/
+1
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-3
/
+1
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-0
/
+8
2012-09-07
Add an ignore! macro, remove support for nested block comments, re: #2755.
Graydon Hoare
-11
/
+16
2012-09-07
Remove module keyword
Brian Anderson
-3
/
+3
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-45
/
+45
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-43
/
+43
2012-09-07
Don't check impl ty params for equality with trait ty params
Tim Chevalier
-0
/
+58
2012-09-07
In typeck, don't assume traits with default methods are in the same crate
Tim Chevalier
-0
/
+7
2012-09-06
Another test for #2587
Tim Chevalier
-0
/
+21
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-0
/
+29
2012-09-06
Remove struct ctors
Brian Anderson
-133
/
+158
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-2
/
+28
2012-09-05
rustc: Make "priv" work on enum variants
Patrick Walton
-0
/
+11
2012-09-05
Mark crate metadata with a version tag. Close #3390.
Graydon Hoare
-1
/
+1
2012-09-05
rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...
Patrick Walton
-5
/
+0
2012-09-05
test: "import" -> "use"
Patrick Walton
-66
/
+61
2012-09-04
rustc: Don't allow private fields to be named in constructors or destructured
Patrick Walton
-0
/
+28
2012-09-04
rustc: Implement private methods.
Patrick Walton
-0
/
+15
2012-09-04
Remove 'with'
Brian Anderson
-4
/
+4
2012-09-04
rustc: Implement private fields for max/min classes
Patrick Walton
-17
/
+15
2012-09-02
Camel case core::ops
Brian Anderson
-1
/
+1
2012-09-01
Remove the 'to' keyword
Brian Anderson
-12
/
+12
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-1
/
+3
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-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+4
2012-08-29
std: Camel case some constructors
Brian Anderson
-12
/
+12
2012-08-28
CamelCasify lots of std
Ben Striegel
-1
/
+1
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
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-154
/
+154
2012-08-25
Add test case for #2356
Tim Chevalier
-0
/
+4
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-0
/
+6
[prev]
[next]