summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-26Reexported functions are now declared directly as "windows" fieldGuillaume Gomez-11/+6
2020-05-26Move "global" code into anonymous functionsGuillaume Gomez-248/+258
2020-05-26Move focusSearchBar and defocusSearchBar functions to the top of the file wit...Guillaume Gomez-10/+11
2020-05-26Update UI testGuillaume Gomez-2/+3
2020-05-26Add checks and tests for computing abs(offset_bytes)Joe Richey-3/+22
2020-05-26librustc_middle: Add function for computing unsigned absJoe Richey-8/+14
2020-05-26Small cell example updateGuillaume Gomez-3/+3
2020-05-26Update allowed crates listYuki Okushi-5/+0
2020-05-26Auto merge of #72093 - jonas-schievink:unmut, r=oli-obkbors-11/+116
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+188
2020-05-25Only capture tokens for items with outer attributesAaron Hill-7/+18
2020-05-26Add tracing issue for total_cmpPyry Kontio-2/+2
2020-05-26Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkovbors-7/+154
2020-05-25Update cargoEric Huss-0/+0
2020-05-25Update booksEric Huss-0/+0
2020-05-25Rename upvar_list to closure_capturesDhruv Jauhar-15/+15
2020-05-25Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obkDylan DPC-51/+7
2020-05-25Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasperDylan DPC-12/+6
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-1/+48
2020-05-25Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obkDylan DPC-10/+20
2020-05-25Rollup merge of #72061 - lcnr:const-inference-test, r=eddybDylan DPC-4/+74
2020-05-25librustc_mir: Add back use statementJoe Richey-0/+2
2020-05-25miri_unleached: We now allow offset in const fnJoe Richey-25/+6
2020-05-25test/ui/consts: Add tests for const ptr offsetsJoe Richey-0/+291
2020-05-25core: Make pointer offset methods "const fn"Joe Richey-12/+27
2020-05-25librustc_mir: Add support for const fn offset/arith_offsetJoe Richey-2/+53
2020-05-26Fix the same typos again orzPyry Kontio-4/+4
2020-05-26Add bit twiddlingPyry Kontio-15/+19
2020-05-26remove unneeded and unidiomatic must_usePyry Kontio-2/+0
2020-05-25Always validate MIR after optimizingJonas Schievink-0/+5
2020-05-26Allow unlabeled breaks from desugared `?` in labeled blocksSamrat Man Singh-1/+14
2020-05-25Add a small MIR validation passJonas Schievink-1/+96
2020-05-25Avoid `Operand::Copy` with `&mut T`Jonas Schievink-10/+15
2020-05-25Extend `useless_conversion` lint with TryIntoThibsG-1/+1
2020-05-26Fix typo in src/libcore/num/f32.rsPyry Kontio-1/+1
2020-05-26Fix typo in src/libcore/num/f32.rsPyry Kontio-1/+1
2020-05-25Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPCbors-11/+171
2020-05-25Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPCDylan DPC-1/+1
2020-05-25Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasperDylan DPC-4/+52
2020-05-25Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelixDylan DPC-6/+118
2020-05-25Fix bug in shebang handlingRussell Cohen-7/+154
2020-05-25fix discriminant_ty for non-enumsRalf Jung-9/+17
2020-05-25Add helper method for determining the type of a discriminantRalf Jung-49/+35
2020-05-25Format and more tracingRalf Jung-2/+2
2020-05-25assert that types without discriminant use variant idx of 0Ralf Jung-1/+2
2020-05-25comments and refactor variable namesRalf Jung-38/+46
2020-05-25Miri: refactor read_discriminant and make it return ScalarRalf Jung-70/+86
2020-05-25Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrumbors-18/+9
2020-05-25rename lintRalf Jung-46/+46
2020-05-25Add total_cmp to f32 and f64, plus testsPyry Kontio-0/+433