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
/
run-fail
Age
Commit message (
Collapse
)
Author
Lines
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-09-30
When a vec/str bounds check fails, include the bad index and the length of ↵
Gareth Daniel Smith
-8
/
+8
the str/vec in the fail message.
2012-09-26
Fix test/run-fail/issue-2156
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-25
Demode core::result
Brian Anderson
-1
/
+1
2012-09-23
xfail-test run-fail/out-of-stack-managed-box
Brian Anderson
-0
/
+2
2012-09-21
Remove bogus comment
Brian Anderson
-1
/
+0
2012-09-21
Add tests for out-of-stack box leak #2555
Brian Anderson
-0
/
+25
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under ↵
Graydon Hoare
-0
/
+3
#[legacy_exports];
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-3
/
+3
2012-09-14
test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs
Patrick Walton
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-18
/
+18
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-4
/
+4
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-10
/
+4
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-5
/
+5
2012-09-06
Remove struct ctors
Brian Anderson
-5
/
+30
2012-09-05
test: "import" -> "use"
Patrick Walton
-31
/
+19
2012-09-04
Remove 'with'
Brian Anderson
-1
/
+1
2012-09-01
Demode reinterpret_cast
Brian Anderson
-2
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-17
/
+16
2012-08-27
Convert core::result to camel case
Brian Anderson
-1
/
+1
2012-08-26
convert std::arc tests to use camel case ARCs
Ben Blum
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
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
API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map).
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
#2907.
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
[next]