| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Reexported functions are now declared directly as "windows" field | Guillaume Gomez | -11/+6 |
| 2020-05-26 | Move "global" code into anonymous functions | Guillaume Gomez | -248/+258 |
| 2020-05-26 | Move focusSearchBar and defocusSearchBar functions to the top of the file wit... | Guillaume Gomez | -10/+11 |
| 2020-05-26 | Update UI test | Guillaume Gomez | -2/+3 |
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -3/+22 |
| 2020-05-26 | librustc_middle: Add function for computing unsigned abs | Joe Richey | -8/+14 |
| 2020-05-26 | Small cell example update | Guillaume Gomez | -3/+3 |
| 2020-05-26 | Update allowed crates list | Yuki Okushi | -5/+0 |
| 2020-05-26 | Auto merge of #72093 - jonas-schievink:unmut, r=oli-obk | bors | -11/+116 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+188 |
| 2020-05-25 | Only capture tokens for items with outer attributes | Aaron Hill | -7/+18 |
| 2020-05-26 | Add tracing issue for total_cmp | Pyry Kontio | -2/+2 |
| 2020-05-26 | Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkov | bors | -7/+154 |
| 2020-05-25 | Update cargo | Eric Huss | -0/+0 |
| 2020-05-25 | Update books | Eric Huss | -0/+0 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -15/+15 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -51/+7 |
| 2020-05-25 | Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasper | Dylan DPC | -12/+6 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -1/+48 |
| 2020-05-25 | Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obk | Dylan DPC | -10/+20 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -4/+74 |
| 2020-05-25 | librustc_mir: Add back use statement | Joe Richey | -0/+2 |
| 2020-05-25 | miri_unleached: We now allow offset in const fn | Joe Richey | -25/+6 |
| 2020-05-25 | test/ui/consts: Add tests for const ptr offsets | Joe Richey | -0/+291 |
| 2020-05-25 | core: Make pointer offset methods "const fn" | Joe Richey | -12/+27 |
| 2020-05-25 | librustc_mir: Add support for const fn offset/arith_offset | Joe Richey | -2/+53 |
| 2020-05-26 | Fix the same typos again orz | Pyry Kontio | -4/+4 |
| 2020-05-26 | Add bit twiddling | Pyry Kontio | -15/+19 |
| 2020-05-26 | remove unneeded and unidiomatic must_use | Pyry Kontio | -2/+0 |
| 2020-05-25 | Always validate MIR after optimizing | Jonas Schievink | -0/+5 |
| 2020-05-26 | Allow unlabeled breaks from desugared `?` in labeled blocks | Samrat Man Singh | -1/+14 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -1/+96 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -10/+15 |
| 2020-05-25 | Extend `useless_conversion` lint with TryInto | ThibsG | -1/+1 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-25 | Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPC | bors | -11/+171 |
| 2020-05-25 | Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-25 | Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper | Dylan DPC | -4/+52 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -6/+118 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -7/+154 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -9/+17 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -49/+35 |
| 2020-05-25 | Format and more tracing | Ralf Jung | -2/+2 |
| 2020-05-25 | assert that types without discriminant use variant idx of 0 | Ralf Jung | -1/+2 |
| 2020-05-25 | comments and refactor variable names | Ralf Jung | -38/+46 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -70/+86 |
| 2020-05-25 | Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrum | bors | -18/+9 |
| 2020-05-25 | rename lint | Ralf Jung | -46/+46 |
| 2020-05-25 | Add total_cmp to f32 and f64, plus tests | Pyry Kontio | -0/+433 |