about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-377/+411
2018-07-30Remove unstable and deprecated APIsSimon Sapin-787/+0
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-63/+1
2018-07-30Fix wrong issue number in the test nameMikhail Modin-1/+1
2018-07-30releases.md: fix 2 typosMatthias Krüger-2/+2
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-34/+33
2018-07-30rustc_codegen_llvm: use safe references for Builder.Irina Popa-144/+142
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-533/+568
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-556/+549
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-197/+178
2018-07-30update books for new releasesteveklabnik-0/+0
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-358/+348
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-35/+217
2018-07-30Explain that the tool is responsible for unknown tool_lintsflip1995-3/+4
2018-07-30Add a test for the declare_tool_lint macroflip1995-0/+80
2018-07-30Check if the lint_name is from a tool and if the tool_lint existsflip1995-29/+71
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-16/+576
2018-07-30Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrumbors-11/+5
2018-07-30fix memrchr in miriRalf Jung-10/+16
2018-07-30improve test stage documentationRalf Jung-2/+6
2018-07-30improve --stage documentationRalf Jung-1/+4
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-15/+16
2018-07-30Revert "Stabilize to_bytes and from_bytes for integers."Simon Sapin-4/+12
2018-07-30Introduce the declare_tool_lint macroflip1995-0/+20
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-7/+49
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-172/+168
2018-07-30Remove references to AUTHORS.txt fileDonato Sciarra-3/+3
2018-07-29resolved upstream merge conflictsBrad Gibson-90962/+113659
2018-07-30Auto merge of #52823 - RalfJung:test, r=eddybbors-2/+21
2018-07-30Add timeout to use of `curl` in bootstrap.py.kennytm-1/+4
2018-07-30Don't commit thread stack on WindowsXidorn Quan-1/+4
2018-07-29update commenttoidiu-1/+1
2018-07-30Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichtonbors-0/+5
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-150/+101
2018-07-29Auto merge of #51361 - oli-obk:sanity_check_consts, r=nikomatsakisbors-195/+1017
2018-07-29dont hardcode vtable size in codegen testRalf Jung-2/+2
2018-07-29update codegen testsRalf Jung-2/+2
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-43/+0
2018-07-29Update miri submoduleOliver Schneider-4/+10
2018-07-29Sanity-check all constantsOliver Schneider-190/+1049
2018-07-29Change order of copy and borrow to avoid conflictMatthew Jasper-1/+2
2018-07-29Remove unused `mut`sMatthew Jasper-14/+14
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-150/+101
2018-07-29resolve: Modularize crate-local `#[macro_export] macro_rules`Vadim Petrochenkov-32/+415
2018-07-29Clear out rustdoc check builds if dependencies changeMark Rousskov-0/+5
2018-07-29fix coding styleUnknown-2/+4
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-48/+218
2018-07-29Make sure #47772 does not regressRalf Jung-0/+34
2018-07-29Auto merge of #52755 - kennytm:update-rustfmt, r=nrcbors-192/+242
2018-07-29Fix -Wpessimizing-move warnings in rustllvm/PassWrappervarkor-3/+3