about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-08Use new `PromoteTemps` for promotionDylan MacKenzie-48/+27
2019-11-08Add a `PromoteTemps` passDylan MacKenzie-35/+137
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-66/+16
2019-11-08Rollup merge of #66188 - Centril:fnsig, r=davidtwcoMazdak Farrokhzad-182/+167
2019-11-08Rollup merge of #66154 - RalfJung:to_usize, r=oli-obkMazdak Farrokhzad-14/+14
2019-11-08Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertjMazdak Farrokhzad-43/+46
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-156/+156
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-804/+260
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-63/+51
2019-11-08ast::MethodSig -> ast::FnSigMazdak Farrokhzad-19/+19
2019-11-08hir::MethodSig -> hir::FnSigMazdak Farrokhzad-25/+26
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-81/+77
2019-11-08miri: Rename to_{u,i}size to to_machine_{u,i}sizeRalf Jung-14/+14
2019-11-08rename Memory::get methods to get_raw to indicate their unchecked natureRalf Jung-43/+46
2019-11-08Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r...bors-439/+79
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