]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #40377 - camlorn:optimization_fuel, r=eddyb
[rust.git] / src /
2017-04-11 Corey FarwellRollup merge of #40377 - camlorn:optimization_fuel...
2017-04-11 Simonas KazlauskasFix some nits
2017-04-11 Simonas KazlauskasFix handling of closure arguments
2017-04-11 borsAuto merge of #41096 - clarcharr:as_bytes_mut, r=alexcr...
2017-04-11 Austin HicksMake a comment better.
2017-04-11 Austin HicksInitial attempt at implementing optimization fuel and...
2017-04-11 Austin HicksWe have to use u16 to test field reordering because...
2017-04-11 Austin HicksUI test for -Z print-fuel=foo
2017-04-11 Austin HicksTests for -Z fuel=foo=n
2017-04-11 Austin HicksMake a comment better.
2017-04-11 Austin HicksInitial attempt at implementing optimization fuel and...
2017-04-11 borsAuto merge of #41168 - Shizmob:jemalloc-musl, r=alexcri...
2017-04-11 borsAuto merge of #41174 - estebank:issue-41155, r=nikomatsakis
2017-04-10 borsAuto merge of #40565 - estebank:binops-help, r=arielb1
2017-04-10 Esteban KüberExplicit help message for binop type missmatch
2017-04-10 Esteban KüberPoint at only one char on `Span::next_point`
2017-04-10 borsAuto merge of #40018 - japaric:ld, r=alexcrichton
2017-04-10 Jorge Aparicioexplain why we have a fake cfail test
2017-04-10 Jorge Aparicio--subsystem needs -Wl when using non-ld linkers
2017-04-10 borsAuto merge of #41179 - mandeep:add-fmtresult-example...
2017-04-10 borsAuto merge of #41103 - projektir:channel_error_docs...
2017-04-10 borsAuto merge of #41178 - llogiq:collections-doc-markdown...
2017-04-10 mandeepAdded doc comments for fmt::Result
2017-04-10 Andre BogusApply clippy's doc_markdown improvements to libcollections
2017-04-10 borsAuto merge of #41175 - goffrie:patch-1, r=frewsxcv
2017-04-09 Geoffry SongMinor fix to mutex example
2017-04-09 borsAuto merge of #40653 - frewsxcv:tidy-handling, r=alexcr...
2017-04-09 Clar CharrReduce str transmutes, add mut versions of methods.
2017-04-09 borsAuto merge of #41136 - estebank:multiline, r=jonathandt...
2017-04-09 Esteban KüberAlways show end line of multiline annotations
2017-04-09 Corey FarwellPrint tidy errors to stderr, prefix with 'tidy error...
2017-04-09 borsAuto merge of #41084 - QuietMisdreavus:rustdoc-format...
2017-04-09 QuietMisdreavusmerge with master to pick up pulldown switch
2017-04-09 borsAuto merge of #40829 - mgattozzi:ChildStderr, r=stevekl...
2017-04-09 borsAuto merge of #40658 - eddyb:lay-more-out, r=arielb1
2017-04-09 Eduard-Mihai Burtescurustc_trans: use ty::layout for ABI computation instead...
2017-04-09 borsAuto merge of #41095 - clarcharr:as_extras, r=alexcrichton
2017-04-09 borsAuto merge of #41163 - nagisa:ldflags-llvm-config,...
2017-04-09 borsAuto merge of #41154 - bluss:slice-rfind, r=alexcrichton
2017-04-08 borsAuto merge of #41092 - jonhoo:std-fence-intrinsics...
2017-04-08 Jorge Apariciothis code block is text not Rust code
2017-04-08 Eduard-Mihai Burtescurustc: add some abstractions to ty::layout for a more...
2017-04-08 Eduard-Mihai Burtescurustc_trans: avoid sizing_type_of everywhere possible.
2017-04-08 Eduard-Mihai Burtescurustc: add a TyLayout helper for type-related layout...
2017-04-08 ShizFix jemalloc support for musl
2017-04-08 borsAuto merge of #41148 - arielb1:dead-unwind, r=nagisa
2017-04-08 Ariel Ben-Yehudaborrowck::mir::dataflow: ignore unwind edges of empty...
2017-04-08 projektirAdding links around Sender/SyncSender/Receiver errors...
2017-04-08 Jon GjengsetAddress @parched's comments
2017-04-08 Simonas KazlauskasSpecify type libraries for llvm-config --ldflags
2017-04-08 borsAuto merge of #41055 - Archytaus:compile-fail/const...
2017-04-08 borsAuto merge of #40887 - estebank:ty-placeholder, r=petro...
2017-04-08 borsAuto merge of #40775 - estebank:variant-as-type, r...
2017-04-08 borsAuto merge of #41156 - TimNN:rollup, r=TimNN
2017-04-08 Tim NeumannRollup merge of #41152 - cuviper:bootstrap-armv7, r...
2017-04-08 Tim NeumannRollup merge of #41146 - est31:master, r=nrc
2017-04-08 Tim NeumannRollup merge of #41143 - stjepang:optimize-bool-fetch...
2017-04-08 Tim NeumannRollup merge of #41135 - japaric:unstable-docs, r=steve...
2017-04-08 borsAuto merge of #41147 - aidanhs:aphs-fix-appveyor-cache...
2017-04-08 Jorge Apariciofake the feature-gate-linker-flavor compile fail test
2017-04-08 Ulrik Sverdrupslice: Implement .rfind() for slice iterators Iter...
2017-04-08 Esteban KüberMove tests from ui to cfail
2017-04-08 Josh Stonebootstrap.py: fix armv7 detection
2017-04-07 Esteban KüberMerge branch 'master' into ty-placeholder
2017-04-07 Clar CharrAdd as_c_str.
2017-04-07 Aidan Hobson SayersDisable errexit for sanity checking git repo
2017-04-07 est31pub(restricted) didn't make it into 1.17
2017-04-07 Stjepan GlavinaReplace compare_exchange with swap
2017-04-07 Jorge Apariciohack: add a linker_flavor feature gate
2017-04-07 Jorge Aparicioadd some documentation to the unstable book
2017-04-07 Jorge Aparicioremove workaround for rust-lang/rust#39880
2017-04-07 Jorge Aparicio-Z linker-flavor
2017-04-07 Stjepan GlavinaOptimize AtomicBool::fetch_nand
2017-04-07 borsAuto merge of #41138 - frewsxcv:rollup, r=frewsxcv
2017-04-07 Jorge Apariciochange the format of the linked issue number
2017-04-07 Corey FarwellRollup merge of #41131 - euclio:collapse-animation...
2017-04-07 Corey FarwellRollup merge of #41130 - petrhosek:fuchsia-ci-upstream...
2017-04-07 Corey FarwellRollup merge of #41120 - clarcharr:c_str_transmute...
2017-04-07 Corey FarwellRollup merge of #41080 - cuviper:generic-powerpc, r...
2017-04-07 Corey FarwellRollup merge of #41075 - aidanhs:aphs-enable-appveyor...
2017-04-07 Corey FarwellRollup merge of #41061 - arielb1:parent-lock, r=eddyb
2017-04-07 Corey FarwellRollup merge of #41056 - michaelwoerister:central-defpa...
2017-04-07 Corey FarwellRollup merge of #41047 - cuviper:src_is_git, r=alexcrichton
2017-04-07 Corey FarwellRollup merge of #40797 - GAJaloyan:patch-1, r=arielb1
2017-04-07 Jon GjengsetMention interrupts and green threads
2017-04-07 Jon Gjengsetrustdoc needs space after # to ignore
2017-04-07 borsAuto merge of #40971 - malbarbo:android-emulator-64...
2017-04-07 Michael WoeristerSVH: Don't hash the HIR twice when once is enough.
2017-04-07 Michael WoeristerICH: Centrally compute and cache DefPath hashes as...
2017-04-07 borsAuto merge of #40873 - cramertj:on-demandify-queries...
2017-04-07 Petr Hosektravis: Use upstream LLVM repositories for Fuchsia
2017-04-07 Jorge Apariciodocument some existing unstable features
2017-04-07 borsAuto merge of #39987 - japaric:used, r=arielb1
2017-04-07 Jorge Apariciodon't pass -C to nm
2017-04-07 Jon GjengsetCorrect book examples for hardware re-ordering
2017-04-07 Ryan ScottChanges based on PR feedback
2017-04-07 Andy Russellrustdoc: collapse docblock before showing label
2017-04-06 QuietMisdreavusrustdoc: move the space at the end of where clauses
2017-04-06 Jorge Aparicioignore the .init_array doctest
2017-04-06 borsAuto merge of #41121 - frewsxcv:rollup, r=frewsxcv
next