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
/
cci_nested_lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-5
/
+15
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-18
librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.
Patrick Walton
-4
/
+8
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-5
/
+7
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-1
/
+1
2013-04-29
test: Remove #[legacy_modes] from the test suite.
Patrick Walton
-8
/
+12
2013-03-08
test: Removing dvec uses
Alex Crichton
-5
/
+3
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-4
/
+4
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
Patrick Walton
-7
/
+6
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-3
/
+4
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-3
/
+3
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-24
Build the export_map2 from visibility markers, unless #[legacy_exports];
Graydon Hoare
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-1
/
+3
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-4
/
+4
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-3
/
+3
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-06
minor changes to tests so they pass borrowck
Niko Matsakis
-9
/
+9
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-0
/
+29