about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-81/+77
2019-11-08Rollup merge of #66190 - eddyb:primflt, r=CentrilYuki Okushi-35/+29
2019-11-08Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichtonYuki Okushi-12/+17
2019-11-08Rollup merge of #66157 - srinivasreddy:improv, r=alexcrichtonYuki Okushi-9/+9
2019-11-08Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPCYuki Okushi-15/+51
2019-11-08Rollup merge of #66056 - petrochenkov:metapriv, r=eddybYuki Okushi-169/+171
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-106/+114
2019-11-08Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=AmanieuYuki Okushi-0/+63
2019-11-08Rollup merge of #65554 - gliderkite:bufreader-doc-enhance, r=KodrAusYuki Okushi-2/+5
2019-11-08Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddybbors-29/+101
2019-11-07rustc_metadata: Rename `schema` to `rmeta`Vadim Petrochenkov-14/+14
2019-11-07rustc_metadata: Privatize more entitiesVadim Petrochenkov-15/+14
2019-11-07rustc_metadata: Privatize everything in decoderVadim Petrochenkov-54/+54
2019-11-07rustc_metadata: Move cstore_impl into mod decoderVadim Petrochenkov-2/+6
2019-11-07rustc_metadata: Privatize everything in schema and schema/tableVadim Petrochenkov-82/+80
2019-11-07rustc_metadata: Move decoder/encoder/table into mod schemaVadim Petrochenkov-11/+12
2019-11-07rustc_target: inline abi::FloatTy into abi::Primitive.Eduard-Mihai Burtescu-35/+29
2019-11-07Update for unstable option refactoring.Eric Huss-6/+2
2019-11-07Remove docs on --extern metadata precedence.Eric Huss-3/+2
2019-11-07Add test for --extern alloc=librustc.rlibEric Huss-0/+7
2019-11-07Update src/test/ui-fulldeps/pathless-extern-unstable.rs Eric Huss-1/+1
2019-11-07Update extern linking documentation.Eric Huss-7/+27
2019-11-07Update built-in help for --extern.Eric Huss-2/+2
2019-11-07Add more --extern tests.Eric Huss-1/+59
2019-11-07Stabilize --extern flag without a path.Eric Huss-15/+7
2019-11-07Rollup merge of #66182 - RalfJung:invalid-value, r=CentrilMazdak Farrokhzad-36/+37
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-328/+324
2019-11-07Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwcoMazdak Farrokhzad-150/+169
2019-11-07Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnisonMazdak Farrokhzad-24/+127
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-42/+180
2019-11-07move syntax::{parse::literal -> util::literal}Mazdak Farrokhzad-4/+2
2019-11-07move syntax::parse::lexer::comments -> syntax::util::commentsMazdak Farrokhzad-29/+31
2019-11-07syntax::attr: remove usage of lexerMazdak Farrokhzad-5/+11
2019-11-07move parse::classify -> util::classifyMazdak Farrokhzad-5/+6
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-44/+52
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-61/+64
2019-11-07move unescape_error_reporting to lexer/Mazdak Farrokhzad-2/+2
2019-11-07syntax: simplify importsMazdak Farrokhzad-5/+6
2019-11-07move parse/parser.rs -> parse/parser/mod.rsMazdak Farrokhzad-0/+0
2019-11-07MaybeUninit::uninit_array docs: better exampleSimon Sapin-14/+20
2019-11-07Apply docs suggestions from reviewSimon Sapin-4/+4
2019-11-07Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut`Simon Sapin-0/+57
2019-11-07Only call onHashChange instead of both functionsGuillaume Gomez-3/+2
2019-11-07invalid_value lint: fix help textRalf Jung-36/+37
2019-11-07Remove old isHidden functionGuillaume Gomez-5/+1
2019-11-07Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasperMazdak Farrokhzad-2/+201
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-73/+106
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-463/+520
2019-11-07Rollup merge of #65752 - estebank:sugg, r=CentrilMazdak Farrokhzad-84/+243
2019-11-07Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakisMazdak Farrokhzad-109/+71