summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-24vim: Tweak how comment nesting worksKevin Ballard-5/+6
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
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-77/+67
2014-02-24Gate default type parameter overrides.Eduard Burtescu-47/+47
2014-02-24windows: Fix the test_exists unit testAlex Crichton-2/+5
2014-02-24Correctly ignore some tests on windowsAlex Crichton-6/+4
2014-02-24Move extra::json to libserializeAlex Crichton-328/+337
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-739/+414
2014-02-24Remove deriving(ToStr)Alex Crichton-159/+27
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-817/+674
2014-02-23Roll std::run into std::io::processAlex Crichton-817/+674
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-604/+411
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-30/+53
2014-02-23auto merge of #12510 : huonw/rust/fix-compiler-docs, r=alexcrichtonbors-228/+328
2014-02-24Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks.Huon Wilson-228/+328
2014-02-23auto merge of #12509 : brson/rust/rollup, r=brsonbors-129/+46
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-30/+53
2014-02-23Merge remote-tracking branch 'huonw/inline-helpers'Brian Anderson-0/+2