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
/
libstd
/
c_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-4
/
+4
2013-05-09
Mark c_vec functions as unsafe again
Alex Crichton
-4
/
+4
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-19
std: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-3
/
+3
2013-04-14
std: remove unused unsafe blocks/functions
Alex Crichton
-8
/
+6
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-1
/
+1
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-3
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun
Patrick Walton
-3
/
+3
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-1
/
+0
2013-02-04
std: Stamp out structural records
Tim Chevalier
-16
/
+12
2013-01-29
std: Stop using oldcomm
Brian Anderson
-1
/
+0
2013-01-11
libstd: Fix std test. rs=busted
Patrick Walton
-4
/
+6
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-1
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+6
2012-12-23
std: Mark some functions as pure
Chris Peterson
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-5
/
+5
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-2
/
+5
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-5
/
+2
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-2
/
+5
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-1
/
+2
2012-09-28
De-export std::c_vec. Part of Part of #3583.
Graydon Hoare
-14
/
+7
2012-09-28
std: More demoding
Brian Anderson
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-04
std: Remove struct ctors
Brian Anderson
-1
/
+6
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-1
/
+0
2012-08-29
std: Camel case some constructors
Brian Anderson
-2
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-18
/
+19
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-6
/
+6
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-64
/
+65
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-5
/
+5
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-22
Change resources to classes in libstd and rustc
Tim Chevalier
-2
/
+6
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-2
/
+2
[next]