summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-271.41.0 stable releasePietro Albini-1/+1
2020-01-27switch bootstrap compiler to stable 1.40.0Pietro Albini-2/+2
2020-01-27Make pointers to statics internalMatthew Jasper-33/+89
2020-01-23review commentsEsteban Küber-16/+14
2020-01-23Do not ICE on malformed suggestion spansEsteban Küber-5/+28
2020-01-23format librustc_errorsMark Rousskov-404/+421
2020-01-23Distinguish between private items and hidden items in rustdocDavid Tolnay-78/+138
2020-01-23format librustdocMark Rousskov-775/+839
2020-01-23Revert parts of #66405.Nicholas Nethercote-111/+80
2020-01-23fmt data data structuresMark Rousskov-68/+51
2020-01-17rustdoc: Don't allow `#![feature(...)]` on stable or betaOliver Middleton-2/+1
2020-01-17Add ICE regression testsEsteban Küber-0/+34
2020-01-17Change `next_point` when `shrink_to_hi` is more appropriateEsteban Küber-17/+13
2020-01-17Fix invalid bounding boxEsteban Küber-1/+1
2020-01-17Fix `next_point` to be unicode awareEsteban Küber-1/+1
2020-01-17Do not ICE on unicode next pointEsteban Küber-1/+24
2020-01-17expect `fn` after `const unsafe` / `const extern`Mazdak Farrokhzad-1/+42
2020-01-13Fix rebase damageJonas Schievink-1/+0
2020-01-13Do not ICE on lifetime error involving closuresEsteban Küber-2/+38
2020-01-13Treat extern statics just like statics in the "const pointer to static" repre...Oliver Scherer-2/+71
2020-01-13Use the correct type for static qualifsMatthew Jasper-8/+22
2020-01-13Reenable static linking of libstdc++ on windows-gnuMateusz Mikuła-1/+1
2020-01-13Don't suppress move errors for union fieldsMatthew Jasper-9/+79
2020-01-13Move command-related tests into command/Jeremy Fitzhardinge-0/+0
2020-01-13Fix up Command Debug output when arg0 is specified.Jeremy Fitzhardinge-2/+30
2019-12-17Switch to bootstrapping from dev-static stableMark Rousskov-5/+5
2019-12-16Rollup merge of #67349 - petertodd:2019-unsize-docs, r=CentrilMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #67323 - Centril:tes, r=davidtwcoMazdak Farrokhzad-18/+17
2019-12-16Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplettMazdak Farrokhzad-3/+3
2019-12-16Rollup merge of #67318 - Centril:spdocs, r=matthewjasperMazdak Farrokhzad-17/+63
2019-12-16Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichtonMazdak Farrokhzad-15/+0
2019-12-16Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushiMazdak Farrokhzad-15/+48
2019-12-16Add benchmarks for `start_with` and `ends_with`Andrea Canciani-0/+44
2019-12-16Minor: update Unsize docs for dyn syntaxPeter Todd-1/+1
2019-12-16improve lower_pat_slice docs + while -> forMazdak Farrokhzad-12/+26
2019-12-16Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasperMazdak Farrokhzad-48/+23
2019-12-16Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasperMazdak Farrokhzad-2/+1
2019-12-16Rollup merge of #67317 - lcnr:type_name_docs, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAusMazdak Farrokhzad-8/+10
2019-12-16Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAusMazdak Farrokhzad-1/+72
2019-12-16Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPCMazdak Farrokhzad-5/+4
2019-12-16Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnayMazdak Farrokhzad-49/+35
2019-12-15Fix JS error when loading page with searchGuillaume Gomez-1/+1
2019-12-15cleanup with push_fake_readMazdak Farrokhzad-48/+23
2019-12-15Fix repetition in matches/mod.rsMazdak Farrokhzad-2/+1
2019-12-15make transparent enums more ordinaryMazdak Farrokhzad-18/+17
2019-12-15use Self alias in place of macrosLzu Tao-3/+3
2019-12-15improve hir::PatKind::Slice docsMazdak Farrokhzad-2/+9
2019-12-15document check_pat_sliceMazdak Farrokhzad-0/+25