]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-10-08 Alex Crichtonbook: Add documentation on custom allocators
2015-10-07 borsAuto merge of #28884 - Ms2ger:fmt-mir, r=nikomatsakis
2015-10-07 borsAuto merge of #28852 - steveklabnik:doc_char, r=alexcri...
2015-10-07 borsAuto merge of #28873 - dotdash:28339, r=nikomatsakis
2015-10-07 Björn SteinbrinkFix reborrows of &mut pointers
2015-10-07 borsAuto merge of #28868 - JIghtuse:str_doc, r=steveklabnik
2015-10-07 Ms2gerPartially format librustc_mir with rustfmt.
2015-10-07 borsAuto merge of #28867 - panicbit:german-trpl, r=steveklabnik
2015-10-07 borsAuto merge of #28865 - GuillaumeGomez:patch-1, r=Manish...
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-10-07 borsAuto merge of #28866 - nikomatsakis:remove-hair-trait...
2015-10-07 Martin PoolLink from Fuse type docstring to iter.fuse that creates...
2015-10-07 borsAuto merge of #28841 - jld:const-slice-ice, r=Aatch
2015-10-06 Steve KlabnikWrite a bunch of docs for char
2015-10-06 Niko Matsakisremove now unnecessary trait impls
2015-10-06 borsAuto merge of #28864 - aarzee:master, r=steveklabnik
2015-10-06 Niko Matsakisfix some tidy complaints
2015-10-06 Boris Egorovdoc: Mention split_whitespace in split doc
2015-10-06 borsAuto merge of #28842 - chrisccerami:patch-1, r=steveklabnik
2015-10-06 panicbitAdd link to the german trpl translation
2015-10-06 Carlos LiamReplace multiple trailing newlines with a single traili...
2015-10-06 Niko Matsakisrename `dump` to `mir_map`, which seems more suitable
2015-10-06 Niko Matsakismake mir map available to later passes (currently unused)
2015-10-06 Guillaume GomezAdd error explanation for E0496
2015-10-06 Niko Matsakisstore the mir into a map, restructure to avoid rebuildi...
2015-10-06 Carlos LiamClean newlines
2015-10-06 Niko Matsakispurge `-Z always-build-mir`, which is no longer relevant
2015-10-06 Chris C CeramiWrap words at 80 characters
2015-10-06 Niko Matsakisstrip out the hair trait and use concrete types instead
2015-10-06 borsAuto merge of #28858 - jryans:crate-doc-syntax, r=alexc...
2015-10-06 borsAuto merge of #28855 - jld:mathematial, r=alexcrichton
2015-10-06 borsAuto merge of #28823 - petrochenkov:identeq2, r=nrc
2015-10-06 J. Ryan StinnettComplex import example needs blank lines
2015-10-06 borsAuto merge of #28698 - nrc:fmt8, r=brson
2015-10-06 borsAuto merge of #28779 - alexcrichton:ffi-isize-usize...
2015-10-06 Nick Cameronrustfmt librustc_trans/save
2015-10-05 Jed DavisFix doc typo in num::{f32,f64}.
2015-10-05 borsAuto merge of #28697 - nrc:fmt7, r=brson
2015-10-05 Vadim PetrochenkovAdd comment for the use of Ident in hash map in mtwt
2015-10-05 Nick CameronSkip one method
2015-10-05 Nick Cameronrustfmt librustc_front
2015-10-05 borsAuto merge of #28717 - nagisa:optional-no-landing-pads...
2015-10-05 Simonas KazlauskasFix MSVC stage0 with landing pads enabled
2015-10-05 borsAuto merge of #28847 - Ms2ger:typos, r=steveklabnik
2015-10-05 borsAuto merge of #28849 - semmaz:doc-anchor-fix, r=alexcri...
2015-10-05 Simon Mazurdocs: anchors fixes
2015-10-05 Chris C CeramiLink to 'Lifetime Elision' section at first use of...
2015-10-05 Chris C CeramiUse a more common word than "elide", e.g. omit
2015-10-05 Ms2gerFix some typos.
2015-10-05 borsAuto merge of #28748 - nikomatsakis:universal-mir,...
2015-10-05 Niko Matsakischange PartialEq impl for ConstVal so that two constant...
2015-10-05 Niko Matsakischange how we declare bindings so that unreachable...
2015-10-05 Niko Matsakisrather than just passing the block around, track the...
2015-10-05 borsAuto merge of #28840 - rust-lang:brson-patch-1, r=steve...
2015-10-05 Niko Matsakisswitch to using constvals for constants, instead of...
2015-10-05 Niko Matsakisdo MIR construction after pattern evaluation for now...
2015-10-05 Niko Matsakisalways build MIR
2015-10-05 Jed DavisFix LLVM assertion on out-of-bounds const slice index.
2015-10-04 borsAuto merge of #28573 - ruud-v-a:rustdoc-license, r...
2015-10-04 Brian AndersonUpdate bibliography.md
2015-10-04 borsAuto merge of #28825 - iwillspeak:master, r=alexcrichton
2015-10-04 borsAuto merge of #28806 - wthrowe:bare-outfile-fix, r...
2015-10-04 borsAuto merge of #28831 - Seeker14491:patch-1, r=steveklabnik
2015-10-04 borsAuto merge of #28832 - sarcas:docs-uneeded-done-in...
2015-10-04 James BellDocs: Removes duplicate output from FFI example
2015-10-04 Seeker14491fix another typo
2015-10-03 Seeker14491fix a few typos
2015-10-03 borsAuto merge of #28669 - arielb1:well-formed-methods...
2015-10-03 William ThroweFix run-make/bare-outfile test
2015-10-03 borsAuto merge of #28829 - GuillaumeGomez:patch-1, r=stevek...
2015-10-03 Guillaume GomezAdd missing dot
2015-10-03 borsAuto merge of #28521 - arielb1:metadiet, r=eddyb
2015-10-03 Will SpeakAdd Error Explanations for E0163 & E0164
2015-10-03 Vadim Petrochenkovlibsyntax: Do not derive Hash for Ident
2015-10-03 borsAuto merge of #28821 - dagnir:formatting-fix, r=stevekl...
2015-10-03 Ariel Ben-Yehudause the correct subtyping order in a test
2015-10-03 borsAuto merge of #28815 - matklad:contrib-doc, r=steveklabnik
2015-10-03 borsAuto merge of #28818 - Stebalien:fix-iter-chain-order...
2015-10-03 borsAuto merge of #28813 - arielb1:well-formed-variables...
2015-10-03 borsAuto merge of #28820 - steveklabnik:rollup, r=steveklabnik
2015-10-03 Aleksey Kladovdocs: add rustdoc example to CONTRIBUTING.md
2015-10-03 Steve KlabnikRollup merge of #28819 - steveklabnik:doc_hr, r=brson
2015-10-03 Steve KlabnikRollup merge of #28814 - matklad:fix-md, r=alexcrichton
2015-10-03 Steve KlabnikRollup merge of #28812 - steveklabnik:improve_str_from_...
2015-10-03 Steve KlabnikRollup merge of #28805 - wthrowe:compile-stdin, r=alexc...
2015-10-03 Steve KlabnikRollup merge of #28736 - nagisa:rustdocjsfix, r=alexcri...
2015-10-03 borsAuto merge of #28672 - sanxiyn:const-eval-span, r=alexc...
2015-10-02 Steve KlabnikImprove documentation for the from_utf8 family
2015-10-02 Steve KlabnikAdd in some <hr>s for emphasis
2015-10-02 borsAuto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
2015-10-02 Steven Allenlibcore: Chain must exhaust a before b.
2015-10-02 Aleksey Kladovdocs: whitespace cleanup
2015-10-02 borsAuto merge of #28626 - arielb1:closure-needs-infer...
2015-10-02 Aleksey Kladovreference: fix markdown formatting
2015-10-02 Ariel Ben-Yehudafix fallout
2015-10-02 Ariel Ben-Yehudaensure that the types of methods are well-formed
2015-10-02 Ariel Ben-Yehudaremove the "don't add `_ WF` obligation" hack
2015-10-02 borsAuto merge of #28650 - sanxiyn:attr-usage, r=nrc
2015-10-02 borsAuto merge of #28768 - alexcrichton:dep-info++, r=brson
2015-10-02 Alex Crichtonrustc: Emit phony targets for inputs in dep-info
next