]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Nick CameronRemove --enable-save-analysis configure flag
2017-04-09 Nick CameronReviewer changes
2017-04-09 Nick CameronBuild an RLS package as part of the dist target
2017-04-09 Nick CameronAdd the RLS as a submodule
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 Guillaume GomezFix block code headers parsing
2017-04-09 Simonas KazlauskasFix test failures
2017-04-09 Simonas Kazlauskasinto_inner to associated function
2017-04-09 Simonas Kazlauskas Replace the `forget` intrinsic with ManuallyDrop
2017-04-09 Simonas KazlauskasMove away from the ad-hoc NoDrop unions
2017-04-09 Simonas KazlauskasImplement Manually Drop
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... rustc_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... rustc: add some abstractions to ty::layout for a more...
2017-04-08 Eduard-Mihai... rustc_trans: avoid sizing_type_of everywhere possible.
2017-04-08 Eduard-Mihai... rustc: add a TyLayout helper for type-related layout...
2017-04-08 ShizFix jemalloc support for musl
2017-04-08 Alex CrichtonUpdate cargo submodules
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 Nick Sweetingfix build errors
2017-04-07 Clar CharrAdd as_c_str.
2017-04-07 Aidan Hobson... Disable 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
2017-04-06 Clar CharrRemove some CStr transmutes.
2017-04-06 borsAuto merge of #40863 - eddyb:coerce-only-once, r=arielb1
2017-04-06 QuietMisdreavusrustdoc: where clause adjustment to fix tests
2017-04-06 Corey FarwellRollup merge of #41114 - nodakai:patch-2, r=petrochenkov
2017-04-06 Corey FarwellRollup merge of #41112 - ollie27:rustdoc_pull, r=Guilla...
2017-04-06 Corey FarwellRollup merge of #41111 - ollie27:docs_markdown_fix...
2017-04-06 Corey FarwellRollup merge of #41108 - arielb1:tuple-blame, r=estebank
2017-04-06 Corey FarwellRollup merge of #41090 - rap2hpoutre:patch-2, r=stevekl...
2017-04-06 Corey FarwellRollup merge of #41089 - alexcrichton:update-musl,...
2017-04-06 Corey FarwellRollup merge of #40976 - matthewjasper:char-const-expr...
2017-04-06 Corey FarwellRollup merge of #40878 - michaelwoerister:dmh, r=nikoma...
2017-04-06 Eduard-Mihai... Avoid type-checking addition and indexing twice.
2017-04-06 Michael WoeristerIntroduce HashStable trait and base ICH implementations...
2017-04-06 NODA, Kai.gitmodules: use the official Git URL w/o redirect
2017-04-06 Jorge Aparicioadd link to issue number, ignore snippet that requires...
next