summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Clean up macro argument matches so they satisfy tidy checksPaul Daniel Faria2017-11-012-15/+53
| * | | | | | | Add derive and doc comment capabilities to newtype_index macroPaul Daniel Faria2017-11-016-62/+143
| | |_|_|/ / / | |/| | | | |
* | | | | | | Auto merge of #45755 - kennytm:rollup, r=kennytmbors2017-11-0411-10/+98
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnikkennytm2017-11-041-0/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Add tests for methods listing in rust docsGuillaume Gomez2017-11-031-0/+30
| * | | | | | | | Rollup merge of #45739 - rkarp:master, r=petrochenkovkennytm2017-11-041-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix std compile error for windows-gnu targets without `backtrace` featureRolf Karp2017-11-031-2/+2
| | |/ / / / / / /
| * | | | | | | | Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichtonkennytm2017-11-041-3/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | improve compiletest output for errors from mir-opt testsMikhail Modin2017-11-021-3/+16
| * | | | | | | | | Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushikennytm2017-11-041-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix typoLance John2017-11-021-2/+2
| * | | | | | | | | | Rollup merge of #45681 - Ljzn:patch-1, r=kennytmkennytm2017-11-041-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix typo.Lance John2017-11-011-1/+1
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Rollup merge of #45669 - cardoe:metadata, r=kennytmkennytm2017-11-041-0/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add description to libstdDoug Goldstein2017-10-311-0/+1
| | * | | | | | | | | | add repository info to libstdDoug Goldstein2017-10-311-0/+1
| | * | | | | | | | | | add license data to libstdDoug Goldstein2017-10-311-0/+1
| * | | | | | | | | | | Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm2017-11-043-1/+30
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Remove the redundant span_label.laurent2017-11-012-5/+1
| | * | | | | | | | | | | Preserve original formatting.laurent2017-11-011-4/+1
| | * | | | | | | | | | | Remove the parser snapshot hack.laurent2017-11-011-40/+16
| | * | | | | | | | | | | Formatting tweak.laurent2017-10-311-2/+1
| | * | | | | | | | | | | Add some missing spaces.laurent2017-10-311-1/+1
| | * | | | | | | | | | | Fix spans and error messages.laurent2017-10-312-18/+11
| | * | | | | | | | | | | Add a nicer error message for missing in for loop, fixes #40782.laurent2017-10-303-6/+74
| * | | | | | | | | | | | Rollup merge of #45610 - strake:atomic_from, r=nagisakennytm2017-11-041-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | since = "1.23.0"M Farkas-Dyck2017-10-311-2/+2
| | * | | | | | | | | | | | feature = "atomic_from"M Farkas-Dyck2017-10-291-2/+2
| | * | | | | | | | | | | | impl From<T> for AtomicTM Farkas-Dyck2017-10-291-0/+12
| * | | | | | | | | | | | | Rollup merge of #45548 - ratmice:master, r=oli-obkkennytm2017-11-041-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | issue #45357 set clippy build condition to extended.matt rice2017-11-031-4/+2
| | * | | | | | | | | | | | | issue #45357 don't build clippy stage 1matt rice2017-10-261-1/+4
* | | | | | | | | | | | | | | Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfacklerbors2017-11-041-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [jemalloc] set correct excess in alloc_excessgnzlbg2017-11-031-1/+2
| * | | | | | | | | | | | | | use nallocx instead of sallocxgnzlbg2017-10-251-21/+6
| * | | | | | | | | | | | | | move sallocx and excess into not null branchgnzlbg2017-10-251-2/+3
| * | | | | | | | | | | | | | [jemalloc] set correct excess in realloc_excessgnzlbg2017-10-251-1/+1
| * | | | | | | | | | | | | | [jemalloc] set correct excess in realloc_excessgnzlbg2017-10-251-5/+20
* | | | | | | | | | | | | | | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors2017-11-0421-48/+447
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | replace Add by tupleMikhail Modin2017-11-021-18/+18
| * | | | | | | | | | | | | | change mir stage in testMikhail Modin2017-11-021-7/+7
| * | | | | | | | | | | | | | add one more sampleMikhail Modin2017-11-021-6/+68
| * | | | | | | | | | | | | | fix pre binding false edgesMikhail Modin2017-11-023-97/+104
| * | | | | | | | | | | | | | fix opt-mir test and remove false edge if no guardMikhail Modin2017-11-022-74/+75
| * | | | | | | | | | | | | | add TerminatorKind::FalseEdges and use it in matchesMikhail Modin2017-11-0221-48/+377
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakisbors2017-11-0397-216/+494
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix unsafe auto trait pretty print.leonardo.yvens2017-11-032-1/+3
| * | | | | | | | | | | | | Update pretty test for auto trait syntax.leonardo.yvens2017-11-031-3/+1
| * | | | | | | | | | | | | rustfmt is broken which makes rls brokenleonardo.yvens2017-11-031-2/+2
| * | | | | | | | | | | | | fix rebase conflictleonardo.yvens2017-11-031-1/+1