summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-26A few iterator testsJed Estep-0/+31
2013-06-26iterators use deque orderingJed Estep-49/+72
2013-06-26deque iteratorJed Estep-0/+95
2013-06-26priority_queue: implement simple iteratorRamkumar Ramachandra-4/+27
2013-06-26rustc: Eliminate extra failing case in metadata::loader::crate_from_metasTim Chevalier-52/+50
2013-06-26Remove the last traces of shapesPhilipp Brüschweiler-91/+22
2013-06-26Fix some warnings in the check-fast testsPhilipp Brüschweiler-1/+1
2013-06-26Fix a formatting bug in rustiAlex Crichton-1/+6
2013-06-26Refactor extra::term a bitKevin Ballard-64/+82
2013-06-26Make ^~~~~ colour dependent on error/warning/note level. Also correct spellin...Ben Blum-7/+7
2013-06-27iterator: Add `IteratorUtil::max_by/min_by` methodgifnksm-0/+62
2013-06-26auto merge of #7356 : msullivan/rust/default-methods, r=bblumbors-14/+31
2013-06-26auto merge of #7345 : blake2-ppc/rust/iterator-flat-map, r=thestingerbors-0/+67
2013-06-26auto merge of #7297 : huonw/rust/strip-expand-strip, r=cmrbors-1/+82
2013-06-26driver: perform stripping before and after macro expansion.Huon Wilson-1/+82
2013-06-26auto merge of #7255 : michaelwoerister/rust/debuginfo, r=jdmbors-206/+268
2013-06-26auto merge of #7216 : kballard/rust/task_rng, r=brsonbors-10/+6
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-31/+24
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-22/+166
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-151/+151
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-1544/+2206
2013-06-26rt: add android dummy functions for mman relatedYoung-il Choi-0/+25
2013-06-25Change finalize -> drop.Luqman Aden-151/+151
2013-06-25auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatchbors-222/+97
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-31/+24
2013-06-25Remove extraCorey Richardson-1/+1
2013-06-25auto merge of #7373 : thestinger/rust/iterator, r=huonwbors-369/+215
2013-06-25xfail test hitting a codegen bug (issue #7385)Daniel Micay-1/+2
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-210/+95
2013-06-25container: remove internal iterators from MapDaniel Micay-137/+104
2013-06-25remove the redundant `each` method from OptVecDaniel Micay-26/+19
2013-06-25great renaming propagation: syntaxCorey Richardson-222/+97
2013-06-25auto merge of #7325 : artagnon/rust/resolve-module, r=cmrbors-14/+28
2013-06-25resolve: make error message strings more consistentRamkumar Ramachandra-1/+1
2013-06-25resolve: report duplicate module definitionsRamkumar Ramachandra-13/+27
2013-06-25Fix another generics bug with default methods. Closes #7295.Michael Sullivan-14/+31
2013-06-25auto merge of #7371 : alexcrichton/rust/trying, r=cmrbors-2/+42
2013-06-25Get rid of cast on every self reference.Michael Sullivan-24/+17
2013-06-25Fix some tests in rustpkg to not pollute the build directory. Closes #7278.Michael Sullivan-10/+9
2013-06-25Remove some essentially dead code in method handling.Michael Sullivan-31/+8
2013-06-25Get rid of terrible way for iterating over provided methods.Michael Sullivan-46/+14
2013-06-25Add the `warnings` lint attributeAlex Crichton-2/+42
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-19/+112
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-654/+565
2013-06-25auto merge of #7291 : alexcrichton/rust/static-mut, r=huonwbors-109/+358
2013-06-24rust.vim: Links previously unused rustFuncCallJeaye-0/+1
2013-06-24auto merge of #7370 : Aatch/rust/snapshot, r=huonwbors-68/+13
2013-06-25Add missing import to testsJames Miller-1/+1
2013-06-25Warning policeJames Miller-10/+4