]> git.lizzy.rs Git - rust.git/history - src
Revert "Update compiler-rt"
[rust.git] / src /
2015-10-30 Alex CrichtonRevert "Update compiler-rt"
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
2015-10-29 Tshepang Lekhonkhobebook: it's just doctests that can't be run on binary...
2015-10-29 Tshepang Lekhonkhobedoc: fix and expand explanation
2015-10-29 borsAuto merge of #29129 - cuviper:impl-from-for-floats...
2015-10-29 borsAuto merge of #29445 - igpay:patch-1, r=alexcrichton
2015-10-29 Simon SapinTypo fix
2015-10-29 borsAuto merge of #29450 - defuz:patch-1, r=steveklabnik
2015-10-29 borsAuto merge of #29188 - nikomatsakis:remove-contraction...
2015-10-29 Ivan IvaschenkoTrying to to be more accurate
2015-10-29 borsAuto merge of #29442 - rjbs:docs-comma-splice, r=stevek...
2015-10-29 borsAuto merge of #29441 - Ryman:match_refactor_msg, r...
2015-10-29 borsAuto merge of #29432 - taralx:patch-2, r=alexcrichton
2015-10-29 borsAuto merge of #29289 - DiamondLovesYou:pnacl-std-crates...
2015-10-29 Cameron SunUpdate docstring for truncate
2015-10-29 borsAuto merge of #29444 - steveklabnik:rollup, r=steveklabnik
2015-10-29 Ricardo Signessplit a run-on sentence
2015-10-29 Steve KlabnikRollup merge of #29438 - jethrogb:topic/book-rbstrlit...
2015-10-29 Steve KlabnikRollup merge of #29437 - brson:authors, r=alexcrichton
2015-10-29 Steve KlabnikRollup merge of #29435 - djrollins:diverging-function...
2015-10-29 Steve KlabnikRollup merge of #29417 - pmarcelll:assert-doc, r=stevek...
2015-10-29 Steve KlabnikRollup merge of #29405 - pmarcelll:docs-fix, r=steveklabnik
2015-10-29 Steve KlabnikRollup merge of #29264 - mdinger:colorify, r=steveklabnik
2015-10-28 borsAuto merge of #29425 - apasel422:issue-29030, r=alexcri...
2015-10-28 Josh StoneComment how the significand limits lossless int->float...
2015-10-28 Niko MatsakisMove test file to run-fail, since it does an unwrap
2015-10-28 Niko MatsakisDo some slight refactoring, leave the rest for #29436
2015-10-28 Niko MatsakisUpdate docs for region inference to reflect current...
2015-10-28 Niko MatsakisDon't "double check" var-sub-var constraints, which...
2015-10-28 Niko Matsakisremove SupSupConflict, which is now dead code
2015-10-28 Niko MatsakisRegression test for #29048. Fixes #29048.
2015-10-28 Niko MatsakisRemove contraction. The contraction rules predated...
2015-10-28 Niko Matsakisdo not dump extern def-ids with path for now
2015-10-28 Kevin Butlerlibsyntax: improve error message when a statement is...
2015-10-28 Richard DiamondPort the standard crates to PNaCl/NaCl.
2015-10-28 Jethro BeekmanBook: Update raw/byte string literal in syntax index
2015-10-28 borsAuto merge of #29415 - nikomatsakis:issue-29161, r...
2015-10-28 Brian AndersonTweak the add-authors.sh script
2015-10-28 Daniel RollinsAdd diverging functions `-> !` to syntax index
2015-10-28 Niko MatsakisThe `source_did` may not be local, so don't unwrap the
2015-10-28 borsAuto merge of #29403 - alexcrichton:fix-windows-again...
2015-10-28 JP SugarbroadLog the error we get when we fail to load metadata...
2015-10-28 borsAuto merge of #29233 - angelsl:msvc1, r=alexcrichton
2015-10-28 borsAuto merge of #29419 - brson:bump, r=alexcrichton
2015-10-28 borsAuto merge of #29409 - arielb1:recursive-arrays, r...
2015-10-28 Andrew PaseltinerAdd test for #29030
2015-10-28 borsAuto merge of #29404 - jonas-schievink:external-overlap...
2015-10-28 borsAuto merge of #29402 - sanxiyn:if-let, r=steveklabnik
2015-10-28 borsAuto merge of #29400 - gkoz:phantom_data, r=alexcrichton
2015-10-28 angelslUpdate compiler-rt
2015-10-28 borsAuto merge of #29398 - jonas-schievink:if-let-arms...
2015-10-28 borsAuto merge of #29313 - arielb1:projection-overflow...
2015-10-28 borsAuto merge of #29311 - steveklabnik:doc_iterator_trait...
2015-10-27 Marcell PardaviMention in the docs, that `assert!` has a second versio...
2015-10-27 borsAuto merge of #29072 - nagisa:place-arrow, r=pnkfelix
2015-10-27 Niko MatsakisAdd some debug printouts to librustc_privacy
2015-10-27 Simonas KazlauskasAdjust src/grammar for the introduced <- op
2015-10-27 borsAuto merge of #28833 - jryans:borrowck-linear-errors...
2015-10-27 Ariel Ben-Yehudatype_of: use `sizing_type_of` to check the size of...
2015-10-27 Simonas KazlauskasAdd tests for newly introduced syntax
2015-10-27 Simonas KazlauskasUpdate unused_parens lint for placement-in arrow
2015-10-27 Simonas KazlauskasFix restrictions when parsing rhs of equalities
2015-10-27 Simonas KazlauskasFix prefix range expressions being not parsed
2015-10-27 Simonas KazlauskasAdd a test for #29071
2015-10-27 Simonas KazlauskasGeneralise associative operator parsing
2015-10-27 borsAuto merge of #26421 - nham:fix_21546, r=pnkfelix
2015-10-27 Marcell PardaviSmall fix in the book
2015-10-27 borsAuto merge of #26848 - oli-obk:const_fn_const_eval...
2015-10-27 Jonas SchievinkDon't print the same impl twice on ext. overlap
2015-10-27 Alex Crichtonmk: Re-add libgcc_s_seh-1.dll to windows dist
2015-10-27 Seo SanghyeonUse `if let`
2015-10-27 Steve KlabnikAdds tons of documentation for Iterator
2015-10-27 borsAuto merge of #29327 - sanxiyn:argument, r=nrc
2015-10-27 Ariel Ben-Yehudaadd a recursion limit for type representation
2015-10-27 Ariel Ben-Yehudaproject: add a recursion limit to "tail-recursive"...
2015-10-27 Gleb KozyrevImplement Default for PhantomData
2015-10-27 Jonas SchievinkDiagnostic: "`if let` arm with incompatible type"
2015-10-27 borsAuto merge of #29326 - Charlotteis:patch-1, r=steveklabnik
2015-10-27 Oliver Schneiderthe const evaluator might run before check_const
2015-10-27 borsAuto merge of #29317 - matklad:clarify-reference, r...
2015-10-27 borsAuto merge of #29309 - rjbs:doc-comment-sections, r...
2015-10-27 borsAuto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcri...
2015-10-27 borsAuto merge of #29386 - jonas-schievink:codegen-worker...
2015-10-27 borsAuto merge of #29325 - alexcrichton:revert-trait-access...
2015-10-26 borsAuto merge of #29295 - little-dude:rustfmt_librustc_uni...
2015-10-26 borsAuto merge of #29274 - thepowersgang:issues-29107-const...
2015-10-26 Jonas SchievinkPrint the codegen worker # when using time-passes
2015-10-26 borsAuto merge of #29384 - nikomatsakis:mir-not-stable...
2015-10-26 Niko MatsakisDisable MIR on beta/stable until we've resolved #29227...
2015-10-26 borsAuto merge of #29287 - Ryman:fn_nopat, r=alexcrichton
2015-10-26 Alex Crichtontest: Add regression test for "source trait is private"
2015-10-26 Corentin Henryrustfmt librustc_unicode
2015-10-26 Seo SanghyeonRemove NodeArg
2015-10-26 Charlotte SpencerRemove use of 'just' in trpl/installing-rust.md
2015-10-26 Alex CrichtonRevert "Remove unnecessary trait accessibility check."
2015-10-26 Alex CrichtonRevert "Add UFCS privacy test."
2015-10-26 borsAuto merge of #29310 - mdinger:book_playpen, r=steveklabnik
2015-10-26 Seo SanghyeonDistinguish argument from local variable
next