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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2013-08-19
Add tests for cross-crate condition handling. Close #5446.
Graydon Hoare
-0
/
+84
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-15
/
+9
2013-08-15
Add even more tests
Alex Crichton
-0
/
+25
2013-08-15
Fix a typo in the ifmt dox
Alex Crichton
-1
/
+1
2013-08-13
Add a bunch of tests for closed issues
Alex Crichton
-0
/
+37
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-5
/
+5
2013-08-10
Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...
Erick Tryzelaar
-3
/
+27
2013-08-07
Fix fallout
Corey Richardson
-1
/
+1
2013-08-07
Fix unit structs in cross-crate situtations
Alex Crichton
-0
/
+31
2013-08-07
Enable privacy check for enum methods.
Michael Woerister
-3
/
+27
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
auto merge of #8216 : thestinger/rust/range, r=huonw
bors
-1
/
+1
2013-08-02
replace `range` with an external iterator
Daniel Micay
-1
/
+1
2013-08-01
auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton
bors
-0
/
+23
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-08-01
Resolve globals having different addresses across crates
Alex Crichton
-0
/
+23
2013-07-30
test: Use a test extern in various foreign fn tests
Brian Anderson
-2
/
+2
2013-07-25
Allow linking against crates with #[no_std]
Alex Crichton
-0
/
+3
2013-07-25
auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis
bors
-3
/
+4
2013-07-23
Fix the issue-3979 tests and add a new test.
Michael Sullivan
-3
/
+4
2013-07-22
Add a test for #5844 (a closed issue now)
Alex Crichton
-0
/
+16
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-15
/
+15
2013-07-20
auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson
bors
-4
/
+8
2013-07-18
librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.
Patrick Walton
-4
/
+8
2013-07-18
Export information about used default methods instead of regenerating it. Clo...
Michael Sullivan
-0
/
+17
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-16
/
+18
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-1
/
+1
2013-07-11
Take default methods out from behind the flag.
Michael Sullivan
-2
/
+0
2013-07-11
Get cross crate static default methods working. Closes #7569.
Michael Sullivan
-1
/
+3
2013-07-03
Make privacy checking on default methods for cross crate structs not fail. Cl...
Michael Sullivan
-0
/
+6
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
[next]