summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes for shallow borrowsshallow-borrow-fixesMatthew Jasper2019-03-313-9/+8
* Auto merge of #59566 - cuviper:llvm-rebuild-sha, r=Mark-Simulacrumbors2019-03-314-43/+34
|\
| * Don't ignore git for LLVM infoJosh Stone2019-03-303-19/+22
| * Use a single llvm_info variableJosh Stone2019-03-301-13/+8
| * Use the existing LLVM GitInfo for checking rebuildsJosh Stone2019-03-301-18/+11
* | Rollup merge of #59569 - gruberb:add-title-for-unstable-book, r=frewsxcvMazdak Farrokhzad2019-03-301-0/+2
|\ \
| * | Add book.toml with title to unstable-book docBastian Gruber2019-03-301-0/+2
* | | Rollup merge of #59562 - DevQps:dbg-macro-docs, r=CentrilMazdak Farrokhzad2019-03-301-3/+3
|\ \ \
| * | | Added a missing !.Christian2019-03-301-1/+1
| * | | Added an example that shows how the remainder function on floating point valu...Christian2019-03-301-3/+3
| | |/ | |/|
* | | Rollup merge of #59405 - benesch:docs-font, r=GuillaumeGomezMazdak Farrokhzad2019-03-301-3/+3
|\ \ \
| * | | doc: use correct body font URLsNikhil Benesch2019-03-241-3/+3
* | | | Auto merge of #59516 - ehuss:update-cargo, r=alexcrichtonbors2019-03-301-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update cargoEric Huss2019-03-301-0/+0
| | |/ | |/|
* | | Rollup merge of #59544 - cuviper:miri-nightly, r=CentrilMazdak Farrokhzad2019-03-301-1/+7
|\ \ \
| * | | manifest: only include miri on the nightly channelJosh Stone2019-03-291-1/+7
* | | | Rollup merge of #59539 - GuillaumeGomez:rustdoc-infinite-recursion, r=eddybMazdak Farrokhzad2019-03-301-5/+9
|\ \ \ \
| * | | | Fix infinite recursionGuillaume Gomez2019-03-301-5/+9
* | | | | Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-mac...Mazdak Farrokhzad2019-03-308-11/+490
|\ \ \ \ \
| * | | | | Revise and generalize the macros-unlinted tests.Felix S. Klock II2019-03-282-2/+85
| * | | | | Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke...Felix S. Klock II2019-03-282-4/+4
| * | | | | Regression test for rust-lang/rust#56327.Felix S. Klock II2019-03-271-0/+25
| * | | | | Some tests illustrating where the revised lint does and does not apply.Felix S. Klock II2019-03-275-0/+346
| * | | | | Do not lint `dyn` tokens under macros.Felix S. Klock II2019-03-271-11/+36
* | | | | | Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoeristerMazdak Farrokhzad2019-03-302-1/+65
|\ \ \ \ \ \
| * | | | | | Give variant parts their own unique idPhilip Craig2019-03-274-17/+28
| * | | | | | Fix invalid DWARF for enums when using thinltoPhilip Craig2019-03-234-11/+64
* | | | | | | Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoeristerMazdak Farrokhzad2019-03-307-48/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu2019-03-297-48/+19
* | | | | | | Rollup merge of #59537 - goffrie:patch-3, r=CentrilMazdak Farrokhzad2019-03-301-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix OnceWith docstring.Geoffry Song2019-03-291-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomezMazdak Farrokhzad2019-03-301-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Collapse blanket impls in the same way as normal implsLaurenz2019-03-291-0/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Rollup merge of #59532 - mbrubeck:docs, r=CentrilMazdak Farrokhzad2019-03-301-6/+19
|\ \ \ \ \ \ \
| * | | | | | | In doc examples, don't ignore read/write resultsMatt Brubeck2019-03-291-6/+19
| |/ / / / / /
* | | | | | | Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=CentrilMazdak Farrokhzad2019-03-301-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Update src/libstd/macros.rs Mazdak Farrokhzad2019-03-291-1/+0
| * | | | | | | Update src/libstd/macros.rs Mazdak Farrokhzad2019-03-291-1/+2
| * | | | | | | Adjusted the indentation.Christian2019-03-291-2/+3
| * | | | | | | Edited the dbg! docs stating that dbg! works the same way in release builds.Christian2019-03-291-1/+6
* | | | | | | | Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkovMazdak Farrokhzad2019-03-303-1/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Regression test for incremental treatment of rustc_scalar_valid_range_{start,...Felix S. Klock II2019-03-291-0/+19
| * | | | | | | | Whitelist rustc_layout_scalar_valid_range_{start,end} so incr comp does not f...Felix S. Klock II2019-03-291-0/+14
| * | | | | | | | Regression test for incremental treatment of rustc_on_unimplemented.Felix S. Klock II2019-03-291-0/+27
| * | | | | | | | Whitelist `rustc_on_unimplemented` to avoid erroneous flagging as an unused a...Felix S. Klock II2019-03-291-1/+1
* | | | | | | | | Rollup merge of #59512 - euclio:stdio-locks, r=sfacklerMazdak Farrokhzad2019-03-303-0/+51
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | implement `AsRawFd` for stdio locksAndy Russell2019-03-293-0/+51
* | | | | | | | | | Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichtonMazdak Farrokhzad2019-03-301-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix broken download link in the armhf-gnu imagePietro Albini2019-03-281-1/+2
| |/ / / / / / / / /
* | | | | | | | | | Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwcoMazdak Farrokhzad2019-03-303-20/+125
|\ \ \ \ \ \ \ \ \ \