]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-11-05 Steve KlabnikRollup merge of #29630 - apasel422:marker, r=steveklabnik
2015-11-05 Steve KlabnikRollup merge of #29624 - rilut:patch-1, r=steveklabnik
2015-11-05 Steve KlabnikRollup merge of #29619 - steveklabnik:gh28824, r=alexcr...
2015-11-05 Steve KlabnikRollup merge of #29614 - bluss:vec-drop-comment, r...
2015-11-05 Steve KlabnikRollup merge of #29613 - steveklabnik:29506, r=alexcrichton
2015-11-05 Steve KlabnikRollup merge of #29611 - steveklabnik:gh25918, r=alexcr...
2015-11-05 Steve KlabnikRollup merge of #29609 - ivan:rustdoc-ctrl-s, r=stevekl...
2015-11-05 Andrew PaseltinerTidy `core::marker` doc summaries
2015-11-05 borsAuto merge of #29565 - sfackler:issue-29540, r=huonw
2015-11-05 Rizky Luthfiantodoc(lib.rs): fix #L79 with inline link syntax
2015-11-05 borsAuto merge of #29593 - ben0x539:reflect-doc-comment...
2015-11-05 Steve KlabnikBeef up macro designator docs
2015-11-05 Ulrik Sverdrupvec: Remove old comment in Vec::drop
2015-11-05 Steve KlabnikRemove .ok().expect()
2015-11-05 Steve KlabnikRemove short intro from README
2015-11-05 borsAuto merge of #29610 - steveklabnik:rollup, r=steveklabnik
2015-11-05 Benjamin Herrdocs for Reflect: blank line after first sentence
2015-11-05 Steve KlabnikRollup merge of #29579 - steveklabnik:gh27322, r=apasel422
2015-11-05 Steve KlabnikRollup merge of #29571 - steveklabnik:gh29322, r=apasel422
2015-11-05 Steve KlabnikRollup merge of #29568 - steveklabnik:gh24591, r=apasel422
2015-11-05 Steve KlabnikRollup merge of #29567 - Toby-S:patch-1, r=steveklabnik
2015-11-05 Steve KlabnikRollup merge of #29539 - shepmaster:empty-iterator...
2015-11-05 Steve KlabnikRollup merge of #29538 - steveklabnik:ch1_edits, r...
2015-11-05 Steve KlabnikRollup merge of #29537 - bltavares:issue-24954, r=steve...
2015-11-05 Steve KlabnikRollup merge of #29416 - brson:relnotes, r=alexcrichton
2015-11-05 Ivan Koziklibrustdoc: don't override ctrl-s and other browser...
2015-11-05 borsAuto merge of #28887 - steveklabnik:gh28851, r=alexcrichton
2015-11-05 Steve KlabnikFixes as per @brson's review
2015-11-05 Steve KlabnikImprove error message for char literals
2015-11-05 borsAuto merge of #29581 - gereeter:unwrap-defmap-refcell...
2015-11-05 Jonathan SRemove use of RefCell<DefMap> in the simpler parts...
2015-11-05 Jonathan SRemove use of RefCell<DefMap> in resolve_lifetime
2015-11-05 Jonathan SRemove use of RefCell<DefMap> in check_static_recursion
2015-11-05 Jonathan SUnwrap the RefCell around DefMap
2015-11-05 Brian AndersonMore relnotes tweaks
2015-11-04 borsAuto merge of #29543 - Amanieu:asm_mem_constraint,...
2015-11-04 borsAuto merge of #29536 - sanxiyn:unused-assign-arg, r...
2015-11-04 borsAuto merge of #29519 - alexcrichton:fix-distcheck,...
2015-11-04 borsAuto merge of #29564 - gereeter:no-freevar-refcell...
2015-11-04 borsAuto merge of #29528 - amitsaha:rust-inside-other-langu...
2015-11-04 Steve KlabnikMention [T]::sort is stable in docs
2015-11-04 borsAuto merge of #29200 - tshepang:rustfmt-path, r=aturon
2015-11-04 Steve KlabnikMention multiple impl blocks in TRPL
2015-11-04 Steve KlabnikAdd note about HashMap::capacity's bounds
2015-11-04 Steve KlabnikMerge first three chapters into one.
2015-11-04 borsAuto merge of #29550 - nrc:save-root, r=alexcrichton
2015-11-04 Toby ScraceFix #29542
2015-11-04 Steven FacklerDon't chain method calls in #[derive(Debug)]
2015-11-04 borsAuto merge of #29478 - angelsl:msvc2, r=alexcrichton
2015-11-04 Jonathan SRemove the RefCell around freevars and freevars_seen...
2015-11-04 angelslBuild compiler-rt/builtins with MSVC
2015-11-04 borsAuto merge of #29217 - nikomatsakis:mir-trans, r=dotdash
2015-11-04 Niko Matsakisremove unused import
2015-11-04 borsAuto merge of #29547 - arielb1:speculative-upvar, r...
2015-11-03 Niko Matsakisaddress nits from dotdash
2015-11-03 Niko Matsakiscorrect typos
2015-11-03 Niko MatsakisAdd (and use) an analysis to determine which temps...
2015-11-03 Nick Cameronsave-analysis: emit the crate root
2015-11-03 borsAuto merge of #29545 - mystor:vec-deque-test-panic...
2015-11-03 borsAuto merge of #29532 - Ryman:cow_path, r=alexcrichton
2015-11-03 Ariel Ben-Yehudaresolve: don't speculatively create freevars when resolving
2015-11-03 Amanieu d'AntrasAdd test for inline asm indirect memory operands
2015-11-03 Michael LayzellCorrect incorrect assertion in VecDeque::wrap_copy
2015-11-03 angelslUpdate compiler-rt
2015-11-03 Kevin Butlerlibcollections: DRY up a PartialEq impl for String
2015-11-03 Kevin Butlerlibstd: implement PartialEq<Path> for PathBuf and Cow...
2015-11-03 borsAuto merge of #29529 - Ryman:rustdoc-cap-lints, r=alexc...
2015-11-03 Amanieu d'AntrasAllow indirect operands to be used as inputs for inline asm
2015-11-03 borsAuto merge of #29515 - Manishearth:ice-itembody, r...
2015-11-03 Manish GoregaokarFix ICE with unresolved associated items in closures...
2015-11-03 borsAuto merge of #29495 - meqif:fix_unindent_tabs, r=steve...
2015-11-03 Jake GouldingMention what iterator terminators do with an empty...
2015-11-03 Steve KlabnikMake some edits as per No Starch.
2015-11-03 Bruno TavaresCloses #24954
2015-11-03 borsAuto merge of #29535 - Toby-S:patch-1, r=steveklabnik
2015-11-03 Toby ScraceFix #29533
2015-11-03 Niko MatsakisAdd a MIR visitor
2015-11-03 Kevin Butlerlibstd: implement From<&Path|PathBuf> for Cow<Path>
2015-11-03 Seo SanghyeonWarn unused_assignments for arguments
2015-11-03 borsAuto merge of #29509 - vadimcn:readme, r=alexcrichton
2015-11-03 Niko MatsakisPlumbing to omit allocas for temps when possible (curre...
2015-11-03 Niko MatsakisNew trans codepath that builds fn body from MIR instead.
2015-11-03 Niko MatsakisMove shifting code out of expr and into somewhere more...
2015-11-03 Niko MatsakisChange adt case handling fn to be less tied to match
2015-11-03 Niko MatsakisAdd helper methods that require tcx; these compute...
2015-11-03 Niko MatsakisChange Call operands to be, well, Operands
2015-11-03 Niko MatsakisAdd adt_def into Switch, since it's convenient to have...
2015-11-03 Niko MatsakisMove the "HAIR" code that reads the tcx tables etc...
2015-11-03 Niko MatsakisPass the mir map to trans
2015-11-03 Niko MatsakisConvert from using named fields to always using indices
2015-11-03 Niko MatsakisChange ShallowDrop to Free, so that it matches what...
2015-11-03 Niko MatsakisBuild the MIR using the liberated fn sigs, and track...
2015-11-03 Niko MatsakisIntroduce a "liberated fn sigs" map so that we have...
2015-11-03 borsAuto merge of #29459 - tshepang:simplify, r=steveklabnik
2015-11-03 borsAuto merge of #29523 - durka:patch-9, r=alexcrichton
2015-11-03 borsAuto merge of #29514 - apasel422:issue-26220, r=alexcri...
2015-11-03 borsAuto merge of #29285 - eefriedman:libsyntax-panic,...
2015-11-03 borsAuto merge of #29500 - vadimcn:rustlib, r=alexcrichton
2015-11-02 Amit SahaSpecify Microsoft Windows and Mac OS X explicitly
2015-11-02 Kevin Butlerlibrustdoc: ignore lint warnings when compiling documen...
next