about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-22auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichtonbors-1/+35
2014-07-22auto merge of #15834 : Kimundi/rust/moved_syntax_env, r=cmrbors-227/+254
2014-07-21Clarify range's exclusivity.Steve Klabnik-1/+13
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-27/+42
2014-07-21Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`Marvin Löbel-201/+213
2014-07-21Update LLVM to address an issue with range metadata in hoisted loadsJakub Wieczorek-1/+35
2014-07-21auto merge of #15700 : jakub-/rust/match-fail-removal, r=pcwaltonbors-83/+22
2014-07-21auto merge of #15864 : alexcrichton/rust/rollup, r=alexcrichtonbors-450/+2378
2014-07-21Test fixes from the rollupAlex Crichton-1/+1
2014-07-21Clarify the std::vec::Vec docs regarding capacityP1start-3/+37
2014-07-21Get rid of few warnings in testsPiotr Jawniak-9/+7
2014-07-21fix string in from_utf8_lossy_100_multibyte benchmarkTed Horst-2/+1
2014-07-21privacy: Add publically-reexported foreign item to exported item setKiet Tran-1/+6
2014-07-21Don't create reexport module if there are noneSteven Fackler-2/+4
2014-07-21Purge !resolve_unexportedSteven Fackler-7/+0
2014-07-21Restructure test harnessSteven Fackler-32/+53
2014-07-21Remove useless RefCellsSteven Fackler-12/+11
2014-07-21Rename to_str to to_stringSteven Fackler-6/+6
2014-07-21Update LLVM to include NullCheckElimination passBjörn Steinbrink-1/+1
2014-07-21syntax: Join consecutive string literals in format strings togetherroot-10/+33
2014-07-21Simplify and cleanup bitv examples.Jonas Hietala-74/+120
2014-07-21Describe BitPositions and TwoBitPositions.Jonas Hietala-0/+2
2014-07-21Polish bitv docs.Jonas Hietala-56/+65
2014-07-21Enclose None as `None`.Jonas Hietala-4/+4
2014-07-21Main bitv example: prime sieve.Jonas Hietala-0/+49
2014-07-21Move intersection above difference and symmetric_differance.Jonas Hietala-29/+29
2014-07-21Document BitvSet.Jonas Hietala-19/+297
2014-07-21Document Bitv.Jonas Hietala-94/+307
2014-07-21Group union, intersect and difference in Bitv.Jonas Hietala-22/+22
2014-07-21Place union as the first function, for consistency.Jonas Hietala-12/+12
2014-07-21Move in-place functions below their iterator variants.Jonas Hietala-24/+24
2014-07-21Document Deque.Jonas Hietala-10/+173
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-17/+66
2014-07-21Address review feedbackBrian Anderson-2/+6
2014-07-21rustc: Allow the crate linked to as 'std' to be customizedBrian Anderson-1/+11
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-12/+30
2014-07-21rustc: Extract --crate-type parsing to its own functionBrian Anderson-17/+26
2014-07-21rustc: Make `monitor` public.Brian Anderson-1/+1
2014-07-21rlibc: add unit testsIlya Dmitrichenko-4/+104
2014-07-21rlibc: fix bug in `memcmp()`Ilya Dmitrichenko-1/+1
2014-07-21repair macro docsJohn Clements-22/+35
2014-07-21Guessing game explanationSteve Klabnik-70/+879
2014-07-21Guide: improve error handlingSteve Klabnik-49/+131
2014-07-21Remove runtime failure from pattern matchingJakub Wieczorek-83/+22
2014-07-21Fix :syn-include usage of Vim filetype.Chris Morgan-3/+5
2014-07-21Highlight $(…)* and $foo in Vim.Chris Morgan-0/+7
2014-07-20auto merge of #15810 : SimonSapin/rust/base64-from-bytes, r=alexcrichtonbors-17/+29
2014-07-20auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichtonbors-80/+268
2014-07-20auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichtonbors-3/+29
2014-07-20auto merge of #15806 : treeman/rust/std-doc, r=alexcrichtonbors-6/+203