summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update RELEASES.mdAaron Power2017-09-111-2/+18
* Update RELEASES.mdAaron Power2017-09-111-7/+11
* Updated RELEASES.md for 1.21.0Aaron Power2017-09-101-1/+59
* Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors2017-09-108-21/+115
|\
| * Relaxed error pattern, and add test for SystemTime as well.kennytm2017-09-104-2/+38
| * Disable the 80-year-difference test on 32-bit-time_t platforms.kennytm2017-09-071-3/+6
| * Fix incorrect test in `time::tests::system_time_math`.kennytm2017-09-071-1/+1
| * Properly detect overflow in Instance +/- Duration.kennytm2017-09-075-17/+72
* | Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakisbors2017-09-1022-178/+344
|\ \
| * | fix "correct" case in diagnostic error messageNiko Matsakis2017-09-101-1/+1
| * | adding E0623 for LateBound regionsgaurikholkar2017-09-0922-178/+344
* | | Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomezbors2017-09-1014-104/+157
|\ \ \
| * \ \ Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcvGuillaume Gomez2017-09-101-7/+16
| |\ \ \
| | * | | documentation update to demonstrate mutabilitytoidiu2017-09-091-7/+16
| * | | | Rollup merge of #44464 - Dushistov:master, r=alexcrichtonGuillaume Gomez2017-09-101-0/+16
| |\ \ \ \
| | * | | | add test for #41229Evgeniy A. Dushistov2017-09-091-0/+16
| * | | | | Rollup merge of #44457 - napen123:master, r=frewsxcvGuillaume Gomez2017-09-101-0/+28
| |\ \ \ \ \
| | * | | | | Add doc examples for str::as_bytes_mutEthan Dagner2017-09-091-0/+28
| * | | | | | Rollup merge of #44451 - Zoxc:gen-panic, r=eddybGuillaume Gomez2017-09-101-8/+8
| |\ \ \ \ \ \
| | * | | | | | Fix bitrotted generator panic emissionJohn Kåre Alsaker2017-09-091-8/+8
| * | | | | | | Rollup merge of #44449 - tommyip:doc_string_as_str, r=frewsxcvGuillaume Gomez2017-09-101-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Add doc example to String::as_strTommy Ip2017-09-091-0/+10
| | |/ / / / / /
| * | | | | | | Rollup merge of #44396 - joshlf:tls-comment, r=alexcrichtonGuillaume Gomez2017-09-101-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | std::thread::LocalKey: Document limitation with initializersJoshua Liebow-Feeser2017-09-071-0/+4
| * | | | | | | | Rollup merge of #44387 - est31:update_compiler_builtins, r=Mark-SimulacrumGuillaume Gomez2017-09-101-0/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update the libcompiler_builins submoduleest312017-09-071-0/+0
| * | | | | | | | | Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez2017-09-101-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | std: Fix a segfault on OSX with backtracesAlex Crichton2017-09-061-1/+2
| * | | | | | | | | | Rollup merge of #44372 - bgermann:master, r=alexcrichtonGuillaume Gomez2017-09-101-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Use memalign instead of posix_memalign for Solarisbgermann2017-09-061-2/+2
| * | | | | | | | | | | Rollup merge of #44347 - GuillaumeGomez:rustdoc-false-positive, r=QuietMisdre...Guillaume Gomez2017-09-101-3/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Reduce false positives number in rustdoc html diffGuillaume Gomez2017-09-061-3/+7
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkovGuillaume Gomez2017-09-102-1/+17
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Expect pipe symbol after closure parameter listsWonwoo Choi2017-09-052-1/+17
| * | | | | | | | | | | | Rollup merge of #44329 - nrc:pulldown-warn-fix, r=ollie27Guillaume Gomez2017-09-101-80/+22
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixup some nits from #44238Nick Cameron2017-09-061-80/+22
| | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakisGuillaume Gomez2017-09-103-2/+25
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | rustc: Separately feature gate repr(i128)Alex Crichton2017-09-013-2/+25
* | | | | | | | | | | | | | Auto merge of #44312 - eddyb:static-by-any-other-name, r=alexcrichtonbors2017-09-106-79/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu2017-09-106-79/+16
* | | | | | | | | | | | | | Auto merge of #44418 - alexcrichton:remove-dep-graph, r=michaelwoeristerbors2017-09-1011-245/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton2017-09-0911-245/+102
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #44260 - alexcrichton:hardlink-no-copy, r=Mark-Simulacrumbors2017-09-106-31/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rustbuild: Switch back to using hard linksAlex Crichton2017-09-096-31/+45
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichtonbors2017-09-105-13/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Test rustdoc unit tests.Mark Simulacrum2017-09-055-13/+79
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichtonbors2017-09-0910-24/+1477
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix missing line numbers on i686.kennytm2017-09-051-7/+6
| * | | | | | | | | | | | Fallback to dladdr-based resolve_symbol if backtrace failed.kennytm2017-09-022-14/+29
| * | | | | | | | | | | | Use env::current_exe for libbacktrace on macOSJohn Colanduoni2017-09-021-20/+7