about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-27Update lock fileAlex Crichton-5/+10
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-877/+1500
2017-08-28Update rlsJohn Kåre Alsaker-0/+0
2017-08-27Auto merge of #44110 - alexcrichton:docker-init, r=Mark-Simulacrumbors-230/+2
2017-08-27Auto merge of #44060 - taleks:issue-43205, r=arielb1bors-3/+37
2017-08-27Update Cargo submoduleTatsuyuki Ishi-0/+0
2017-08-27Whitelist for dummy_jemallocTatsuyuki Ishi-1/+1
2017-08-27Additional libc cleanupTatsuyuki Ishi-2/+5
2017-08-27Platform gate libc in libtestTatsuyuki Ishi-1/+2
2017-08-27Whitelist unwind import in stdTatsuyuki Ishi-2/+2
2017-08-27Add missing dependency for WindowsTatsuyuki Ishi-1/+7
2017-08-27Address review comments, second turnTatsuyuki Ishi-18/+29
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-39/+76
2017-08-27Make unused-extern-crate warn-by-defaultTatsuyuki Ishi-1/+1
2017-08-27Auto merge of #44112 - alexcrichton:thread-join, r=sfacklerbors-2/+13
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-2/+13
2017-08-27Auto merge of #44102 - Mark-Simulacrum:update-cargo, r=alexcrichtonbors-6/+0
2017-08-26ci: Remove the need for `dumb-init`Alex Crichton-230/+2
2017-08-26Auto merge of #44096 - Dushistov:master, r=japaricbors-0/+38
2017-08-26Auto merge of #44084 - alexcrichton:msvc-ninja, r=Mark-Simulacrumbors-4/+21
2017-08-26Update cargoMark Simulacrum-6/+0
2017-08-26Auto merge of #44082 - pnkfelix:issue-43457, r=eddybbors-8/+57
2017-08-26Auto merge of #44098 - frewsxcv:rollup, r=frewsxcvbors-88/+264
2017-08-26Rollup merge of #44091 - kallisti5:haiku-fix, r=eddybCorey Farwell-1/+0
2017-08-26Rollup merge of #44090 - GuillaumeGomez:str-doc, r=steveklabnikCorey Farwell-1/+2
2017-08-26Rollup merge of #44086 - kennytm:htmldocck-python3, r=Mark-SimulacrumCorey Farwell-13/+20
2017-08-26Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnikCorey Farwell-38/+38
2017-08-26Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomezCorey Farwell-1/+17
2017-08-26Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavusCorey Farwell-0/+59
2017-08-26Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichtonCorey Farwell-34/+128
2017-08-26Auto merge of #44081 - est31:master, r=eddybbors-1/+55
2017-08-26Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakisbors-33/+59
2017-08-26Add test for wrong code generation for HashSet creation on arm cpuEvgeniy A. Dushistov-0/+38
2017-08-26Auto merge of #44028 - nrc:rls-update, r=alexcrichtonbors-95/+140
2017-08-25Update RLS and CargoNick Cameron-95/+140
2017-08-25rustc: Make `report_cycle` and `CycleError` privateAlex Crichton-3/+2
2017-08-25rustc: Skip cyclic checks in `item_path`Alex Crichton-6/+1
2017-08-25rustc: Add a FIXME for `try_get` in MIR inliningAlex Crichton-1/+6
2017-08-25rustc: Fix two instances of `try_get`Alex Crichton-5/+12
2017-08-25rustc: Change the return of a query's `try_get`Alex Crichton-8/+14
2017-08-25rustc_errors: Add the ability to delay as bugsAlex Crichton-12/+26
2017-08-25Auto merge of #43994 - tamird:remove-attributes, r=alexcrichtonbors-142/+9
2017-08-25haiku/librustc_back: Remove incorrect no_integrated_asAlexander von Gluck IV-1/+0
2017-08-25Add missing link in string docGuillaume Gomez-1/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-130/+4
2017-08-25syntax: clarify field nameTamir Duberstein-10/+5
2017-08-25Auto merge of #44046 - alexcrichton:capture-diagnostics, r=michaelwoeristerbors-28/+90
2017-08-25syntax: remove unused fieldTamir Duberstein-2/+0
2017-08-25Fix a byte/char confusion issue in the error emitterest31-1/+55
2017-08-25Clean up YieldFinderJohn Kåre Alsaker-3/+8