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
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-1
/
+1
2013-06-28
librustc: Rename Const to Freeze
Patrick Walton
-3
/
+3
2013-06-25
Change finalize -> drop.
Luqman Aden
-5
/
+5
2013-06-23
Add 'static mut' items to the language
Alex Crichton
-0
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-20
Get cross crate default methods working.
Michael Sullivan
-0
/
+34
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-2
/
+2
2013-06-13
automated whitespace fixes
Daniel Micay
-3
/
+0
2013-06-04
libsyntax: Remove `pub impl` from the language
Patrick Walton
-2
/
+2
2013-06-01
auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphism
bors
-0
/
+22
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-25
/
+26
2013-06-01
Reexport static methods on structs & enums.
Tom Lee
-0
/
+22
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-3
/
+20
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-3
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-6
/
+6
2013-05-22
librustc: Fix privacy checking for cross-crate variants
Patrick Walton
-0
/
+5
2013-05-22
test: Fix tests.
Patrick Walton
-2
/
+4
2013-05-22
librustc: Disallow `use` from reaching into impls or traits.
Patrick Walton
-0
/
+10
2013-05-19
Reexport static trait methods on traits in the same module.
Tom Lee
-0
/
+10
2013-05-18
minor automated whitespace fixes
Daniel Micay
-1
/
+0
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-2
/
+2
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-10
Test case for issue #4202
Tom Lee
-0
/
+22
2013-05-08
test: Fix tests.
Patrick Walton
-1
/
+1
2013-05-07
test: Replace Durable with 'static
Brian Anderson
-1
/
+1
2013-05-06
Fix cross-crate packed structs
Seo Sanghyeon
-0
/
+5
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-31
/
+3
2013-04-30
Got test cases to pass, after some major surgery
John Clements
-10
/
+15
2013-04-30
remove (non-parsing) test related to impl d for d feature
John Clements
-61
/
+0
2013-04-29
librustc: Forbid type implementations on typedefs.
Patrick Walton
-3
/
+0
2013-04-29
test: Remove #[legacy_modes] from the test suite.
Patrick Walton
-11
/
+14
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-2
/
+2
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-3
/
+3
2013-03-27
testsuite: Add various test cases
Tim Chevalier
-0
/
+3
2013-03-26
test: Fix tests
Patrick Walton
-2
/
+2
2013-03-26
librustc: Enforce that `extern mod` directives come first, then `use` directi...
Patrick Walton
-0
/
+6
2013-03-26
test: Remove uses of oldmap::HashMap
Alex Crichton
-4
/
+4
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-22
libsyntax: Stop parsing `pure` and `static`
Patrick Walton
-2
/
+2
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-17
/
+17
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-8
/
+8
2013-03-21
auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton
bors
-0
/
+1
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-0
/
+1
2013-03-21
auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakis
bors
-0
/
+14
2013-03-21
librustc: Forbid access to cross-crate private static methods
Patrick Walton
-0
/
+10
2013-03-20
Make typechecker compositional
Tim Chevalier
-0
/
+14
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-1
/
+1
2013-03-13
test: Some test fixes
Patrick Walton
-3
/
+3
[next]