about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-02-27auto merge of #5145 : Kimundi/rust/incoming, r=catamorphismbors-0/+43
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-19/+19
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-51/+10
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-8/+8
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+43
2013-02-26auto merge of #5135 : brson/rust/start, r=pcwaltonbors-1/+16
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-29/+33
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-1/+16
2013-02-26Move levenshtein distance fn to core::str.Luqman Aden-0/+34
2013-02-26auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphismbors-11/+145
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-10/+0
2013-02-26Hoist macro defs out of inner functionJohn Clements-29/+33
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-10/+0
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-48/+142
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-0/+1
2013-02-26Add current year in the copyright headerOlivier Saut-1/+1
2013-02-26Various typos correctedOlivier Saut-8/+8
2013-02-23libcore: remove default to_str implementations for pointer typesPeter Williams-21/+5
2013-02-22auto merge of #5078 : bblum/rust/incoming, r=brsonbors-2/+3
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-370/+447
2013-02-21Put unique allocs in managed heap when they might contain managed boxes.Graydon Hoare-27/+101
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-370/+447
2013-02-21auto merge of #5059 : Kimundi/rust/incoming, r=catamorphismbors-1/+4
2013-02-21Fix private::exclusive_unwrap_conflict test. Fixes #4689.Ben Blum-2/+3
2013-02-21auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwaltonbors-2/+2
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-2/+2
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-1/+4
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-227/+227
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-227/+227
2013-02-20Changed a test to use intrinsics.rs and changed a few lines that were too lon...Matthijs 'Thiez' Hofstra-40/+42
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-89/+168
2013-02-19auto merge of #5002 : catamorphism/rust/one-tuples, r=graydonbors-0/+4
2013-02-19rt: fix memory-unsafe random seed logic, r=valgrindcleanGraydon Hoare-17/+27
2013-02-18core: Fix BSD breakage, I hopeTim Chevalier-0/+1
2013-02-19Added is_restricted() to pathArmin Ronacher-0/+26
2013-02-18rustc: For one-tuples, make parsing and printing the type workTim Chevalier-0/+4
2013-02-19Improved windows path handling supportArmin Ronacher-18/+100
2013-02-18Refactored make_absolute into functionality on the PathArmin Ronacher-6/+32
2013-02-17vec: grow_fn doesn't require CopyDaniel Micay-6/+6
2013-02-15rustpkg: Massage for landing.Graydon Hoare-1/+29
2013-02-15Move semver to std and finish rustpkgZack Corr-2/+0
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-283/+0
2013-02-15Add cmp::Ord implementation for semver::VersionZack Corr-0/+56
2013-02-15rustpkg: Add package script parsingZack Corr-0/+228
2013-02-15auto merge of #4957 : Kimundi/rust/incoming, r=catamorphismbors-691/+732
2013-02-15attempt to fix BSD breakageGraydon Hoare-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-21/+21
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-72/+69
2013-02-15auto merge of #4964 : luqmana/rust/demove, r=graydonbors-362/+358
2013-02-15auto merge of #4959 : thestinger/rust/map, r=graydonbors-8/+27