about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-26auto merge of #12570 : kyrias/rust/master, r=cmrbors-2/+2
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-550/+478
2014-02-26Rename a few typeck method-related structures to UpperCamelCase.Eduard Burtescu-119/+115
2014-02-26tutorial: Missing tildes around .notrust blockJohannes Löthberg-2/+2
2014-02-25auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelixbors-4/+4
2014-02-25auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brsonbors-5/+60
2014-02-25auto merge of #12548 : alexcrichton/rust/up-llvm, r=huonw,brsonbors-3/+3
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-5/+60
2014-02-25auto merge of #12539 : gmjosack/rust/master, r=alexcrichtonbors-1/+0
2014-02-25auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakisbors-277/+193
2014-02-25auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brsonbors-1317/+304
2014-02-25auto merge of #12408 : alexcrichton/rust/manual-crate-map, r=brsonbors-8/+100
2014-02-25Update LLVMAlex Crichton-3/+3
2014-02-25tutorial: clearer explanation of freezing.Jag Talon-4/+4
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-8/+100
2014-02-25test: Clean out the test suite a bitAlex Crichton-1317/+304
2014-02-25auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichtonbors-0/+1
2014-02-25resolve: Don't use @RefCell in trait_map, nothing modifies its entries.Eduard Burtescu-26/+7
2014-02-25resolve: Remove all the operator overloads from trait_map.Eduard Burtescu-72/+0
2014-02-25Use only the appropriate trait when looking up operator overloads.Eduard Burtescu-160/+198
2014-02-25typeck: Remove old diagnostic that refers to `do`.Eduard Burtescu-31/+0
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-9/+28
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-83/+68
2014-02-25auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichtonbors-47/+47
2014-02-25Remove references to guide-conditionsGary M. Josack-1/+0
2014-02-25Remove std::bool::{Bool, all_values}Brendan Zabarauskas-162/+43
2014-02-24Add link to libtest in doc indexKevin Ballard-0/+1
2014-02-24Test fixes from rollupAlex Crichton-6/+6
2014-02-24test: single-variant enum can't be dereferencedFlavio Percoco-0/+18
2014-02-24Tutorial: Add std::num::sqrt to the example.Jag Talon-1/+1
2014-02-24Update source code layout in src/George Papanikolaou-0/+20
2014-02-24Match binding is assignmentEdward Wang-10/+64
2014-02-24syntax: allow stmt/expr macro invocations to be delimited by {}.Huon Wilson-3/+94
2014-02-24Mark by-value parameters that are passed on the stack as nocaptureBjörn Steinbrink-0/+1
2014-02-24syntax: calculate positions of multibyte characters more correctly.Huon Wilson-4/+83
2014-02-24syntax: record multibyte chars' positions absolutely, not relative toHuon Wilson-2/+61
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-5/+7
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-1/+24
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-1/+5
2014-02-24std: Add Vec.reserve for rounding-up reservation.Huon Wilson-1/+8
2014-02-24std: make .swap_remove return Option<T>.Huon Wilson-27/+35
2014-02-24Remove some obsolete ignored testsFlorian Hahn-150/+0
2014-02-24Use lines_any() when parsing output form "ar"Alex Crichton-1/+4
2014-02-24rustc: Don't error on the rlib symlinksAlex Crichton-2/+49
2014-02-24rustc: rename `hash` to the proper name `state`Erick Tryzelaar-29/+27
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-3/+11
2014-02-24replace manual Hash impls with `#[deriving(Hash)]`Erick Tryzelaar-17/+2
2014-02-24std: minor whitespace cleanupErick Tryzelaar-34/+28
2014-02-25Exclude build metadata from equality checking.OGINO Masanori-13/+25
2014-02-24auto merge of #12453 : alexcrichton/rust/move-json, r=brsonbors-328/+337