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
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2012-08-23
Remove match check from test cases
Tim Chevalier
-3
/
+5
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-14
/
+14
2012-08-17
Remove the class keyword
Brian Anderson
-5
/
+5
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-2
/
+2
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-8
/
+8
2012-08-05
Switch alts to use arrows
Brian Anderson
-8
/
+8
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+0
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-7
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-8
/
+8
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-14
/
+14
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-1
/
+1
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-37
/
+6
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-53
/
+53
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-5
/
+5
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-3
/
+3
2012-07-05
Arc requires send trait (issue #2788)
Eric Holk
-1
/
+1
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-6
/
+6
2012-07-03
test: Make run-fail/zip-different-lengths not rely on resolve bugs
Patrick Walton
-1
/
+1
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-1
/
+1
2012-07-03
Change crust -> extern.
Graydon Hoare
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-24
/
+24
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-21
/
+21
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-31
/
+31
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-28
/
+28
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-2
/
+2
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+2
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-3
/
+0
2012-06-18
Fix a failing test.
Michael Sullivan
-2
/
+2
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+3
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-3
/
+0
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-0
/
+10
2012-06-06
Add some testcases for bug #2470.
Graydon Hoare
-0
/
+69
2012-06-06
Fix tests to avoid empty classes
Tim Chevalier
-8
/
+12
2012-06-05
Port remaining run-fail tests to use classes instead of resources
Tim Chevalier
-25
/
+47
2012-06-03
test: Add a test that logs are truncated with ellipses
Brian Anderson
-0
/
+64
2012-05-30
test: Add an error pattern to small-negative-indexing
Brian Anderson
-1
/
+1
2012-05-30
Add a test for that last bug. Oops.
Michael Sullivan
-0
/
+6
2012-05-29
modify shape code to only emit monomorphized enums (#2444)
Niko Matsakis
-0
/
+12
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-10
Remove `do ... while` loops from the tests and docs.
Paul Stansifer
-6
/
+6
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-16
/
+2
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-04-24
rustc: Fix type_need_unwind_cleanup. Closes #2272
Brian Anderson
-0
/
+12
[prev]
[next]