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
/
bench
/
sudoku.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-23
/
+23
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-3
/
+3
2013-03-26
Fixed all use sites and tests
Marvin Löbel
-1
/
+2
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-4
/
+4
2013-03-21
Un-renamed trim and substr functions.
Marvin Löbel
-1
/
+1
2013-03-21
Switched over substr and trim functions in str to be non-allocating, temporar...
Marvin Löbel
-1
/
+2
2013-03-18
Refactored sudoku benchmark to use traits and added some tests
Stefan Plantikow
-106
/
+201
2013-03-14
test: Remove deprecated features from benchmark tests. rs=burningtree
Patrick Walton
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+2
2013-02-24
test: xfail-pretty some benchmarks. rs=burningtree
Patrick Walton
-0
/
+2
2013-02-17
Modernize bitv mut fields and explicit self
Alex Crichton
-2
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-04
Merge remote-tracking branch 'bstrie/rimov' into incoming
Brian Anderson
-6
/
+6
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
test: De-export sudoku. rs=burningtree
Patrick Walton
-6
/
+4
2013-01-31
Fix bench/sudoku, broken by deëxporting
Ben Striegel
-6
/
+4
2013-01-30
Repair RIMOV damage to benchmarks
Ben Striegel
-5
/
+5
2013-01-30
RIMOV, round 10
Ben Striegel
-1
/
+1
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-06
test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage
Patrick Walton
-4
/
+4
2012-10-11
Change FIXME number
Tim Chevalier
-1
/
+1
2012-10-11
Revert "Use a constant vector for the sudoku board, delete a FIXME"
Tim Chevalier
-13
/
+32
2012-10-11
Use a constant vector for the sudoku board, delete a FIXME
Tim Chevalier
-32
/
+13
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-3
/
+3
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-3
/
+3
2012-08-26
Fix build breakage
Brian Anderson
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
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-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-3
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-3
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-11
/
+11
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4
/
+4
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-14
while => for
Tim Chevalier
-4
/
+3
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-8
/
+8
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+3
2012-03-15
test: Fix breakage
Brian Anderson
-3
/
+3
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-4
/
+4
[next]