]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #29571 - steveklabnik:gh29322, r=apasel422
[rust.git] / src /
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 Steve KlabnikFixes as per @brson's review
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-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 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 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...
2015-11-02 borsAuto merge of #29291 - petrochenkov:privacy, r=alexcrichton
2015-11-02 Vadim PetrochenkovParens + issue number + typo
2015-11-02 borsAuto merge of #29456 - alexcrichton:path-hash, r=aturon
2015-11-02 Alex Crichtonstd: Base Hash for Path on its iterator
2015-11-02 Alex Burkaremove #![feature(rc_unique)] from Rc docs
2015-11-02 borsAuto merge of #29513 - apasel422:issue-23217, r=alexcri...
2015-11-02 Vadim ChugunovMerged windows and unix `find_libdir()`
2015-11-02 borsAuto merge of #29510 - mneumann:dragonfly-guard-page...
2015-11-02 borsAuto merge of #29518 - KyleMayes:master, r=apasel422
2015-11-02 Kyle MayesMinor fix to Rust Book, Macros chapter
2015-11-02 borsAuto merge of #28846 - Ms2ger:categorization, r=nikomat...
2015-11-02 Ricardo MartinsAccept tabs as indentation character
2015-11-02 borsAuto merge of #29505 - rjbs:docs-where-type, r=steveklabnik
2015-11-02 Ricardo SignesAttempt to clarify use of `where i32: ConvertTo<T>
2015-11-01 borsAuto merge of #29507 - fhartwig:result-expect, r=Manish...
2015-11-01 Andrew PaseltinerImplement `IntoIterator` for `&{Path, PathBuf}`
2015-11-01 Andrew PaseltinerAdd test for #23217
2015-11-01 Michael NeumannUse guard-pages also on DragonFly/FreeBSD.
2015-11-01 borsAuto merge of #29501 - Manishearth:pat-docs, r=alexcrichton
2015-11-01 borsAuto merge of #29471 - pierzchalski:custom-target-custo...
2015-11-01 Florian HartwigStop using ok().expect() in Result docs
2015-11-01 Florian HartwigReplace ok().expect() by Result::expect in trait chapte...
2015-11-01 borsAuto merge of #29177 - vadimcn:rtstuff, r=alexcrichton
2015-11-01 borsAuto merge of #29486 - petrochenkov:multiwild, r=Manish...
next