]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-11-06 Steve Klabniksleep_ms -> sleep
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 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 Michael LayzellCorrect incorrect assertion in VecDeque::wrap_copy
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 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 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 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 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-02 Vadim ChugunovFormatting
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 Vadim ChugunovClarify Windows gcc setup instructions.
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...
2015-11-01 Vadim PetrochenkovAdd comment for stability.rs
2015-11-01 Manish GoregaokarAdd code formatting on PatVec docs
2015-11-01 Manish GoregaokarFix PatEnum docs
2015-11-01 borsAuto merge of #29316 - GBGamer:change-unchecked-div...
2015-11-01 Vadim ChugunovWindows: Move target libraries to $rustroot/lib/rustlib...
2015-11-01 borsAuto merge of #29496 - cpjreynolds:patch-1, r=apasel422
2015-11-01 Vadim ChugunovFix stage0 ICE caused by the old _Unwind_Resume overrid...
2015-11-01 Cole ReynoldsMinor documentation correction
2015-10-31 Nicholas MazzucaCheck unchecked_div|rem's specialisation
2015-10-31 borsAuto merge of #29487 - sfackler:current-exe-docs, r...
2015-10-31 borsAuto merge of #29489 - Ms2ger:fmt-ri, r=Manishearth
2015-10-31 Ms2gerRustfmt region_inference.
2015-10-31 Steven FacklerTweak env docs a bit
2015-10-31 borsAuto merge of #29484 - steveklabnik:gh29330, r=brson
2015-10-31 borsAuto merge of #29480 - apasel422:coerce-unique, r=alexc...
2015-10-31 Vadim PetrochenkovRemove PatWildMulti
2015-10-31 borsAuto merge of #29477 - alexcrichton:revert-compiler...
2015-10-30 borsAuto merge of #29454 - stepancheg:vec-reserve, r=bluss
2015-10-30 Steve KlabnikSome fixes to std index docs
2015-10-30 Steve KlabnikClean up formatting on std main page
2015-10-30 Stepan KoltsovFix excessive memory allocation in RawVec::reserve
2015-10-30 Andrew PaseltinerImplement `CoerceUnsized` for `Unique`
2015-10-30 borsAuto merge of #29475 - apasel422:drop-in, r=alexcrichton
2015-10-30 Alex CrichtonRevert "Build compiler-rt/builtins with MSVC"
2015-10-30 Alex CrichtonRevert "Update compiler-rt"
2015-10-30 borsAuto merge of #29468 - ronindev:patch-1, r=alexcrichton
2015-10-30 Alexis Beingessnerdon't use drop_in_place as an intrinsic
2015-10-30 Alexis Beingessnerexpose drop_in_place as ptr::drop_in_place
2015-10-30 pierzchalskiAdd JSON parser rule for custom_unwind_resume.
2015-10-30 Igor ShuvalovFixed delete command on Windows
2015-10-30 borsAuto merge of #29458 - tshepang:better, r=alexcrichton
2015-10-29 borsAuto merge of #29199 - tshepang:they-can, r=steveklabnik
2015-10-29 borsAuto merge of #29452 - SimonSapin:patch-14, r=alexcrichton
next