about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-07std: stop `vec!()` warning about unused mutability.Huon Wilson-3/+5
2014-03-06auto merge of #12746 : alexcrichton/rust/issue-12743, r=brsonbors-12/+13
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-97/+128
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-12/+13
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-195/+364
2014-03-06auto merge of #12738 : alexcrichton/rust/needstest, r=brson,justbors-0/+340
2014-03-06auto merge of #12737 : alexcrichton/rust/issue-12736, r=brsonbors-2/+1
2014-03-06auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichtonbors-2/+4
2014-03-06test: Add some tests for closed issuesAlex Crichton-0/+340
2014-03-06rustdoc: Don't escape contents of headersAlex Crichton-2/+1
2014-03-06Added missing possessive apostrophe.Mike Boutin-1/+1
2014-03-07rustc: Get LLVM error message safelyklutzy-2/+4
2014-03-06auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonwbors-29/+29
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-29/+29
2014-03-06auto merge of #12719 : alexcrichton/rust/fix-llvm-33, r=brsonbors-4/+32
2014-03-06auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-72/+155
2014-03-06auto merge of #12705 : alexcrichton/rust/issue-12692, r=brsonbors-45/+136
2014-03-05auto merge of #12687 : alexcrichton/rust/issue-12681, r=huonwbors-24/+105
2014-03-06debuginfo: Add test case for limited debuginfoMichael Woerister-0/+52
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-54/+69
2014-03-06debuginfo: Re-introduce the notion of line-table-only debuginfo.Michael Woerister-23/+39
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-24/+105
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-12/+49
2014-03-05Fix ICE on statics with fancy nullable enums.Jed Davis-13/+28
2014-03-05rustc: Fix support for LLVM 3.3Alex Crichton-4/+32
2014-03-05auto merge of #12718 : thestinger/rust/min_max, r=alexcrichtonbors-3/+35
2014-03-05stats: fix handling of NaN in `min` and `max`Daniel Micay-3/+11
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+24
2014-03-05auto merge of #12715 : dmski/rust/no-extern-fn-pat, r=alexcrichtonbors-0/+35
2014-03-06Disallowed patterns in extern fn declarations.Dmitry Promsky-0/+35
2014-03-05auto merge of #12711 : edwardw/rust/mtwt, r=pcwaltonbors-562/+558
2014-03-05native: Fix usage of a deallocated mutexAlex Crichton-16/+36
2014-03-05native: Move from usleep() to nanosleep()Alex Crichton-6/+22
2014-03-05native: Stop using readdir()Alex Crichton-11/+29
2014-03-05auto merge of #12700 : thestinger/rust/float, r=cmrbors-90/+43
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-87/+18
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-3/+25
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-562/+558
2014-03-05Str::slice_chars() is O(end), not O(end - begin)Simon Sapin-2/+2
2014-03-04auto merge of #12491 : eddyb/rust/deref, r=nikomatsakisbors-138/+520
2014-03-04auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichtonbors-605/+698
2014-03-05Emit the uppercase variable lint for struct fields that have names with upper...Palmer Cox-1/+26
2014-03-05Allow uppercase_variables in libstd/libc.rsPalmer Cox-0/+1
2014-03-04auto merge of #12671 : nick29581/rust/expand, r=sfacklerbors-6/+15
2014-03-04auto merge of #12688 : alexcrichton/rust/fix-some-link-args, r=brsonbors-6/+31
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-68/+68
2014-03-04Add lint for variable names that contain uppercase charactersPalmer Cox-1/+68
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-541/+541
2014-03-04Expand nested items within a backtrace.Nick Cameron-6/+15
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+3