]> git.lizzy.rs Git - rust.git/history - src
Add transpose conversions for Option and Result
[rust.git] / src /
2017-12-29 Ed SchoutenAdd proper library dependencies for libstd on CloudABI.
2017-12-29 borsAuto merge of #46883 - QuietMisdreavus:faildown, r...
2017-12-29 borsAuto merge of #47050 - ollie27:rustdoc_import_links...
2017-12-28 borsAuto merge of #47047 - EdSchouten:rt-unused-import...
2017-12-28 borsAuto merge of #47036 - QuietMisdreavus:i-like-big-chars...
2017-12-28 Igor MatuszewskiUpdate RLS
2017-12-28 Oliver Middletonrustdoc: Don't try to generate links for modules in...
2017-12-28 Matt PetersonCleanup
2017-12-28 Matt PetersonAdd an entry in the unstable book
2017-12-28 Matt PetersonAdd feature gate macro_lifetime_matcher
2017-12-28 Matt PetersonCleanup
2017-12-28 Matt PetersonFix tests
2017-12-28 Matt PetersonFix build and add a macro lifetime labels test
2017-12-28 Michael Hewsonreplace parse_lifetime with expect_lifetime
2017-12-28 Michael HewsonResurrecting #33135
2017-12-28 borsAuto merge of #47021 - shssoichiro:46576-Incorrect...
2017-12-28 Ed SchoutenRemove an unused import for cfg(not(feature = "backtrac...
2017-12-28 borsAuto merge of #46954 - davidalber:fix-contributor-coven...
2017-12-28 borsAuto merge of #47031 - topecongiro:issue-41719, r=jseyfried
2017-12-28 borsAuto merge of #47013 - topecongiro:issue-46655, r=petro...
2017-12-28 borsAuto merge of #47018 - malbarbo:armv4t, r=alexcrichton
2017-12-28 Jeremy SollerImplement rename using new system call
2017-12-28 Seiichi UchidaPrefer to use attr::contains_name() and attr::find_by_n...
2017-12-28 borsAuto merge of #47017 - topecongiro:issue-33469, r=estebank
2017-12-27 borsAuto merge of #47016 - malbarbo:dist-armv5te, r=alexcri...
2017-12-27 QuietMisdreavusupdate char_indices example to highlight big chars
2017-12-27 borsAuto merge of #47014 - topecongiro:fixed-ices, r=estebank
2017-12-27 QuietMisdreavusbootstrap: pass --deny-render-differences to rustdoc
2017-12-27 QuietMisdreavusrustdoc: add option to abort process on markdown differ...
2017-12-27 topecongiroReport an error when resolving non-ident macro path...
2017-12-27 borsAuto merge of #46479 - bkchr:termination_trait, r=arielb1
2017-12-27 Eh2406CStore switch FxHashMap to IndexVec
2017-12-27 borsAuto merge of #47009 - eddyb:issue-46855, r=arielb1
2017-12-27 borsAuto merge of #47007 - eddyb:issue-46897, r=arielb1
2017-12-27 borsAuto merge of #46977 - est31:column_fix, r=dtolnay
2017-12-27 borsAuto merge of #46803 - estebank:non-ascii-def-span...
2017-12-27 Bastian KöcherRevert "New generated main returns void"
2017-12-27 Marco A L BarbosaUpdate compiler_builtins
2017-12-26 Bastian KöcherDon't use `process::exit` as it is an `unreachable...
2017-12-26 Ed SchoutenLink against -lunwind on CloudABI.
2017-12-26 Alex Crichtonrustc: Switch `start_fn` to hidden visibility
2017-12-26 borsAuto merge of #46975 - matthewjasper:mir-moveck-asm...
2017-12-26 Eduard-Mihai Burtescurustc: don't use union layouts for tagged union enums.
2017-12-26 Eduard-Mihai Burtescurustc_trans: support ZST indexing involving uninhabited...
2017-12-26 Josh HolmerPass correct span when lowering grouped imports
2017-12-26 borsAuto merge of #46554 - kennytm:45861-step-4-5-6-7-uploa...
2017-12-26 kennytmClarify toolstate names. Move publish.py to a more...
2017-12-26 kennytmRevert "Add a file to trivially disable tool building...
2017-12-26 kennytmUpload the toolstate to the remote repository.
2017-12-26 kennytmcargo update and add miri as the rustc workspace member.
2017-12-26 borsAuto merge of #46956 - estebank:incompatible-arm-span...
2017-12-26 Marco A L BarbosaAdd armv4t-unknown-linux-gnueabi target
2017-12-26 Seiichi UchidaDo not panic on interpolated token inside quote macro
2017-12-26 Bastian KöcherChange name of `lang_start_real` to `lang_start_internal`
2017-12-26 Bastian KöcherSplit `lang_start` in two functions to reduce generated...
2017-12-26 Bastian KöcherAdds whitespace
2017-12-26 Bastian KöcherRework the exit failure and success declaration for...
2017-12-26 Bastian KöcherRevert "Just compare the symbol names and types, not...
2017-12-26 Bastian KöcherUse `start` for the `sepcomp-inlining` test
2017-12-26 Bastian KöcherUse move for optimization purposes
2017-12-26 Bastian KöcherDon't emit the termination lang item in tests
2017-12-26 Bastian KöcherThe test functions are now in the same compile unit
2017-12-26 Bastian KöcherRemoves some obscure transmute call in `lang_start`
2017-12-26 Bastian KöcherJust compare the symbol names and types, not the addresses
2017-12-26 Bastian KöcherConvert codegen-unit tests to use `start` instead of...
2017-12-26 Bastian KöcherAdds termination_trait feature gate
2017-12-26 Bastian KöcherFixes codegen-units tests
2017-12-26 Bastian KöcherNew generated main returns void
2017-12-26 Bastian KöcherFall back to main -> () when termination trait language...
2017-12-26 Bastian KöcherFixes tests
2017-12-26 Bastian KöcherFixes compilation errors and adds proposed improvements
2017-12-26 Bastian KöcherFixes compile bug caused by upstream changes
2017-12-26 Niko Matsakisconvert print-type-sizes to use `start` instead of...
2017-12-26 Niko Matsakisavoid ICE when fields are not laid out in order
2017-12-26 Bastian KöcherImplements RFC 1937: `?` in `main`
2017-12-26 Marco A L BarbosaAdd dist builder for armv5te-unknown-linux-gnueabi
2017-12-26 borsAuto merge of #46941 - ScottAbbey:freebsd-build-update...
2017-12-26 Seiichi UchidaAdd tests to fixed ICEs
2017-12-26 borsAuto merge of #47012 - kennytm:rollup, r=kennytm
2017-12-26 Seiichi UchidaDo not expand a derive invocation when derive is not...
2017-12-26 kennytmRollup merge of #46986 - nvzqz:basic-usage, r=steveklabnik
2017-12-26 kennytmRollup merge of #46979 - clarcharr:rustc_docs, r=arielb1
2017-12-26 kennytmRollup merge of #46943 - malbarbo:process-test-busybox...
2017-12-26 kennytmRollup merge of #46940 - EdSchouten:cloudabi, r=alexcri...
2017-12-26 kennytmRollup merge of #46939 - davidalber:code-of-conduct...
2017-12-26 kennytmRollup merge of #46933 - clarcharr:float_docs, r=stevek...
2017-12-26 kennytmRollup merge of #46930 - lucis-fluxum:patch-1, r=QuietM...
2017-12-26 kennytmRollup merge of #46928 - varkor:contrib-10, r=alexcrichton
2017-12-26 borsAuto merge of #47000 - kennytm:follow-up-46924, r=arielb1
2017-12-25 Clar CharrMake internal docs build properly.
2017-12-25 borsAuto merge of #46973 - arielb1:tuple-casting, r=estebank
2017-12-25 Nikolai VazquezRemove transmute in From<&str> impls for Arc/Rc
2017-12-25 kennytmFixup some previous configuration errors.
2017-12-25 Esteban Küber"incompatible arm" diagnostic span tweak
2017-12-25 est31Fix docs mistake
2017-12-25 borsAuto merge of #46971 - green-s:master, r=alexcrichton
2017-12-25 borsAuto merge of #46949 - davidtwco:issue-46631, r=arielb1
2017-12-25 Manish GoregaokarPass tidy for tests
2017-12-25 borsAuto merge of #46924 - kennytm:revert-46694, r=aidanhs
2017-12-25 borsAuto merge of #46914 - mikeyhew:raw_pointer_self, r...
next