about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-06Auto merge of #28855 - jld:mathematial, r=alexcrichtonbors-2/+2
2015-10-06Auto merge of #28823 - petrochenkov:identeq2, r=nrcbors-15/+31
2015-10-06Auto merge of #28698 - nrc:fmt8, r=brsonbors-250/+261
2015-10-06Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrcbors-16/+10
2015-10-06rustfmt librustc_trans/saveNick Cameron-250/+260
2015-10-05Fix doc typo in num::{f32,f64}.Jed Davis-2/+2
2015-10-05Auto merge of #28697 - nrc:fmt7, r=brsonbors-1118/+1262
2015-10-06Add comment for the use of Ident in hash map in mtwtVadim Petrochenkov-0/+2
2015-10-06Skip one methodNick Cameron-0/+1
2015-10-06rustfmt librustc_frontNick Cameron-1118/+1262
2015-10-05Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichtonbors-1/+11
2015-10-05Fix MSVC stage0 with landing pads enabledSimonas Kazlauskas-1/+11
2015-10-05Auto merge of #28847 - Ms2ger:typos, r=steveklabnikbors-17/+17
2015-10-05Auto merge of #28849 - semmaz:doc-anchor-fix, r=alexcrichtonbors-21/+21
2015-10-05docs: anchors fixesSimon Mazur-21/+21
2015-10-05Fix some typos.Ms2ger-17/+17
2015-10-05Auto merge of #28748 - nikomatsakis:universal-mir, r=pnkfelixbors-294/+201
2015-10-04change PartialEq impl for ConstVal so that two constants are `==`Niko Matsakis-1/+28
2015-10-04change how we declare bindings so that unreachable arms don'tNiko Matsakis-42/+39
2015-10-04rather than just passing the block around, track the candidate's index,Niko Matsakis-19/+31
2015-10-05Auto merge of #28840 - rust-lang:brson-patch-1, r=steveklabnikbors-0/+1
2015-10-04switch to using constvals for constants, instead of having constantNiko Matsakis-236/+107
2015-10-04do MIR construction after pattern evaluation for now to sidestepNiko Matsakis-3/+3
2015-10-04always build MIRNiko Matsakis-1/+1
2015-10-04Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brsonbors-0/+309
2015-10-04Update bibliography.mdBrian Anderson-0/+1
2015-10-04Auto merge of #28825 - iwillspeak:master, r=alexcrichtonbors-2/+52
2015-10-04Auto merge of #28806 - wthrowe:bare-outfile-fix, r=alexcrichtonbors-1/+3
2015-10-04Auto merge of #28831 - Seeker14491:patch-1, r=steveklabnikbors-8/+8
2015-10-04Docs: Removes duplicate output from FFI exampleJames Bell-1/+0
2015-10-04fix another typoSeeker14491-1/+1
2015-10-03fix a few typosSeeker14491-7/+7
2015-10-03Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakisbors-10/+206
2015-10-03Fix run-make/bare-outfile testWilliam Throwe-1/+3
2015-10-03Auto merge of #28829 - GuillaumeGomez:patch-1, r=steveklabnikbors-1/+1
2015-10-03Add missing dotGuillaume Gomez-1/+1
2015-10-03Auto merge of #28521 - arielb1:metadiet, r=eddybbors-547/+473
2015-10-03Add Error Explanations for E0163 & E0164Will Speak-2/+52
2015-10-03libsyntax: Do not derive Hash for IdentVadim Petrochenkov-15/+29
2015-10-03use the correct subtyping order in a testAriel Ben-Yehuda-8/+35
2015-10-03Auto merge of #28818 - Stebalien:fix-iter-chain-order, r=alexcrichtonbors-1/+6
2015-10-03Auto merge of #28813 - arielb1:well-formed-variables, r=nikomatsakisbors-15/+1
2015-10-03Auto merge of #28820 - steveklabnik:rollup, r=steveklabnikbors-35/+264
2015-10-02Rollup merge of #28819 - steveklabnik:doc_hr, r=brsonSteve Klabnik-0/+8
2015-10-02Rollup merge of #28814 - matklad:fix-md, r=alexcrichtonSteve Klabnik-0/+3
2015-10-02Rollup merge of #28812 - steveklabnik:improve_str_from_utf8_docs, r=brsonSteve Klabnik-23/+230
2015-10-02Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichtonSteve Klabnik-0/+5
2015-10-02Rollup merge of #28736 - nagisa:rustdocjsfix, r=alexcrichtonSteve Klabnik-12/+18
2015-10-03Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichtonbors-9/+37
2015-10-02Improve documentation for the from_utf8 familySteve Klabnik-23/+230