summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-09auto merge of #6325 : sammykim/rust/lint-name, r=graydonbors-0/+9
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-213/+370
2013-05-09back-ticksLenny222-2/+2
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-466/+521
2013-05-09Mark c_vec functions as unsafe againAlex Crichton-4/+4
2013-05-09Add intrinsic declaration where I missed themJames Miller-0/+4
2013-05-09Make staged versions of the functions that use uninitJames Miller-0/+184
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-35/+35
2013-05-09Replace init() with uninit() where appropriateJames Miller-14/+9
2013-05-09Add uninit intrinsicJames Miller-1/+27
2013-05-09auto merge of #6343 : thestinger/rust/new_iter, r=brsonbors-7/+6
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-8/+218
2013-05-09auto merge of #6337 : thestinger/rust/fix_region, r=thestingerbors-6/+12
2013-05-08Created utility uninhabited typeSteven Stewart-Gallus-1/+15
2013-05-08auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiynbors-100/+94
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-51/+49
2013-05-09libsyntax: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-28/+24
2013-05-09librustdoc: rename vec::each(var) to var.eachYoungmin Yoo-3/+3
2013-05-09libcore: rename vec::each(variable) to variable.eachYoungmin Yoo-17/+17
2013-05-09Perform expansion before stripping/building a test harness.Huon Wilson-4/+4
2013-05-08auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakisbors-24/+20
2013-05-09Add spaceSangeun Kim-1/+1
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-132/+131
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-17/+12
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08llvm: Unrevert changePatrick Walton-0/+0
2013-05-08libcore: Fix more merge fallout.Patrick Walton-7/+31
2013-05-08librustc: Fix merge fallout.Patrick Walton-15/+4
2013-05-08test: Fix tests.Patrick Walton-97/+101
2013-05-08libcore: Fix tests.Patrick Walton-113/+135
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-73/+78
2013-05-08librustc: Fix merge fallout.Patrick Walton-17/+29
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-126/+151
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-177/+69
2013-05-08libstd: Remove some residual mutable fieldsPatrick Walton-1/+34
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-73/+114
2013-05-08Remove mutable fields from comm by using casts. Also mark the cast in cell.Patrick Walton-36/+55
2013-05-08libcore: Remove mutable fields from reprPatrick Walton-13/+58
2013-05-08libcore: Remove mutable fields from pipesPatrick Walton-202/+246
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-131/+87
2013-05-08libcore: Remove mutable fields from task::spawnPatrick Walton-46/+85
2013-05-08libcore: Remove mutable fields from hashPatrick Walton-111/+160
2013-05-08libcore: Remove mutable fields from os and ptrPatrick Walton-2/+8
2013-05-08libcore: Remove mutable fields from rand.Patrick Walton-90/+107
2013-05-08libstd: Start warning about mutable fields, now that they only exist in stage0Patrick Walton-1/+3
2013-05-08libstd: Remove mutable fields from future and parPatrick Walton-23/+58
2013-05-08libstd: Remove mutable fields from flatpipes and io_utilPatrick Walton-13/+15
2013-05-08libstd: Remove mutable fields from fileinput and net_tcpPatrick Walton-21/+23
2013-05-08rename iter::iter_to_vec to iter::to_vecDaniel Micay-7/+6