]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-03-12 Oliver Middletonrustbuild: Fix tests
2017-03-12 Oliver Middletonrustbuild: Fix compiler docs
2017-03-11 borsAuto merge of #40199 - alexcrichton:doc-proc-macro...
2017-03-11 borsAuto merge of #39648 - Aatch:mir-inlining-2, r=eddyb
2017-03-11 borsAuto merge of #40432 - alexcrichton:rollup, r=alexcrichton
2017-03-11 Alex CrichtonTest fixes and rebase conflicts
2017-03-11 Alex CrichtonRollup merge of #40424 - alexcrichton:faster-travis...
2017-03-11 Alex CrichtonRollup merge of #40423 - DirkyJerky:patch-2, r=BurntSushi
2017-03-11 Alex CrichtonRollup merge of #40410 - clarcharr:os_string_shrink_to_...
2017-03-11 Alex CrichtonRollup merge of #40389 - F001:placementVecDeque, r...
2017-03-11 Alex CrichtonRollup merge of #40386 - tbu-:pr_display_frombyteswithn...
2017-03-11 Alex CrichtonRollup merge of #40379 - clarcharr:box_docs, r=brson
2017-03-11 borsAuto merge of #40422 - alexcrichton:retry-linker-segfau...
2017-03-11 Alex CrichtonRollup merge of #40336 - alexcrichton:fast-dep-info...
2017-03-11 Alex CrichtonRollup merge of #40324 - alexcrichton:sccache-errors...
2017-03-11 Alex CrichtonRollup merge of #40311 - nrc:save-proc-macro-attr,...
2017-03-11 Alex CrichtonRollup merge of #40297 - alexcrichton:fix-submodules...
2017-03-11 Alex CrichtonRollup merge of #40287 - estebank:label-overlap, r=nrc
2017-03-11 Alex CrichtonRollup merge of #40278 - GuillaumeGomez:css-cleanup...
2017-03-11 Alex CrichtonRollup merge of #40277 - rkruppe:llvm-parallel-link...
2017-03-11 Alex CrichtonRollup merge of #40261 - infinity0:patch-1, r=alexcrichton
2017-03-11 Alex CrichtonRollup merge of #40259 - TimNN:fix-emscripten-tests...
2017-03-11 Alex CrichtonRollup merge of #40239 - nagisa:death-to-plugins, r...
2017-03-11 Alex CrichtonRollup merge of #40225 - shepmaster:restore-build-date...
2017-03-11 Alex CrichtonRollup merge of #40092 - sinkuu:fix_suggestion_index...
2017-03-10 Alex CrichtonRollup merge of #39918 - petrhosek:fuchsia-ci, r=alexcr...
2017-03-10 Alex CrichtonRollup merge of #39820 - jonasbb:export-attributes...
2017-03-10 Alex CrichtonRollup merge of #39202 - estebank:nested-unsafe, r...
2017-03-10 Alex CrichtonDon't put Cargo into the rustc workspace
2017-03-10 Alex Crichtonrustbuild: Build documentation for `proc_macro`
2017-03-10 Alex Crichtontravis: Remove compiling OpenSSL through homebrew
2017-03-10 Geoff YoergerClarify docs in `VecDeque::resize`
2017-03-10 Clar CharrOsString::shrink_to_fit.
2017-03-10 Alex Crichtonrustc: Support auto-retry linking on a segfault
2017-03-10 Petr Hosektravis: Fuchsia builder
2017-03-10 Alex Crichtonrustc: Exit quickly on only `--emit dep-info`
2017-03-10 Nick CameronExpect macro defs in save-analysis and add expn info...
2017-03-10 Esteban KüberFix incorrect span label formatting
2017-03-10 Ximin LuoSupport armhf abi on 64-bit ARM cpus
2017-03-10 Simonas KazlauskasRemove ability for plugins to register a MIR pass
2017-03-10 Jonas BushartMove remove_docs_from_attrs into lowering step
2017-03-10 Jonas BushartStore attributes as strings
2017-03-10 Jonas BushartExport attributes in save-analysis data
2017-03-10 Esteban KüberPoint to enclosing block/fn on nested unsafe
2017-03-10 Alex Crichtontravis: Attempt to debug sccache failures
2017-03-10 borsAuto merge of #39518 - alexcrichton:update-cargo, r...
2017-03-10 borsAuto merge of #39835 - brson:relnotes, r=brson
2017-03-10 James MillerOnly run inlining if mir opts are enabled
2017-03-10 James MillerAdd dep-graph tasks where needed
2017-03-10 James MillerInitial implementation of inlining for MIR
2017-03-10 James MillerFix recursion depth counting in `layout`
2017-03-10 James MillerAdd extra methods to IndexVec and implement TypeFoldabl...
2017-03-09 Brian AndersonRelease notes for 1.16
2017-03-09 borsAuto merge of #40382 - alexcrichton:split-tested-target...
2017-03-09 Alex Crichtontravis: Split the linux-tested-targets builder
2017-03-09 Guillaume GomezClean up rustdoc css
2017-03-09 Alex Crichtonrustc: Prefer loading crates in the sysroot
2017-03-09 Alex Crichtonrustbuild: Use copies instead of hard links
2017-03-09 Charlie FanImplement placement-in protocol for and `VecDeque`
2017-03-09 Robin Krupperustbuild: expose LLVM_PARALLEL_LINK_JOBS
2017-03-09 Jake GouldingRestore creating the channel-rust-$channel-date.txt...
2017-03-09 Jake GouldingFix botched member variable rename
2017-03-09 Tobias BucherDistinguish the ways `CStr::from_bytes_with_nul` can...
2017-03-09 Tim Neumannfix emscripten test detection
2017-03-09 borsAuto merge of #40368 - arielb1:rollup, r=arielb1
2017-03-09 borsAuto merge of #40337 - alexcrichton:racy-dirs, r=brson
2017-03-09 Clar CharrBox docs: no allocation is done for ZSTs.
2017-03-09 borsAuto merge of #40371 - arielb1:bean-counter, r=alexcrichton
2017-03-08 Ariel Ben-Yehudaadd some disk usage accounting
2017-03-08 Ariel Ben-YehudaRollup merge of #40335 - tbu-:pr_doc_str_to_somecase...
2017-03-08 Ariel Ben-YehudaRollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexc...
2017-03-08 Ariel Ben-YehudaRollup merge of #40327 - GuillaumeGomez:macros-urls...
2017-03-08 Ariel Ben-YehudaRollup merge of #40326 - crazymerlyn:fix-doc-link,...
2017-03-08 Ariel Ben-YehudaRollup merge of #40325 - eddyb:pr38143, r=alexcrichton
2017-03-08 Ariel Ben-YehudaRollup merge of #40321 - joelgallant:joelgallant-readme...
2017-03-08 Ariel Ben-YehudaRollup merge of #40316 - oli-obk:patch-4, r=GuillaumeGomez
2017-03-08 Ariel Ben-YehudaRollup merge of #40296 - topecongiro:add-missing-tests...
2017-03-08 Ariel Ben-YehudaRollup merge of #40293 - malbarbo:rustdoctest, r=alexcr...
2017-03-08 Ariel Ben-YehudaRollup merge of #40292 - mmatyas:readme_fix, r=alexcrichton
2017-03-08 Ariel Ben-YehudaRollup merge of #40283 - oconnor663:args_docs, r=alexcr...
2017-03-08 Ariel Ben-YehudaRollup merge of #40279 - gibfahn:test-unwind, r=est31
2017-03-08 Ariel Ben-YehudaRollup merge of #40268 - Mark-Simulacrum:normalization...
2017-03-08 Ariel Ben-YehudaRollup merge of #40265 - wesleywiser:rustdoc_style...
2017-03-08 Ariel Ben-YehudaRollup merge of #40258 - est31:master, r=nikomatsakis
2017-03-08 Ariel Ben-YehudaRollup merge of #40254 - nagisa:compiler-builtin-no...
2017-03-08 Ariel Ben-YehudaRollup merge of #40237 - arthurprs:hm-adapt2, r=alexcri...
2017-03-08 Ariel Ben-YehudaRollup merge of #40226 - jdhorwitz:master, r=frewsxcv
2017-03-08 Ariel Ben-YehudaRollup merge of #40222 - steveklabnik:extract-nomicon...
2017-03-08 Ariel Ben-YehudaRollup merge of #40154 - steveklabnik:link-unstable...
2017-03-08 borsAuto merge of #39860 - japaric:san, r=alexcrichton
2017-03-08 borsAuto merge of #39713 - estebank:issue-39698, r=jonathan...
2017-03-07 Alex Crichtonrustbuild: Assert directory creation succeeds
2017-03-07 Tobias BucherDocument why `str.to_{lower,upper}case` return `String`
2017-03-07 Tobias BucherClarify handling of `src` in `ptr::write`
2017-03-07 Guillaume GomezAdd missing urls in some macros doc
2017-03-07 madseagamesAdded remove_from to vec.rs
2017-03-07 CrazyMerlynUpdate link to COMPILER_TESTS.md in CONTRIBUTING.md
2017-03-07 Joel GallantREADME formatting in configure/make section
2017-03-07 Oliver SchneiderFix a typo in the docs
2017-03-07 topecongiroAdd tests for issues with the 'E-needtest' label.
next