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
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-14
Fix trait-inheritance-overloading-xc and un-xfail
Tim Chevalier
-1
/
+1
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-3
/
+3
2012-12-13
Rename Send trait to Owned
Brian Anderson
-8
/
+8
2012-12-13
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
Brian Anderson
-0
/
+11
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+760
2012-12-10
librustc: Fix bug preventing cross-crate struct destructuring from working. r...
Patrick Walton
-0
/
+7
2012-12-08
Update and un-xfail crate-method-reexport-grrrrrrr2
Tim Chevalier
-3
/
+1
2012-12-07
Trait constraints are separated by space, not comma
Brian Anderson
-1
/
+1
2012-12-05
Fix cross-crate inlining of static functions
Brian Anderson
-0
/
+14
2012-12-05
test: More bustage fixes. rs=me
Patrick Walton
-1
/
+1
2012-12-05
test: More run-pass test fixes
Patrick Walton
-4
/
+4
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-0
/
+15
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-0
/
+5
2012-11-29
Implement trait inheritance for bounded type parameters
Brian Anderson
-5
/
+57
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-5
/
+5
2012-11-26
libcore: Add explicit self to all overloaded operators but Add and Index. r=b...
Patrick Walton
-2
/
+2
2012-11-26
librustc: Fix translation of cross-crate inline or generic methods with expli...
Patrick Walton
-0
/
+17
2012-11-15
Add comments explaining why these tests are xfailed
Tim Chevalier
-11
/
+6
2012-11-15
librustc: Fix cross-crate reexports. rs=blocking-servo
Patrick Walton
-0
/
+11
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-19
/
+39
2012-11-02
Add xfailed test for #3908
Brian Anderson
-0
/
+6
2012-11-02
Add xfailed test for #3907
Brian Anderson
-0
/
+3
2012-10-22
Merge remote-tracking branch 'luqmana/incoming'
Brian Anderson
-0
/
+4
2012-10-22
rustc: Implement generic cross-crate trait inheritance
Patrick Walton
-0
/
+9
2012-10-21
rustc: add new intrinsics - atomic_cxchg{_acq,_rel}
Luqman Aden
-0
/
+4
2012-10-18
rustc: Implement intra-crate static methods on anonymous trait implementation...
Patrick Walton
-0
/
+10
2012-10-15
Add various test cases (xfailed)
Tim Chevalier
-0
/
+18
2012-10-12
Make moves explicit in aux test files
Tim Chevalier
-5
/
+4
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-3
/
+3
2012-09-25
Respect privacy qualifiers on view items, add to import resolutions.
Graydon Hoare
-0
/
+13
2012-09-24
Build the export_map2 from visibility markers, unless #[legacy_exports];
Graydon Hoare
-0
/
+29
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+21
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-1
/
+4
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-10
/
+10
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-20
/
+7
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-40
/
+60
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-16
/
+16
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-22
/
+22
2012-09-06
Remove struct ctors
Brian Anderson
-24
/
+89
2012-09-05
test: "import" -> "use"
Patrick Walton
-15
/
+15
2012-09-04
Allow anonymous extern mods
Tim Chevalier
-0
/
+9
2012-08-27
Camel case various core constructors
Brian Anderson
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-9
/
+9
2012-08-23
fix atomic intrinsic test cases
Ben Blum
-12
/
+12
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-11
/
+11
[next]