about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-07librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...Patrick Walton-52/+2
2013-01-07librustc: Fold rt items into lang items. Shaves another 10% or so off hello w...Patrick Walton-147/+105
2013-01-07librustc: Encode language items into a special lookup table. 9% improvement i...Patrick Walton-32/+134
2013-01-06librustc: Refactor language items to have IDs. rs=refactorPatrick Walton-131/+178
2013-01-06librustc: Convert some large structural records over to structs. rs=perfPatrick Walton-54/+81
2013-01-05librustc: Remove some string allocations. rs=perfPatrick Walton-85/+97
2013-01-05librustc: Fix unconditional ty_to_str call in ty.rs. Was heaviest path in all...Patrick Walton-5/+12
2013-01-05rt: Stop zeroing out all allocations. Unobservable perf win. Closes #2682. rs...Patrick Walton-4/+2
2013-01-05Add a test for nullary univariant enums.Jed Davis-0/+19
2013-01-05Make consts of degenerate nullary enums not ICE.Jed Davis-2/+7
2013-01-05Trivial cleanup: use enum_is_univariant; no functional change intended.Jed Davis-1/+1
2013-01-04librustc: Stop generating first-class aggregates in visit glue, since they ki...Patrick Walton-2/+13
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-20/+20
2013-01-04Make either::{partition, flip, to_result} take their arguments by-valueTim Chevalier-17/+13
2013-01-04core: fix windows breakage, r=burningtree.Graydon Hoare-0/+5
2013-01-04Add option::get_zeroTim Chevalier-0/+20
2013-01-03clean up condition module:Andrew Paseltiner-50/+35
2013-01-03Add xfailed test for #3707Tim Chevalier-0/+29
2013-01-03Actually xfail this, unbreak buildTim Chevalier-0/+11
2013-01-03Add test cases (one xfailed, one not)Tim Chevalier-0/+59
2013-01-03Merge pull request #4336 from thestinger/pythonTim Chevalier-1/+1
2013-01-03Change "interface" to "trait" in rustdocTim Chevalier-2/+2
2013-01-03fix sugarise-doc-comments.py shebangDaniel Micay-1/+1
2013-01-02use newtype struct for devnull rather than type aliased recordTed Horst-3/+3
2013-01-02really update mandelbrot to pipesTed Horst-14/+9
2013-01-02remove apparently-superfluous extra parens from typesTim Chevalier-2/+2
2013-01-02std: Constify the bytes sent to Sha1::inputPeter Williams-4/+4
2013-01-02core: convert an XXX into a FIXME.Erick Tryzelaar-1/+1
2012-12-31Merge pull request #4324 from steveklabnik/std_netBrian Anderson-1/+11
2013-01-01Add some extra description for std::netSteve Klabnik-1/+11
2012-12-31Merge pull request #4316 from ttaubert/issue-4277-linear-map-lenBrian Anderson-0/+19
2012-12-30rt: Remove dead code from schedule_task()Chris Peterson-6/+3
2012-12-30Merge pull request #4312 from Dretch/issue-2914Tim Chevalier-48/+35
2012-12-30reset LinearMap.size when expanding bucketsTim Taubert-0/+19
2012-12-29libstd: Comment out mysteriously failing net-url test. rs=bustedPatrick Walton-2/+3
2012-12-29librustdoc: More text fixes. rs=bustedPatrick Walton-0/+6
2012-12-29librustdoc: Fix typo. rs=bustedPatrick Walton-1/+1
2012-12-29librustdoc: Fix a bunch of rustdoc tests. rs=bustagePatrick Walton-0/+113
2012-12-29Simplify idents_to_str and use it in more places.gareth-46/+10
2012-12-29Fix the build by removing trailing whitespace.gareth-3/+3
2012-12-29When an import fails to resolve, make the error message saygareth-2/+25
2012-12-28test: Fix benchmarks. rs=rustbotPatrick Walton-52/+47
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-18/+17
2012-12-28test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustagePatrick Walton-1/+1
2012-12-28test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=firePatrick Walton-1/+1
2012-12-28test: Fix a couple more tests. rs=bustagePatrick Walton-8/+5
2012-12-28test: Fix test/run-pass/pipe-pingpong-proto. rs=bustagePatrick Walton-2/+2
2012-12-28test: Fix test/run-pass/pipe-pingpong-bounded. rs=bustagePatrick Walton-19/+22
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-160/+135
2012-12-28doc: Rename mention of insert_or_update_with_keyBen Alpert-1/+1