about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-08-22Return L4Re TargetOptions as a Result type instead of panicTobias Schaffner-6/+6
2017-08-22L4Re Target: Add the needed Libraries and locate themSebastian Humenda-2/+52
2017-08-22Auto merge of #44003 - LukasKalbertodt:patch-1, r=nikomatsakisbors-2/+2
2017-08-22Auto merge of #43854 - estebank:missing-cond, r=nikomatsakisbors-0/+77
2017-08-22Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakisbors-24/+618
2017-08-21Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakisbors-44/+49
2017-08-21Auto merge of #44009 - pnkfelix:mir-borrowck-as-query, r=arielb1bors-32/+30
2017-08-21Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoeristerbors-31/+53
2017-08-21Moved support code for `rustc_mir::borrow_check` query out of `mod transform`.Felix S. Klock II-1248/+1231
2017-08-21Remove the `rustc_mir::transform` entry point for mir-borrowck.Felix S. Klock II-28/+1
2017-08-21Expose mir-borrowck via a query.Felix S. Klock II-2/+44
2017-08-21Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelixbors-1309/+64
2017-08-21Auto merge of #43929 - oli-obk:use_placement, r=nrcbors-41/+198
2017-08-21Auto merge of #44004 - frewsxcv:frewsxcv-bors-docs, r=Mark-Simulacrumbors-1/+1
2017-08-20Fix broken homu link in CONTRIBUTING.md.Corey Farwell-1/+1
2017-08-20Add PartialEq/Eq impls to proc_macro::{Spacing, Delimiter}Lukas Kalbertodt-2/+2
2017-08-20Auto merge of #44000 - ids1024:redox-exec-error, r=alexcrichtonbors-1/+1
2017-08-20redox: Correct error on exec when file is not foundIan Douglas Scott-1/+1
2017-08-20Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcvbors-1/+1
2017-08-20Auto merge of #43978 - GuillaumeGomez:missing-links, r=frewsxcvbors-60/+115
2017-08-20Auto merge of #43976 - dylanmckay:update-builtins, r=alexcrichtonbors-0/+0
2017-08-20Fix typo in docShanavas M-1/+1
2017-08-20Auto merge of #43911 - arthurprs:update-jemalloc, r=alexcrichtonbors-23/+1
2017-08-20Auto merge of #43965 - frewsxcv:frewsxcv-filter-map, r=QuietMisdreavusbors-1/+1
2017-08-20Auto merge of #43950 - redox-os:redox_docker, r=alexcrichtonbors-0/+1
2017-08-19Auto merge of #43936 - oli-obk:patch-6, r=alexcrichtonbors-4/+4
2017-08-19Auto merge of #43990 - tamird:defid-not-name, r=eddybbors-7/+5
2017-08-19librustc_typeck: store a DefId rather than a NameTamir Duberstein-7/+5
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1309/+64
2017-08-19Auto merge of #43919 - frewsxcv:frewsxcv-char-primitive, r=QuietMisdreavusbors-13/+18
2017-08-19Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkovbors-16/+11
2017-08-18Minor Iterator::filter_map description rewording.Corey Farwell-1/+1
2017-08-18rustc: Add `Local` to the HIR map of parentsAlex Crichton-14/+36
2017-08-18Add missing links for String module and typeGuillaume Gomez-32/+41
2017-08-18Auto merge of #43917 - ids1024:redox-unwind, r=alexcrichtonbors-2/+1
2017-08-18Add missing urls for Result structGuillaume Gomez-27/+73
2017-08-18Add missing url for fmt moduleGuillaume Gomez-1/+1
2017-08-18Update the compiler_builtins submoduleDylan McKay-0/+0
2017-08-18Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkovbors-10/+91
2017-08-18Add an additional empty line between the suggested `use` and the next itemOliver Schneider-5/+18
2017-08-18Handle structs, unions and enums unsized field/variant separatelyGuillaume Gomez-13/+64
2017-08-18Auto merge of #43904 - topecongiro:libsyntax/parse-attr, r=petrochenkovbors-6/+4
2017-08-17rustc: Rename NodeLocal to NodeBindingAlex Crichton-17/+17
2017-08-18Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichtonbors-59/+62
2017-08-17Verify that an `if` condition block returns a valueEsteban Küber-5/+51
2017-08-18Auto merge of #43897 - lu-zero:master, r=alexcrichtonbors-0/+90
2017-08-18Auto merge of #43832 - huntiep:compiler-desugaring-enum, r=nikomatsakisbors-11/+48
2017-08-17Check for `else` keyword on missing `if` conditionEsteban Küber-29/+12
2017-08-17Add x86_64-unknown-redox to build manifest target listJeremy Soller-0/+1
2017-08-17Point out missing if conditionalEsteban Küber-4/+52