about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-01Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkovbors-0/+251
2020-09-01Auto merge of #76197 - Mark-Simulacrum:no-llvm-no-ninja, r=pietroalbinibors-45/+51
2020-09-01Move ninja requirements to a dynamic check, when actually buildingMark Rousskov-45/+51
2020-09-01Auto merge of #75529 - bugadani:bounds-check, r=nagisabors-0/+56
2020-09-01Auto merge of #76155 - matklad:rust-analyzer-2020-08-31, r=matkladbors-23/+15
2020-08-31Rollup merge of #76178 - matklad:et, r=Mark-SimulacrumTyler Mandry-2/+2
2020-08-31Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJungTyler Mandry-15/+0
2020-08-31Rollup merge of #76166 - matklad:privatereader, r=petrochenkovTyler Mandry-43/+32
2020-08-31Rollup merge of #76154 - GuillaumeGomez:strings-indent, r=jyn514Tyler Mandry-153/+127
2020-08-31Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morseTyler Mandry-0/+15
2020-09-01Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkovbors-88/+203
2020-09-01Add a test for constCDirkx-0/+15
2020-08-31Auto merge of #76174 - ehuss:update-cargo, r=ehussbors-0/+0
2020-08-31Update cargoEric Huss-0/+0
2020-08-31Auto merge of #75979 - lzutao:seprate-tests, r=Mark-Simulacrumbors-5/+14
2020-08-31Update expect-test to 1.0Aleksey Kladov-2/+2
2020-08-31Revert #75463Dylan MacKenzie-15/+0
2020-08-31Avoid StringReader when checking code blocks for syntax errorsAleksey Kladov-43/+32
2020-08-31Fix stringGuillaume Gomez-1/+1
2020-08-31Rollup merge of #76127 - petrochenkov:lld, r=Mark-SimulacrumAleksey Kladov-6/+2
2020-08-31Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnrAleksey Kladov-375/+762
2020-08-31:arrow_up: rust-analyzerAleksey Kladov-23/+15
2020-08-31Fix strings indentGuillaume Gomez-153/+127
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-64/+42
2020-08-31Rollup merge of #76117 - mark-i-m:patch-1, r=petrochenkovAleksey Kladov-1/+1
2020-08-31Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret...Aleksey Kladov-4/+8
2020-08-31Add codegen testsDániel Buga-0/+56
2020-08-31Auto merge of #76027 - davidtwco:issue-61139-remove-obsolete-pretty-printer, ...bors-360/+358
2020-08-31Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkovbors-0/+32
2020-08-31tidy: add new exceptions and remove std from skip listLzu Tao-5/+14
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+32
2020-08-31Auto merge of #75463 - CDirkx:ordering-const, r=CDirkxbors-0/+15
2020-08-30Auto merge of #74668 - petrochenkov:noname, r=mark-i-mbors-5/+1
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-88/+203
2020-08-30Stabilize feature `const_ordering`CDirkx-2/+0
2020-08-31rustbuild: Remove one LLD workaroundVadim Petrochenkov-6/+2
2020-08-30Use string literal directly when available in formatSasha-0/+54
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-5/+1
2020-08-30Update README.mdWho? Me?!-1/+1
2020-08-30ty: remove obsolete printerDavid Wood-360/+358
2020-08-30Run cfg-stripping on generic parameters before invoking derive macrosAaron Hill-0/+251
2020-08-30Add unstable `const_ordering` feature, and some tests.CDirkx-0/+17
2020-08-30mv compiler to compiler/mark-443017/+65
2020-08-30Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkovbors-25/+27
2020-08-30resolve: Don't speculatively load crates if this is a speculative resolutionJoshua Nelson-3/+7
2020-08-30rustdoc,metadata: DebuggingJoshua Nelson-1/+12
2020-08-30Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasperbors-12/+39
2020-08-30Auto merge of #75919 - rust-lang:jonas-schievink-patch-1, r=ehussbors-1/+1
2020-08-30Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color...bors-1/+1
2020-08-30Auto merge of #76093 - jyn514:prim-assoc-items, r=Manishearthbors-3/+9